Searched refs:bit1 (Results 1 – 8 of 8) 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()
5639 const uint32_t bit1 = 0x1; in ixgbe_uc_hash_table_set() local5654 rc = ((uta_info->uta_shadow[uta_idx] >> uta_shift & bit1) != 0); in ixgbe_uc_hash_table_set()5661 reg_val |= (bit1 << uta_shift); in ixgbe_uc_hash_table_set()5662 uta_info->uta_shadow[uta_idx] |= (bit1 << uta_shift); in ixgbe_uc_hash_table_set()5665 reg_val &= ~(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()
48 bit1 for u3port1, ... etc;
61 bit1 for u3port1, ... etc;
222 syno_id_bit1_pin: syno-id-bit1-pin {
253 syno_id_bit1_pin: syno-id-bit1-pin {
1056 uint64_t bit1 : 6; /**< Indicates the bit location in the first word of member1081 uint64_t bit1 : 6;
4475 u8 bit1 = ice_is_bit_set(pair_list, i + 1); in ice_update_fd_swap() local4478 if (bit0 ^ bit1) { in ice_update_fd_swap()