Searched refs: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.c71 vfinfo->vf_mc_hashes[i] = hash_list[i];;
75 vector_reg = (vfinfo->vf_mc_hashes[i] >> 5) & 0x7F;
76 vector_bit = vfinfo->vf_mc_hashes[i] & 0x1F;
98 vector_reg = (vfinfo->vf_mc_hashes[j] >> 5) & 0x7F;
99 vector_bit = vfinfo->vf_mc_hashes[j] & 0x1F;
H A Dixgbe.h107 u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES]; 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.h73 u16 vf_mc_hashes[IGB_MAX_VF_MC_ENTRIES]; member in struct:vf_data_storage
H A Digb_main.c4675 igb_mta_set(hw, vf_data->vf_mc_hashes[j]);
4709 vf_data->vf_mc_hashes[i] = hash_list[i];
4735 igb_mta_set(hw, vf_data->vf_mc_hashes[j]);

Completed in 139 milliseconds