Searched refs:pRxPkt (Results 1 – 1 of 1) sorted by relevance
127 um_rxpacket_t * pRxPkt) in BnxeRxPktDescrFree() argument132 BnxeDbgBreakIfFastPath(pUM, SIG(pRxPkt) != L2PACKET_RX_SIG); in BnxeRxPktDescrFree()135 pMem = (caddr_t)pRxPkt - SIZEOF_SIG; in BnxeRxPktDescrFree()143 um_rxpacket_t * pRxPkt = (um_rxpacket_t *)free_arg; in BnxeRxPktFree() local144 um_device_t * pUM = (um_device_t *)pRxPkt->pUM; in BnxeRxPktFree()145 int idx = pRxPkt->idx; in BnxeRxPktFree()155 BnxeLogWarn(NULL, "ERROR freeing packet - UM is invalid! (%p)", pRxPkt); in BnxeRxPktFree()160 pRxPkt->signature) in BnxeRxPktFree()166 pRxPkt->lm_pkt.u1.rx.mem_phys[0].as_u64 = 0; in BnxeRxPktFree()167 pRxPkt->rx_info.mem_virt = NULL; in BnxeRxPktFree()[all …]