Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_sriov.c479 vfinfo->vf_mc_hashes[i] = hash_list[i]; in wx_set_vf_multicasts()
482 vector_reg = WX_PSR_MC_TBL_REG(vfinfo->vf_mc_hashes[i]); in wx_set_vf_multicasts()
483 vector_bit = WX_PSR_MC_TBL_BIT(vfinfo->vf_mc_hashes[i]); in wx_set_vf_multicasts()
H A Dwx_type.h1207 u16 vf_mc_hashes[WX_MAX_VF_MC_ENTRIES]; member
H A Dwx_hw.c1230 vector_reg = WX_PSR_MC_TBL_REG(vfinfo->vf_mc_hashes[j]); in wx_restore_vf_multicasts()
1231 vector_bit = WX_PSR_MC_TBL_BIT(vfinfo->vf_mc_hashes[j]); in wx_restore_vf_multicasts()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c394 vfinfo->vf_mc_hashes[i] = hash_list[i]; in ixgbe_set_vf_multicasts()
398 vector_reg = (vfinfo->vf_mc_hashes[i] >> 5) & 0x7F; in ixgbe_set_vf_multicasts()
399 vector_bit = vfinfo->vf_mc_hashes[i] & 0x1F; in ixgbe_set_vf_multicasts()
425 vector_reg = (vfinfo->vf_mc_hashes[j] >> 5) & 0x7F; in ixgbe_restore_vf_multicasts()
426 vector_bit = vfinfo->vf_mc_hashes[j] & 0x1F; in ixgbe_restore_vf_multicasts()
H A Dixgbe.h215 u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES]; member
/linux/drivers/net/ethernet/intel/igb/
H A Digb.h95 u16 vf_mc_hashes[IGB_MAX_VF_MC_ENTRIES]; member
H A Digb_main.c7349 igb_mta_set(hw, vf_data->vf_mc_hashes[j]); in igb_set_vf_promisc()
7382 vf_data->vf_mc_hashes[i] = hash_list[i]; in igb_set_vf_multicasts()
7409 igb_mta_set(hw, vf_data->vf_mc_hashes[j]); in igb_restore_vf_multicasts()