Searched refs:ixgbe_uta_bit_shift (Results 1 – 1 of 1) sorted by relevance
5637 const uint32_t ixgbe_uta_bit_shift = 5; in ixgbe_uc_hash_table_set() local5638 const uint32_t ixgbe_uta_bit_mask = (0x1 << ixgbe_uta_bit_shift) - 1; in ixgbe_uc_hash_table_set()5651 uta_idx = (vector >> ixgbe_uta_bit_shift) & ixgbe_uta_idx_mask; in ixgbe_uc_hash_table_set()