Searched refs:bit1 (Results 1 – 3 of 3) sorted by relevance
371 const uint8_t bit1 = 0x1; in rte_pmd_ixgbe_set_vf_rx() local396 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() local446 val = bit1 << (vf - 32); in rte_pmd_ixgbe_set_vf_tx()449 val = bit1 << vf; in rte_pmd_ixgbe_set_vf_tx()
5664 const uint32_t bit1 = 0x1; in ixgbe_uc_hash_table_set() local5679 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()
4793 u8 bit1 = ice_is_bit_set(pair_list, i + 1); in ice_update_fd_swap() local4796 if (bit0 ^ bit1) { in ice_update_fd_swap()