Home
last modified time | relevance | path

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

/f-stack/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.c5639 const uint32_t bit1 = 0x1; in ixgbe_uc_hash_table_set() local
5654 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()
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dmediatek,mtk-xhci.txt48 bit1 for u3port1, ... etc;
H A Dmediatek,mtu3.txt61 bit1 for u3port1, ... etc;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-370-synology-ds213j.dts222 syno_id_bit1_pin: syno-id-bit1-pin {
H A Darmada-xp-synology-ds414.dts253 syno_id_bit1_pin: syno-id-bit1-pin {
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h1056 uint64_t bit1 : 6; /**< Indicates the bit location in the first word of member
1081 uint64_t bit1 : 6;
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c4475 u8 bit1 = ice_is_bit_set(pair_list, i + 1); in ice_update_fd_swap() local
4478 if (bit0 ^ bit1) { in ice_update_fd_swap()