Home
last modified time | relevance | path

Searched refs:LM_CON_STATE_CLOSE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c11 …>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()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c478 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()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c721 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 Dbnxe_context.c1263 return LM_CON_STATE_CLOSE; in lm_get_con_state()
H A Dlm_pf.c365 pf_dev->vars.connections[ind_cids].con_state = LM_CON_STATE_CLOSE;
H A Dlm_hw_init_reset.c567 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()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2749 #define LM_CON_STATE_CLOSE 0 macro