Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/
H A Digb_pf.c351 vfinfo->vf_mc_hashes[i] = hash_list[i]; in igb_vf_set_multicast()
355 vector_reg = (vfinfo->vf_mc_hashes[i] >> 5) & 0x7F; in igb_vf_set_multicast()
356 vector_bit = vfinfo->vf_mc_hashes[i] & 0x1F; in igb_vf_set_multicast()
H A De1000_ethdev.h163 uint16_t vf_mc_hashes[E1000_MAX_VF_MC_ENTRIES]; member
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c494 vfinfo->vf_mc_hashes[i] = hash_list[i]; in txgbe_vf_set_multicast()
503 mta_idx = (vfinfo->vf_mc_hashes[i] >> TXGBE_MTA_BIT_SHIFT) in txgbe_vf_set_multicast()
505 mta_shift = vfinfo->vf_mc_hashes[i] & TXGBE_MTA_BIT_MASK; in txgbe_vf_set_multicast()
H A Dtxgbe_ethdev.h102 uint16_t vf_mc_hashes[TXGBE_MAX_VF_MC_ENTRIES]; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c511 vfinfo->vf_mc_hashes[i] = hash_list[i]; in ixgbe_vf_set_multicast()
521 mta_idx = (vfinfo->vf_mc_hashes[i] >> IXGBE_MTA_BIT_SHIFT) in ixgbe_vf_set_multicast()
523 mta_shift = vfinfo->vf_mc_hashes[i] & IXGBE_MTA_BIT_MASK; in ixgbe_vf_set_multicast()
H A Dixgbe_ethdev.h262 uint16_t vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES]; member