Searched refs:cbLength (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c431 ASSERT(pktLen <= pTxPkt->cbLength);
497 if ((copySize + msgSize) > pTxPkt->cbLength)
504 ASSERT((copySize + msgSize) <= pTxPkt->cbLength);
1182 pTxPkt->cbLength = size;
H A Dbnxe.h352 u32_t cbLength; member in struct:_um_txpacket_t

Completed in 66 milliseconds