Home
last modified time | relevance | path

Searched refs:val32 (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_hw_gen4_comp.h27 uint32_t val32 = 0; in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER() local
29 QAT_FIELD_SET(val32, csr.algo, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER()
33 QAT_FIELD_SET(val32, csr.sd, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER()
41 QAT_FIELD_SET(val32, csr.hbs, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER()
73 return rte_bswap32(val32); in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER()
93 uint32_t val32 = 0; in ICP_QAT_FW_COMP_20_BUILD_CONFIG_UPPER() local
135 return rte_bswap32(val32); in ICP_QAT_FW_COMP_20_BUILD_CONFIG_UPPER()
149 uint32_t val32 = 0; in ICP_QAT_FW_DECOMP_20_BUILD_CONFIG_LOWER() local
171 return rte_bswap32(val32); in ICP_QAT_FW_DECOMP_20_BUILD_CONFIG_LOWER()
182 uint32_t val32 = 0; in ICP_QAT_FW_DECOMP_20_BUILD_CONFIG_UPPER() local
[all …]
/dpdk/app/test/
H A Dtest_bitops.c9 uint32_t val32; variable
36 rte_bit_relaxed_set32(i, &val32); in test_bit_relaxed_set()
39 if (!rte_bit_relaxed_get32(i, &val32)) { in test_bit_relaxed_set()
62 rte_bit_relaxed_clear32(i, &val32); in test_bit_relaxed_clear()
65 if (rte_bit_relaxed_get32(i, &val32)) { in test_bit_relaxed_clear()
88 rte_bit_relaxed_test_and_set32(i, &val32); in test_bit_relaxed_test_set_clear()
91 if (!rte_bit_relaxed_test_and_clear32(i, &val32)) { in test_bit_relaxed_test_set_clear()
97 if (rte_bit_relaxed_get32(i, &val32)) { in test_bit_relaxed_test_set_clear()
123 val32 = 0; in test_bitops()
H A Dtest_common.c69 uint32_t val32; in test_bsf() local
83 val32 = 1U << shift; in test_bsf()
84 if ((uint32_t)rte_bsf32(val32) != shift) in test_bsf()
86 if (rte_bsf32_safe(val32, &pos) != 1) in test_bsf()
/dpdk/drivers/net/bnxt/hcapi/cfa/
H A Dhcapi_cfa_p4.c20 static inline uint32_t SWAP_WORDS32(uint32_t val32) in SWAP_WORDS32() argument
22 return (((val32 & 0x0000ffff) << 16) | ((val32 & 0xffff0000) >> 16)); in SWAP_WORDS32()
/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_rtsym.c251 uint32_t val32, id; in nfp_rtsym_read_le() local
269 err = nfp_cpp_readl(rtbl->cpp, id, sym->addr, &val32); in nfp_rtsym_read_le()
270 val = val32; in nfp_rtsym_read_le()
/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h550 u32 val32 = val; in t4_os_pci_write_cfg4() local
552 if (rte_pci_write_config(adapter->pdev, &val32, sizeof(val32), in t4_os_pci_write_cfg4()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1900 uint32_t val32; in ulp_rte_enc_ipv6_hdr_handler() local
1906 val32 = rte_cpu_to_be_32(BNXT_ULP_IPV6_DFLT_VER); in ulp_rte_enc_ipv6_hdr_handler()
1908 val32 = ip->hdr.vtc_flow; in ulp_rte_enc_ipv6_hdr_handler()
1909 field = ulp_rte_parser_fld_copy(field, &val32, size); in ulp_rte_enc_ipv6_hdr_handler()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h2088 uint32_t val32 = val; in pci_write_long() local
2089 if (rte_pci_write_config(sc->pci_dev, &val32, in pci_write_long()
2090 sizeof(val32), addr) <= 0) { in pci_write_long()
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.h632 u32 val32; member