Searched refs:vf_states (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_virtchnl_pf.c | 31 if (!test_bit(ICE_VF_STATE_INIT, vf->vf_states)) { in ice_check_vf_init() 89 if (!test_bit(ICE_VF_STATE_INIT, vf->vf_states) && in ice_vc_vf_broadcast() 90 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_vf_broadcast() 216 clear_bit(ICE_VF_STATE_INIT, vf->vf_states); in ice_free_vf_res() 236 clear_bit(ICE_VF_STATE_MC_PROMISC, vf->vf_states); in ice_free_vf_res() 237 clear_bit(ICE_VF_STATE_UC_PROMISC, vf->vf_states); in ice_free_vf_res() 319 clear_bit(ICE_VF_STATE_QS_ENA, vf->vf_states); in ice_set_vf_state_qs_dis() 373 if (test_bit(ICE_VF_STATE_INIT, vf->vf_states)) { in ice_free_vfs() 376 set_bit(ICE_VF_STATE_DIS, vf->vf_states); in ice_free_vfs() 436 clear_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_trigger_vf_reset() [all …]
|
| H A D | ice_virtchnl_pf.h | 97 DECLARE_BITMAP(vf_states, ICE_VF_STATES_NBITS); /* VF runtime states */
|
| H A D | ice_ethtool.c | 320 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_active_vfs()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.c | 30 if (!test_bit(I40E_VF_STATE_INIT, &vf->vf_states) && in i40e_vc_vf_broadcast() 31 !test_bit(I40E_VF_STATE_ACTIVE, &vf->vf_states)) in i40e_vc_vf_broadcast() 118 if (!test_bit(I40E_VF_STATE_INIT, &vf->vf_states) && in i40e_vc_notify_vf_reset() 119 !test_bit(I40E_VF_STATE_ACTIVE, &vf->vf_states)) in i40e_vc_notify_vf_reset() 952 clear_bit(I40E_VF_STATE_INIT, &vf->vf_states); in i40e_free_vf_res() 1013 clear_bit(I40E_VF_STATE_MC_PROMISC, &vf->vf_states); in i40e_free_vf_res() 1014 clear_bit(I40E_VF_STATE_UC_PROMISC, &vf->vf_states); in i40e_free_vf_res() 1080 set_bit(I40E_VF_STATE_INIT, &vf->vf_states); in i40e_alloc_vf_res() 1370 vf_active = test_and_clear_bit(I40E_VF_STATE_ACTIVE, &vf->vf_states); in i40e_trigger_vf_reset() 1378 clear_bit(I40E_VF_STATE_INIT, &vf->vf_states); in i40e_trigger_vf_reset() [all …]
|
| H A D | i40e_virtchnl_pf.h | 96 unsigned long vf_states; /* vf's runtime states */ member
|
| H A D | i40e_ethtool.c | 2559 if (test_bit(I40E_VF_STATE_ACTIVE, &vfs[i].vf_states)) in i40e_active_vfs()
|
| H A D | i40e_main.c | 10607 set_bit(I40E_VF_STATE_DISABLED, &vf->vf_states); in i40e_handle_mdd_event() 10618 set_bit(I40E_VF_STATE_DISABLED, &vf->vf_states); in i40e_handle_mdd_event()
|