Searched refs:con_state (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | l4states.h | 220 u32_t con_state; /* l4_tcp_con_state_t */ member
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_sp.c | 635 u32_t con_state = 0; in lm_update_eth_client() local 649 con_state = lm_get_con_state(pdev, cid); in lm_update_eth_client() 650 if((LM_CON_STATE_OPEN != con_state) && in lm_update_eth_client() 651 (LM_CON_STATE_OPEN_SENT != con_state)) in lm_update_eth_client() 1143 u32_t con_state = 0; in lm_halt_eth_con() local 1150 con_state = lm_get_con_state(pdev, cid); in lm_halt_eth_con() 1152 cid,con_state); in lm_halt_eth_con() 1155 if (ERR_IF(con_state != LM_CON_STATE_OPEN)) in lm_halt_eth_con() 1380 return lm_wait_state_change(pdev, &cid_resc->con_state, new_state); in lm_eth_wait_state_change() 4275 u32_t con_state = 0; in lm_update_default_vlan() local [all …]
|
H A D | bnxe_context.c | 1251 cid_resc->con_state = state; in lm_set_con_state() 1265 return cid_resc->con_state; in lm_get_con_state()
|
H A D | lm_pf.c | 365 pf_dev->vars.connections[ind_cids].con_state = LM_CON_STATE_CLOSE;
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/ |
H A D | lm_vf.c | 11 …res = (PFDEV(pdev)->vars.connections[VF_TO_PF_CID(pdev,LM_SW_LEADING_RSS_CID(pdev))].con_state != … 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 …PFDEV(pdev)->vars.connections[VF_TO_PF_CID(pdev,LM_SW_LEADING_RSS_CID(pdev))].con_state = LM_CON_S… 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 | 3164 u32_t cid,client_info_idx, con_state; in lm_pf_remove_vf() local 3190 con_state = lm_get_con_state(pdev, cid); in lm_pf_remove_vf() 3191 if (con_state != LM_CON_STATE_CLOSE) in lm_pf_remove_vf() 3193 if (con_state != LM_CON_STATE_OPEN) { in lm_pf_remove_vf() 3195 con_state); in lm_pf_remove_vf()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 3071 switch (tcp->tcp_delegated.con_state) { in lm_tcp_init_tcp_state_machine() 3100 tcp->tcp_delegated.con_state); in lm_tcp_init_tcp_state_machine() 5458 tcp->tcp_delegated.con_state = lm_tcp_calc_state(pdev, tcp, in lm_tcp_get_delegated() 5460 pdev->toe_info.stats.con_state_on_upload[tcp->tcp_delegated.con_state]++; in lm_tcp_get_delegated()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 2748 volatile u32_t con_state; member
|