Symbol: LM_STATUS_ABORTED
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
497
pkt->status = LM_STATUS_ABORTED;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
701
pkt->status = LM_STATUS_ABORTED;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
981
pkt->status = LM_STATUS_ABORTED;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_send.c
860
pkt->status = LM_STATUS_ABORTED;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1296
if (LM_STATUS_ABORTED == lm_status)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
563
lm_status = LM_STATUS_ABORTED;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
730
if (LM_STATUS_ABORTED != lm_status)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
1208
if ((lm_status != LM_STATUS_SUCCESS) && (lm_status != LM_STATUS_ABORTED))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
98
if((LM_STATUS_ABORTED != lm_status) &&
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2503
pkt->status = LM_STATUS_ABORTED;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2516
mm_indicate_rx(pdev, idx, packet_list, LM_STATUS_ABORTED);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2682
pkt->status = LM_STATUS_ABORTED;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
101
if ((lm_status != LM_STATUS_SUCCESS) && (lm_status != LM_STATUS_ABORTED))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
4295
return LM_STATUS_ABORTED;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
655
return LM_STATUS_ABORTED;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
665
if (LM_STATUS_ABORTED == lm_status)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
231
lm_status = LM_STATUS_ABORTED;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4787
lm_tcp_abort_bufs(pdev,tcp,tcp->tx_con,LM_STATUS_ABORTED);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4871
lm_tcp_abort_bufs(pdev,tcp,tx_con, LM_STATUS_ABORTED);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4901
lm_tcp_abort_bufs(pdev,tcp, rx_con, LM_STATUS_ABORTED);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
463
if (lm_status != LM_STATUS_ABORTED)