Searched refs:LM_STATUS_ABORTED (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_util.c | 231 lm_status = LM_STATUS_ABORTED; in lm_wait_state_change()
|
H A D | lm_dmae.c | 563 lm_status = LM_STATUS_ABORTED; in lm_dmae_operation_wait() 730 if (LM_STATUS_ABORTED != lm_status) in lm_dmae_context_execute() 1296 if (LM_STATUS_ABORTED == lm_status) in lm_dmae_copy_phys_buffer_unsafe()
|
H A D | lm_niv.c | 98 if((LM_STATUS_ABORTED != lm_status) && in lm_niv_clients_update()
|
H A D | lm_resc.c | 2503 pkt->status = LM_STATUS_ABORTED; in lm_abort_indicate_free_list() 2516 mm_indicate_rx(pdev, idx, packet_list, LM_STATUS_ABORTED); in lm_abort_indicate_free_list() 2682 pkt->status = LM_STATUS_ABORTED; in lm_abort()
|
H A D | lm_sp.c | 101 if ((lm_status != LM_STATUS_SUCCESS) && (lm_status != LM_STATUS_ABORTED)) in lm_empty_ramrod_eth() 655 return LM_STATUS_ABORTED; in lm_update_eth_client() 4295 return LM_STATUS_ABORTED; in lm_update_default_vlan()
|
H A D | lm_hw_init_reset.c | 1208 if ((lm_status != LM_STATUS_SUCCESS) && (lm_status != LM_STATUS_ABORTED)) in lm_chip_stop()
|
H A D | lm_stats.c | 665 if (LM_STATUS_ABORTED == lm_status) in lm_stats_dmae()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | lm_defs.h | 101 LM_STATUS_ABORTED = 3, enumerator
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 4787 lm_tcp_abort_bufs(pdev,tcp,tcp->tx_con,LM_STATUS_ABORTED); in lm_tcp_tx_empty_ramrod_complete() 4871 lm_tcp_abort_bufs(pdev,tcp,tx_con, LM_STATUS_ABORTED); in lm_tcp_comp_abortive_disconnect_request() 4901 lm_tcp_abort_bufs(pdev,tcp, rx_con, LM_STATUS_ABORTED); in lm_tcp_comp_abortive_disconnect_request()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 463 if (lm_status != LM_STATUS_ABORTED) in lm_pf_vf_fill_teardown_q_response()
|