Home
last modified time | relevance | path

Searched refs:L2PACKET_RX_SIG (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c142 DbgBreakIfFastPath(SIG(packet) != L2PACKET_RX_SIG); in lm_post_buffers()
183 …bgBreakIfFastPath(SIG(packet->u1.rx.mem_virt - pdev->params.rcv_buffer_offset) != L2PACKET_RX_SIG); in lm_post_buffers()
184 …tPath(END_SIG(packet->u1.rx.mem_virt, MAX_L2_CLI_BUFFER_SIZE(pdev, chain_idx)) != L2PACKET_RX_SIG); in lm_post_buffers()
1046 DbgBreakIfFastPath(SIG(pkt) != L2PACKET_RX_SIG); in lm_get_packets_rcvd()
1050 … DbgBreakIfFastPath(SIG(pkt->u1.rx.mem_virt - pdev->params.rcv_buffer_offset) != L2PACKET_RX_SIG); in lm_get_packets_rcvd()
1051 …FastPath(END_SIG(pkt->u1.rx.mem_virt, MAX_L2_CLI_BUFFER_SIZE(pdev, chain_idx)) != L2PACKET_RX_SIG); in lm_get_packets_rcvd()
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c132 BnxeDbgBreakIfFastPath(pUM, SIG(pRxPkt) != L2PACKET_RX_SIG); in BnxeRxPktDescrFree()
771 SIG(pRxPkt) = L2PACKET_RX_SIG; in BnxeRxPktsInitIdx()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h60 #define L2PACKET_RX_SIG 0x7872324c /* L2rx */ macro