Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h90 uint32_t uta_shadow[TXGBE_MAX_UTA]; member
H A Dtxgbe_ethdev.c3235 if (!!on == !!(uta_info->uta_shadow[uta_idx] & uta_mask)) in txgbe_uc_hash_table_set()
3242 uta_info->uta_shadow[uta_idx] |= uta_mask; in txgbe_uc_hash_table_set()
3246 uta_info->uta_shadow[uta_idx] &= ~uta_mask; in txgbe_uc_hash_table_set()
3278 uta_info->uta_shadow[i] = ~0; in txgbe_uc_all_hash_table_set()
3283 uta_info->uta_shadow[i] = 0; in txgbe_uc_all_hash_table_set()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h250 uint32_t uta_shadow[IXGBE_MAX_UTA]; member
H A Dixgbe_ethdev.c5654 rc = ((uta_info->uta_shadow[uta_idx] >> uta_shift & bit1) != 0); in ixgbe_uc_hash_table_set()
5662 uta_info->uta_shadow[uta_idx] |= (bit1 << uta_shift); in ixgbe_uc_hash_table_set()
5666 uta_info->uta_shadow[uta_idx] &= ~(bit1 << uta_shift); in ixgbe_uc_hash_table_set()
5695 uta_info->uta_shadow[i] = ~0; in ixgbe_uc_all_hash_table_set()
5700 uta_info->uta_shadow[i] = 0; in ixgbe_uc_all_hash_table_set()