Searched refs:LM_CON_STATE_CLOSE (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/ |
H A D | lm_vf.c | 11 …>vars.connections[VF_TO_PF_CID(pdev,LM_SW_LEADING_RSS_CID(pdev))].con_state != LM_CON_STATE_CLOSE); in lm_vf_is_function_after_flr() 164 pf_dev->vars.connections[ind_cids].con_state = LM_CON_STATE_CLOSE; in lm_vf_dis() 398 …)->vars.connections[VF_TO_PF_CID(pdev,LM_SW_LEADING_RSS_CID(pdev))].con_state = LM_CON_STATE_CLOSE; in lm_vf_chip_reset()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 478 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_pf_vf_fill_teardown_q_response() 531 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_pf_vf_fill_close_vf_response() 2799 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_vf_queue_close() 2813 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_vf_queue_close() 3191 if (con_state != LM_CON_STATE_CLOSE) in lm_pf_remove_vf() 3206 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_pf_remove_vf() 3432 lm_set_con_state(pdev, LM_VF_Q_ID_TO_PF_CID(pdev, vf_info,0), LM_CON_STATE_CLOSE); in lm_pf_cleanup_vf_after_flr() 3510 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_pf_finally_release_vf()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_sp.c | 721 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_establish_eth_con() 808 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_establish_eth_con() 1266 lm_status = lm_eth_wait_state_change(pdev, LM_CON_STATE_CLOSE, cid); in lm_cfc_del_eth_con() 1318 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_close_eth_con() 2784 lm_set_con_state(pdev, cid, LM_CON_STATE_CLOSE); in lm_eq_handle_cfc_del_eqe()
|
H A D | bnxe_context.c | 1262 return LM_CON_STATE_CLOSE; in lm_get_con_state()
|
H A D | lm_pf.c | 365 pf_dev->vars.connections[ind_cids].con_state = LM_CON_STATE_CLOSE;
|
H A D | lm_hw_init_reset.c | 567 lm_set_con_state(pdev, LM_SW_LEADING_RSS_CID(pdev), LM_CON_STATE_CLOSE); in lm_cleanup_after_flr() 1192 lm_set_con_state(pdev, fwd_cid, LM_CON_STATE_CLOSE); in lm_chip_stop()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 2749 #define LM_CON_STATE_CLOSE 0 macro
|