Searched refs:is_vflr (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_pf.h | 118 bool ice_reset_all_vfs(struct ice_pf *pf, bool is_vflr); 119 bool ice_reset_vf(struct ice_vf *vf, bool is_vflr); 157 bool __always_unused is_vflr) in ice_reset_all_vfs() 163 ice_reset_vf(struct ice_vf __always_unused *vf, bool __always_unused is_vflr) in ice_reset_vf() argument 156 ice_reset_all_vfs(struct ice_pf __always_unused *pf, bool __always_unused is_vflr) ice_reset_all_vfs() argument
|
H A D | ice_virtchnl_pf.c | 416 * @is_vflr: true if VFLR was issued, false if not 423 static void ice_trigger_vf_reset(struct ice_vf *vf, bool is_vflr, bool is_pfr) in ice_trigger_vf_reset() argument 456 if (!is_vflr) { in ice_trigger_vf_reset() 1166 * @is_vflr: true if VFLR was issued, false if not 1175 bool ice_reset_all_vfs(struct ice_pf *pf, bool is_vflr) in ice_reset_all_vfs() argument 1192 ice_trigger_vf_reset(&pf->vf[v], is_vflr, true); in ice_reset_all_vfs() 1267 * @is_vflr: true if VFLR was issued, false if not 1272 bool ice_reset_vf(struct ice_vf *vf, bool is_vflr) in ice_reset_vf() argument 1301 ice_trigger_vf_reset(vf, is_vflr, false); in ice_reset_vf()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_lib.h | 61 void (*trigger_reset_register)(struct ice_vf *vf, bool is_vflr);
|
H A D | ice_vf_lib.c | 191 * @is_vflr: true if VFLR was issued, false if not 198 static void ice_trigger_vf_reset(struct ice_vf *vf, bool is_vflr, bool is_pfr) in ice_trigger_vf_reset() argument 216 vf->vf_ops->trigger_reset_register(vf, is_vflr); in ice_trigger_vf_reset()
|
H A D | ice_sriov.c | 649 * @is_vflr: true if reset occurred due to VFLR 653 static void ice_sriov_trigger_reset_register(struct ice_vf *vf, bool is_vflr) in ice_sriov_trigger_reset_register() argument 669 if (!is_vflr) { in ice_sriov_trigger_reset_register()
|
Completed in 11 milliseconds