Symbol: L2PACKET_RX_SIG
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
2004
SIG(pkt) = L2PACKET_RX_SIG;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
101
DbgBreakIf(SIG(packet) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
126
DbgBreakIf(SIG(packet) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
213
DbgBreakIf(SIG(pkt) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
1046
DbgBreakIfFastPath(SIG(pkt) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
1050
DbgBreakIfFastPath(SIG(pkt->u1.rx.mem_virt - pdev->params.rcv_buffer_offset) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
1051
DbgBreakIfFastPath(END_SIG(pkt->u1.rx.mem_virt, MAX_L2_CLI_BUFFER_SIZE(pdev, chain_idx)) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
142
DbgBreakIfFastPath(SIG(packet) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
183
DbgBreakIfFastPath(SIG(packet->u1.rx.mem_virt - pdev->params.rcv_buffer_offset) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
184
DbgBreakIfFastPath(END_SIG(packet->u1.rx.mem_virt, MAX_L2_CLI_BUFFER_SIZE(pdev, chain_idx)) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnxe/bnxe_rx.c
132
BnxeDbgBreakIfFastPath(pUM, SIG(pRxPkt) != L2PACKET_RX_SIG);
usr/src/uts/common/io/bnxe/bnxe_rx.c
771
SIG(pRxPkt) = L2PACKET_RX_SIG;