Home
last modified time | relevance | path

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

/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.h164 uint16_t vf_mc_hashes[E1000_MAX_VF_MC_ENTRIES]; member
/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c405 vfinfo->vf_mc_hashes[i] = hash_list[i]; in ngbe_vf_set_multicast()
414 mta_idx = (vfinfo->vf_mc_hashes[i] >> NGBE_MTA_BIT_SHIFT) in ngbe_vf_set_multicast()
416 mta_shift = vfinfo->vf_mc_hashes[i] & NGBE_MTA_BIT_MASK; in ngbe_vf_set_multicast()
H A Dngbe_ethdev.h109 uint16_t vf_mc_hashes[NGBE_MAX_VF_MC_ENTRIES]; member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c493 vfinfo->vf_mc_hashes[i] = hash_list[i]; in txgbe_vf_set_multicast()
502 mta_idx = (vfinfo->vf_mc_hashes[i] >> TXGBE_MTA_BIT_SHIFT) in txgbe_vf_set_multicast()
504 mta_shift = vfinfo->vf_mc_hashes[i] & TXGBE_MTA_BIT_MASK; in txgbe_vf_set_multicast()
H A Dtxgbe_ethdev.h181 uint16_t vf_mc_hashes[TXGBE_MAX_VF_MC_ENTRIES]; member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c508 vfinfo->vf_mc_hashes[i] = hash_list[i]; in ixgbe_vf_set_multicast()
518 mta_idx = (vfinfo->vf_mc_hashes[i] >> IXGBE_MTA_BIT_SHIFT) in ixgbe_vf_set_multicast()
520 mta_shift = vfinfo->vf_mc_hashes[i] & IXGBE_MTA_BIT_MASK; in ixgbe_vf_set_multicast()
H A Dixgbe_ethdev.h257 uint16_t vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES]; member