Home
last modified time | relevance | path

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); in BnxeTxPktCopy()
497 if ((copySize + msgSize) > pTxPkt->cbLength) in BnxeTxPktCopy()
504 ASSERT((copySize + msgSize) <= pTxPkt->cbLength); in BnxeTxPktCopy()
1182 pTxPkt->cbLength = size; in BnxeTxPktAlloc()
H A Dbnxe.h353 u32_t cbLength; member