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

/freebsd-13-stable/sys/dev/ice/
H A Dice_sriov.c297 if (vf_id >= snap->mbx_vf.vfcntr_len)
301 snap->mbx_vf.vf_cntr[vf_id]++;
303 if (snap->mbx_vf.vf_cntr[vf_id] >= ICE_ASYNC_VF_MSG_THRESHOLD)
322 if (!snap || !snap->mbx_vf.vf_cntr)
326 vfcntr_len = snap->mbx_vf.vfcntr_len;
328 ice_memset(snap->mbx_vf.vf_cntr, 0,
329 (vfcntr_len * sizeof(*snap->mbx_vf.vf_cntr)),
478 if (bitmap_len < hw->mbx_snapshot.mbx_vf.vfcntr_len)
515 if (bitmap_len < snap->mbx_vf.vfcntr_len)
519 if (vf_id >= bitmap_len || vf_id >= snap->mbx_vf
[all...]
H A Dice_type.h885 struct ice_mbx_vf_counter mbx_vf; member in struct:ice_mbx_snapshot

Completed in 107 milliseconds