Searched refs:num_vf_mc_hashes (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_sriov.c64 vfinfo->num_vf_mc_hashes = entries;
74 for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) {
96 for (j = 0; j < vfinfo->num_vf_mc_hashes; j++) {
157 adapter->vfinfo[vf].num_vf_mc_hashes = 0;
H A Dixgbe.h108 u16 num_vf_mc_hashes; member in struct:vf_data_storage
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb.h74 u16 num_vf_mc_hashes; member in struct:vf_data_storage
H A Digb_main.c4669 if (vf_data->num_vf_mc_hashes > 30) {
4671 } else if (vf_data->num_vf_mc_hashes) {
4674 for (j = 0; j < vf_data->num_vf_mc_hashes; j++)
4701 vf_data->num_vf_mc_hashes = n;
4729 if ((vf_data->num_vf_mc_hashes > 30) ||
4732 } else if (vf_data->num_vf_mc_hashes) {
4734 for (j = 0; j < vf_data->num_vf_mc_hashes; j++)
4939 adapter->vf_data[vf].num_vf_mc_hashes = 0;

Completed in 70 milliseconds