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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c127 um_rxpacket_t * pRxPkt)
132 BnxeDbgBreakIfFastPath(pUM, SIG(pRxPkt) != L2PACKET_RX_SIG);
135 pMem = (caddr_t)pRxPkt - SIZEOF_SIG;
143 um_rxpacket_t * pRxPkt = (um_rxpacket_t *)free_arg; local
144 um_device_t * pUM = (um_device_t *)pRxPkt->pUM;
145 int idx = pRxPkt->idx;
155 BnxeLogWarn(NULL, "ERROR freeing packet - UM is invalid! (%p)", pRxPkt);
160 pRxPkt->signature)
166 pRxPkt->lm_pkt.u1.rx.mem_phys[0].as_u64 = 0;
167 pRxPkt
126 BnxeRxPktDescrFree(um_device_t * pUM, um_rxpacket_t * pRxPkt) argument
282 um_rxpacket_t * pRxPkt; local
637 BnxeRxBufAlloc(um_device_t * pUM, int idx, um_rxpacket_t * pRxPkt) argument
742 um_rxpacket_t * pRxPkt; local
840 um_rxpacket_t * pRxPkt; local
[all...]

Completed in 57 milliseconds