Home
last modified time | relevance | path

Searched refs:all_malvfs (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_vf_mbx.c409 ice_mbx_report_malvf(struct ice_hw *hw, unsigned long *all_malvfs, in ice_mbx_report_malvf() argument
412 if (!all_malvfs || !report_malvf) in ice_mbx_report_malvf()
424 if (!test_and_set_bit(vf_id, all_malvfs)) in ice_mbx_report_malvf()
445 ice_mbx_clear_malvf(struct ice_mbx_snapshot *snap, unsigned long *all_malvfs, in ice_mbx_clear_malvf() argument
448 if (!snap || !all_malvfs) in ice_mbx_clear_malvf()
459 clear_bit(vf_id, all_malvfs); in ice_mbx_clear_malvf()
Dice_vf_mbx.h26 ice_mbx_clear_malvf(struct ice_mbx_snapshot *snap, unsigned long *all_malvfs,
31 ice_mbx_report_malvf(struct ice_hw *hw, unsigned long *all_malvfs,