Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c387 vfinfo->num_vf_mc_hashes = entries; in ixgbe_set_vf_multicasts()
397 for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) { in ixgbe_set_vf_multicasts()
423 for (j = 0; j < vfinfo->num_vf_mc_hashes; j++) { in ixgbe_restore_vf_multicasts()
432 if (vfinfo->num_vf_mc_hashes) in ixgbe_restore_vf_multicasts()
736 adapter->vfinfo[vf].num_vf_mc_hashes = 0; in ixgbe_vf_reset_event()
H A Dixgbe.h216 u16 num_vf_mc_hashes; member