Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 39) sorted by relevance

12

/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_b0.c37 u32 tc = 0U; in hw_atl_b0_hw_qos_set()
38 u32 buff_size = 0U; in hw_atl_b0_hw_qos_set()
39 unsigned int i_priority = 0U; in hw_atl_b0_hw_qos_set()
122 unsigned int i = 0U; in hw_atl_b0_hw_rss_hash_set()
123 unsigned int addr = 0U; in hw_atl_b0_hw_rss_hash_set()
125 for (i = 10, addr = 0U; i--; ++addr) { in hw_atl_b0_hw_rss_hash_set()
247 hw_atl_tdm_tx_dca_en_set(self, 0U); in hw_atl_b0_hw_init_tx_path()
273 hw_atl_rpfl2_uc_flr_en_set(self, (i == 0U) ? 1U : 0U, i); in hw_atl_b0_hw_init_rx_path()
297 hw_atl_rdm_rx_dca_en_set(self, 0U); in hw_atl_b0_hw_init_rx_path()
306 unsigned int h = 0U; in hw_atl_b0_hw_mac_addr_set()
[all …]
H A Dhw_atl_utils.c596 link_status->mbps = 0U; in hw_atl_utils_mpi_get_link_status()
632 u32 h = 0U; in hw_atl_utils_get_mac_permanent()
633 u32 l = 0U; in hw_atl_utils_get_mac_permanent()
652 mac_addr[0] = 0U; in hw_atl_utils_get_mac_permanent()
653 mac_addr[1] = 0U; in hw_atl_utils_get_mac_permanent()
687 unsigned int ret = 0U; in hw_atl_utils_mbps_2_speed_index()
707 ret = 0U; in hw_atl_utils_mbps_2_speed_index()
718 u32 chip_features = 0U; in hw_atl_utils_hw_chip_features_init()
836 unsigned int i = 0U; in hw_atl_utils_hw_get_regs()
854 unsigned int rpc_size = 0U; in aq_fw1x_set_wol()
[all …]
H A Dhw_atl_llh.c215 8U, 0U, 8U, 0U, 8U, 0U, 8U, 0U, in hw_atl_itr_irq_map_rx_set()
216 8U, 0U, 8U, 0U, 8U, 0U, 8U, 0U, in hw_atl_itr_irq_map_rx_set()
217 8U, 0U, 8U, 0U, 8U, 0U, 8U, 0U, in hw_atl_itr_irq_map_rx_set()
218 8U, 0U, 8U, 0U, 8U, 0U, 8U, 0U in hw_atl_itr_irq_map_rx_set()
746 0U, 4U, 8U, 12U, 16U, 20U, 24U, 28U in hw_atl_rpf_rpb_user_priority_tc_map_set()
1066 0U, 4U, 8U, 12U, 16U, 20U, 24U, 28U, in hw_atl_rpo_lro_max_num_of_descriptors_set()
1067 0U, 4U, 8U, 12U, 16U, 20U, 24U, 28U, in hw_atl_rpo_lro_max_num_of_descriptors_set()
1068 0U, 4U, 8U, 12U, 16U, 20U, 24U, 28U, in hw_atl_rpo_lro_max_num_of_descriptors_set()
1069 0U, 4U, 8U, 12U, 16U, 20U, 24U, 28U in hw_atl_rpo_lro_max_num_of_descriptors_set()
H A Dhw_atl_b0_internal.h22 #define HW_ATL_B0_MAC 0U
80 #define HW_ATL_B0_RS_SLIP_ENABLED 0U
H A Dhw_atl_utils_fw2x.c68 AQ_HW_WAIT_FOR(0U != (self->mbox_addr = in aq_fw2x_init()
71 AQ_HW_WAIT_FOR(0U != (self->rpc_addr = in aq_fw2x_init()
216 u32 h = 0U; in aq_fw2x_get_mac_permanent()
217 u32 l = 0U; in aq_fw2x_get_mac_permanent()
357 unsigned int rpc_size = 0U; in aq_fw2x_set_sleep_proxy()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_hash.c101 uint32_t crc = ~0U; in tf_hash_calc_crc32()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c77 #define U(_mask, _field) \ in cxgbe_validate_filter() macro
80 if (U(F_PORT, iport) || U(F_ETHERTYPE, ethtype) || in cxgbe_validate_filter()
81 U(F_PROTOCOL, proto) || U(F_MACMATCH, macidx) || in cxgbe_validate_filter()
82 U(F_VLAN, ivlan_vld) || U(F_VNIC_ID, ovlan_vld) || in cxgbe_validate_filter()
83 U(F_TOS, tos) || U(F_VNIC_ID, pfvf_vld)) in cxgbe_validate_filter()
97 #undef U in cxgbe_validate_filter()
H A Dcxgbe_filter.h201 #define FILTER_ID_MAX (~0U)
/dpdk/drivers/net/atlantic/
H A Datl_common.h68 #define AQ_NIC_FC_OFF 0U
H A Datl_hw_regs.c48 if (aq_hw_read_reg(hw, 0x10U) == ~0U) in aq_hw_err_from_flags()
H A Datl_rxtx.c1229 u32 tx_cmd = 0U; in atl_xmit_pkt()
1236 txc->flags1 = 0U; in atl_xmit_pkt()
1237 txc->flags2 = 0U; in atl_xmit_pkt()
1248 txd->flags = 0U; in atl_xmit_pkt()
1269 txd->flags = 0U; in atl_xmit_pkt()
H A Datl_ethdev.c1212 hw_atl_b0_set_fc(hw, fc, 0U); in atl_dev_link_update()
1572 unsigned int h = 0U; in atl_update_mac_addr()
1573 unsigned int l = 0U; in atl_update_mac_addr()
1582 hw_atl_rpfl2_uc_flr_en_set(hw, 0U, index); in atl_update_mac_addr()
1652 hw_atl_rpf_vlan_flr_en_set(hw, 0U, i); in atl_vlan_filter_set()
1801 hw_atl_rpfl2_uc_flr_en_set(hw, 0U, HW_ATL_B0_MAC_MIN + i); in atl_dev_set_mc_addr_list()
1840 reta_conf->mask = ~0U; in atl_reta_query()
/dpdk/drivers/net/enic/base/
H A Dvnic_devcmd.h27 #define _CMD_DIR_NONE 0U
35 #define _CMD_FLAGS_NONE 0U
41 #define _CMD_VTYPE_NONE 0U
/dpdk/app/test/
H A Dtest_power_kvm_vm.c25 #define TEST_POWER_VM_LCORE_ID 0U
H A Dtest_ring.h28 #define TEST_RING_IGNORE_API_TYPE ~0U
/dpdk/drivers/net/e1000/
H A Digb_pf.c149 E1000_WRITE_REG(hw, E1000_VFRE, (~0U) << vf_num); in igb_pf_host_configure()
150 E1000_WRITE_REG(hw, E1000_VFTE, (~0U) << vf_num); in igb_pf_host_configure()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_types.h407 0U : \
681 0U : \
688 0U : \
695 0U : \
702 0U : \
1671 0U)
1676 0U)
1681 0U)
1686 0U)
/dpdk/doc/guides/rel_notes/
H A Drelease_16_11.rst253 #. SuperMicro 1U
258 #. SuperMicro 1U
269 #. SuperMicro 2U
H A Drelease_16_07.rst346 #. SuperMicro 1U
351 #. SuperMicro 1U
362 #. SuperMicro 2U
H A Drelease_16_04.rst536 #. SuperMicro 1U
541 #. SuperMicro 1U
552 #. SuperMicro 1U
/dpdk/drivers/net/qede/base/
H A Decore_chain.h195 #define ECORE_U16_MAX ((u16)~0U)
196 #define ECORE_U32_MAX ((u32)~0U)
H A Decore_sp_commands.c481 return (u16)OSAL_MIN_T(u32, (u16)(~0U), QM_RL_RESOLUTION(mb_val)); in ecore_sp_rl_mb_to_qm()
486 return gd ? (u16)OSAL_MIN_T(u32, (u16)(~0U), FW_GD_RESOLUTION(gd)) : 0; in ecore_sp_rl_gd_denom()
/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c161 wr32(hw, NGBE_POOLRXENA(0), (~0U) << vfre_offset); in ngbe_pf_host_configure()
162 wr32(hw, NGBE_POOLTXENA(0), (~0U) << vfre_offset); in ngbe_pf_host_configure()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c232 wr32(hw, TXGBE_POOLRXENA(vfre_slot), (~0U) << vfre_offset); in txgbe_pf_host_configure()
234 wr32(hw, TXGBE_POOLTXENA(vfre_slot), (~0U) << vfre_offset); in txgbe_pf_host_configure()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c237 IXGBE_WRITE_REG(hw, IXGBE_VFRE(vfre_slot), (~0U) << vfre_offset); in ixgbe_pf_host_configure()
239 IXGBE_WRITE_REG(hw, IXGBE_VFTE(vfre_slot), (~0U) << vfre_offset); in ixgbe_pf_host_configure()

12