Home
last modified time | relevance | path

Searched refs:pktLen (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c284 u32_t pktLen; in BnxeRxRingProcess() local
352 pktLen = pLmPkt->size; in BnxeRxRingProcess()
357 if ((procBytes + pktLen) <= numBytes) in BnxeRxRingProcess()
360 procBytes += pktLen; in BnxeRxRingProcess()
372 pktLen, in BnxeRxRingProcess()
385 (pktLen < pUM->devParams.rxCopyThreshold))) in BnxeRxRingProcess()
387 if ((pMblk = allocb(pktLen, BPRI_MED)) == NULL) in BnxeRxRingProcess()
396 pMblk->b_rptr, pktLen); in BnxeRxRingProcess()
397 pMblk->b_wptr = (pMblk->b_rptr + pktLen); in BnxeRxRingProcess()
439 pktLen, in BnxeRxRingProcess()
[all …]
H A Dbnxe_tx.c413 size_t pktLen = 0; in BnxeTxPktCopy() local
422 pktLen += MBLKL(pMblk); in BnxeTxPktCopy()
429 if (pktLen < pUM->devParams.txCopyThreshold) in BnxeTxPktCopy()
431 ASSERT(pktLen <= pTxPkt->cbLength); in BnxeTxPktCopy()
448 pCopyFrag->size = pktLen; in BnxeTxPktCopy()
451 copySize = pktLen; in BnxeTxPktCopy()
/titanic_50/usr/src/uts/common/io/
H A Dgldutil.c158 pktinfo->pktLen = msgdsize(mp); in gld_interpret_ether()
176 pktinfo->pktLen = msgdsize(mp); in gld_interpret_ether()
179 if (pktinfo->pktLen < sizeof (struct ether_header)) in gld_interpret_ether()
278 int delta = pktinfo->pktLen - in gld_interpret_ether()
282 pktinfo->pktLen -= delta; in gld_interpret_ether()
289 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN) in gld_interpret_ether()
295 pktinfo->pktLen < pktinfo->macLen + LLC_SNAP_HDR_LEN) in gld_interpret_ether()
299 MBLKL(mp) < pktinfo->pktLen) { in gld_interpret_ether()
597 pktinfo->pktLen = msgdsize(mp) - IPOIB_GRH_SIZE; in gld_interpret_ib()
636 pktinfo->pktLen = msgdsize(mp); in gld_interpret_ib()
[all …]
H A Dgld.c113 ((pktinfo).pktLen)); \
2167 pktinfo.pktLen > ifp->hdr_size + (vtag == 0 ? 0 : VTAG_SIZE) + in gld_start()
2175 "max %d", pktinfo.pktLen, in gld_start()
2333 totLen += pktinfo.pktLen; in gld_start_mdt()
2364 pktinfo.pktLen = totLen; in gld_start_mdt()
2410 totLen += pktinfo.pktLen; in gld_start_mdt()
2414 pktinfo.pktLen = totLen; in gld_start_mdt()
2635 BUMP(stats0, stats, glds_bytercv64, pktinfo.pktLen); in gld_recv_tagged()
2730 pktinfo.pktLen, in gld_recv_tagged()
3135 if (skiplen >= pktinfo->pktLen) { in gld_passon()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dgldpriv.h212 uint_t pktLen; member
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_mac.c389 uint32_t pktLen, enum ath9k_pkt_type type, uint32_t txPower, in ath9k_hw_set11n_txdesc() argument
399 ads->ds_ctl0 = (pktLen & AR_FrameLen) | in ath9k_hw_set11n_txdesc()
H A Darn_ath9k.h1047 uint32_t pktLen, enum ath9k_pkt_type type, uint32_t txPower,
/titanic_50/usr/src/uts/common/io/ath/
H A Dath_hal.h907 uint32_t pktLen, uint32_t hdrLen,