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

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c342 vfinfo->vf_mc_hashes[i] = hash_list[i];
346 vector_reg = (vfinfo->vf_mc_hashes[i] >> 5) & 0x7F;
347 vector_bit = vfinfo->vf_mc_hashes[i] & 0x1F;
373 vector_reg = (vfinfo->vf_mc_hashes[j] >> 5) & 0x7F;
374 vector_bit = vfinfo->vf_mc_hashes[j] & 0x1F;
H A Dixgbe.h141 u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES]; member in struct:vf_data_storage
/drivers/net/ethernet/intel/igb/
H A Digb.h96 u16 vf_mc_hashes[IGB_MAX_VF_MC_ENTRIES]; member in struct:vf_data_storage
H A Digb_main.c5656 igb_mta_set(hw, vf_data->vf_mc_hashes[j]);
5689 vf_data->vf_mc_hashes[i] = hash_list[i];
5716 igb_mta_set(hw, vf_data->vf_mc_hashes[j]);

Completed in 74 milliseconds