Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
A Dice_sriov.c238 if (vf_id >= snap->mbx_vf.vfcntr_len) in ice_mbx_detect_malvf()
242 snap->mbx_vf.vf_cntr[vf_id]++; in ice_mbx_detect_malvf()
263 if (!snap || !snap->mbx_vf.vf_cntr) in ice_mbx_reset_snapshot()
267 vfcntr_len = snap->mbx_vf.vfcntr_len; in ice_mbx_reset_snapshot()
269 memset(snap->mbx_vf.vf_cntr, 0, in ice_mbx_reset_snapshot()
451 if (bitmap_len < snap->mbx_vf.vfcntr_len) in ice_mbx_clear_malvf()
467 snap->mbx_vf.vf_cntr[vf_id] = 0; in ice_mbx_clear_malvf()
497 sizeof(*snap->mbx_vf.vf_cntr), in ice_mbx_init_snapshot()
499 if (!snap->mbx_vf.vf_cntr) in ice_mbx_init_snapshot()
505 snap->mbx_vf.vfcntr_len = vf_count; in ice_mbx_init_snapshot()
[all …]
A Dice_type.h761 struct ice_mbx_vf_counter mbx_vf; member

Completed in 11 milliseconds