Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c371 const uint8_t bit1 = 0x1; in rte_pmd_ixgbe_set_vf_rx() local
396 val = bit1 << (vf - 32); in rte_pmd_ixgbe_set_vf_rx()
399 val = bit1 << vf; in rte_pmd_ixgbe_set_vf_rx()
421 const uint8_t bit1 = 0x1; in rte_pmd_ixgbe_set_vf_tx() local
446 val = bit1 << (vf - 32); in rte_pmd_ixgbe_set_vf_tx()
449 val = bit1 << vf; in rte_pmd_ixgbe_set_vf_tx()
H A Dixgbe_ethdev.c5664 const uint32_t bit1 = 0x1; in ixgbe_uc_hash_table_set() local
5679 rc = ((uta_info->uta_shadow[uta_idx] >> uta_shift & bit1) != 0); in ixgbe_uc_hash_table_set()
5686 reg_val |= (bit1 << uta_shift); in ixgbe_uc_hash_table_set()
5687 uta_info->uta_shadow[uta_idx] |= (bit1 << uta_shift); in ixgbe_uc_hash_table_set()
5690 reg_val &= ~(bit1 << uta_shift); in ixgbe_uc_hash_table_set()
5691 uta_info->uta_shadow[uta_idx] &= ~(bit1 << uta_shift); in ixgbe_uc_hash_table_set()
/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c4793 u8 bit1 = ice_is_bit_set(pair_list, i + 1); in ice_update_fd_swap() local
4796 if (bit0 ^ bit1) { in ice_update_fd_swap()