Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c496 const uint32_t IXGBE_MTA_BIT_SHIFT = 5; in ixgbe_vf_set_multicast() local
497 const uint32_t IXGBE_MTA_BIT_MASK = (0x1 << IXGBE_MTA_BIT_SHIFT) - 1; in ixgbe_vf_set_multicast()
521 mta_idx = (vfinfo->vf_mc_hashes[i] >> IXGBE_MTA_BIT_SHIFT) in ixgbe_vf_set_multicast()