Home
last modified time | relevance | path

Searched refs:report_malvf (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_vf_mbx.c107 * report_malvf from ice_mbx_vf_state_handler() serves as an indicator to the
218 * @report_malvf: boolean output to indicate whether VF should be reported
238 struct ice_mbx_vf_info *vf_info, bool *report_malvf) in ice_mbx_vf_state_handler()
247 if (!report_malvf || !mbx_data || !vf_info) in ice_mbx_vf_state_handler()
250 *report_malvf = false; in ice_mbx_vf_state_handler()
330 *report_malvf = true; in ice_mbx_vf_state_handler()
237 ice_mbx_vf_state_handler(struct ice_hw *hw, struct ice_mbx_data *mbx_data, struct ice_mbx_vf_info *vf_info, bool *report_malvf) ice_mbx_vf_state_handler() argument
H A Dice_vf_mbx.h24 struct ice_mbx_vf_info *vf_info, bool *report_malvf);
H A Dice_virtchnl.c3859 bool report_malvf = false; in ice_is_malicious_vf() local
3872 &report_malvf); in ice_is_malicious_vf()
3877 if (report_malvf) { in ice_is_malicious_vf()

Completed in 7 milliseconds