Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_sriov.c368 wx->vfinfo[vf].num_vf_mc_hashes = 0; in wx_vf_reset_event()
462 vfinfo->num_vf_mc_hashes = entries; in wx_set_vf_multicasts()
467 for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) { in wx_set_vf_multicasts()
H A Dwx_hw.c1228 for (j = 0; j < vfinfo->num_vf_mc_hashes; j++) { in wx_restore_vf_multicasts()
1237 if (vfinfo->num_vf_mc_hashes) in wx_restore_vf_multicasts()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c389 vfinfo->num_vf_mc_hashes = entries; in ixgbe_set_vf_multicasts()
399 for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) { in ixgbe_set_vf_multicasts()
425 for (j = 0; j < vfinfo->num_vf_mc_hashes; j++) { in ixgbe_restore_vf_multicasts()
434 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
/linux/drivers/net/ethernet/intel/igb/
H A Digb.h96 u16 num_vf_mc_hashes; member