Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_sriov.c382 wx->vfinfo[vf].num_vf_mc_hashes = 0; in wx_vf_reset_event()
476 vfinfo->num_vf_mc_hashes = entries; in wx_set_vf_multicasts()
481 for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) { in wx_set_vf_multicasts()
H A Dwx_type.h1208 u16 num_vf_mc_hashes; member
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.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
/linux/drivers/net/ethernet/intel/igb/
H A Digb.h96 u16 num_vf_mc_hashes; member
H A Digb_main.c7342 if (vf_data->num_vf_mc_hashes > 30) { in igb_set_vf_promisc()
7344 } else if (vf_data->num_vf_mc_hashes) { in igb_set_vf_promisc()
7348 for (j = 0; j < vf_data->num_vf_mc_hashes; j++) in igb_set_vf_promisc()
7374 vf_data->num_vf_mc_hashes = n; in igb_set_vf_multicasts()
7403 if ((vf_data->num_vf_mc_hashes > 30) || in igb_restore_vf_multicasts()
7406 } else if (vf_data->num_vf_mc_hashes) { in igb_restore_vf_multicasts()
7408 for (j = 0; j < vf_data->num_vf_mc_hashes; j++) in igb_restore_vf_multicasts()
7659 adapter->vf_data[vf].num_vf_mc_hashes = 0; in igb_vf_reset()