/dpdk/drivers/net/qede/base/ |
H A D | ecore_utils.h | 29 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo)) argument 30 #define HILO_DMA(hi, lo) HILO_GEN(hi, lo, dma_addr_t) argument 31 #define HILO_64(hi, lo) HILO_GEN(hi, lo, u64) argument
|
H A D | ecore_hsi_debug_tools.h | 683 u32 hi; member
|
H A D | common_hsi.h | 799 __le32 hi /* high word for reg-pair */; member
|
H A D | mcp_public.h | 1030 u32 hi; member
|
H A D | ecore_hsi_eth.h | 2277 __le32 hi; member
|
/dpdk/lib/eal/windows/ |
H A D | eal_memalloc.c | 36 struct hugepage_info *hi) in alloc_seg() 169 struct hugepage_info *hi; member 276 struct hugepage_info *hi; member 316 struct hugepage_info *hi = NULL; in eal_memalloc_alloc_seg_bulk() local 379 struct hugepage_info *hi = NULL; in eal_memalloc_free_seg_bulk() local
|
/dpdk/lib/eal/linux/ |
H A D | eal_memalloc.c | 281 get_seg_fd(char *path, int buflen, struct hugepage_info *hi, in get_seg_fd() 516 struct hugepage_info *hi, unsigned int list_idx, in alloc_seg() 736 free_seg(struct rte_memseg *ms, struct hugepage_info *hi, in free_seg() 805 struct hugepage_info *hi; member 945 struct hugepage_info *hi; member 1022 struct hugepage_info *hi = NULL; in eal_memalloc_alloc_seg_bulk() local 1101 struct hugepage_info *hi = NULL; in eal_memalloc_free_seg_bulk() local 1157 struct rte_memseg_list *local_msl, struct hugepage_info *hi, in sync_chunk() 1254 struct rte_memseg_list *local_msl, struct hugepage_info *hi, in sync_status() 1335 struct rte_memseg_list *local_msl, struct hugepage_info *hi, in sync_existing() [all …]
|
/dpdk/drivers/net/cxgbe/ |
H A D | clip_tbl.c | 16 u64 hi = ((u64)lip[1]) << 32 | lip[0]; in clip6_get_mbox() local 35 u64 hi = ((u64)lip[1]) << 32 | lip[0]; in clip6_release_mbox() local
|
/dpdk/lib/acl/ |
H A D | acl_vect.h | 21 #define ACL_TR_HILO(P, TC, tr0, tr1, lo, hi) do { \ argument
|
H A D | acl_run_avx2.h | 95 ymm_t lo, hi; in acl_process_matches_avx2x8() local
|
H A D | acl_bld.c | 804 struct rte_acl_node *end, uint8_t lo, uint8_t hi, int size, int level) in acl_gen_range_mdl() 840 struct rte_acl_node *end, const uint8_t *hi, int size, int level) in acl_gen_range_high() 872 const uint8_t *hi; in acl_gen_range_trie() local
|
/dpdk/drivers/crypto/virtio/ |
H A D | virtio_pci.c | 43 io_write64_twopart(uint64_t val, uint32_t *lo, uint32_t *hi) in io_write64_twopart()
|
/dpdk/lib/ethdev/ |
H A D | ethdev_private.c | 74 uint16_t lo, hi, val; in rte_eth_devargs_process_range() local
|
/dpdk/drivers/net/ark/ |
H A D | ark_ethdev_rx.c | 622 dump_mbuf_data(struct rte_mbuf *mbuf, uint16_t lo, uint16_t hi) in dump_mbuf_data()
|
/dpdk/drivers/net/virtio/ |
H A D | virtio_pci.c | 292 io_write64_twopart(uint64_t val, uint32_t *lo, uint32_t *hi) in io_write64_twopart()
|
/dpdk/app/test/ |
H A D | test_acl.c | 652 uint32_t hi, lo, mask; in convert_rule_2() local
|
/dpdk/lib/mbuf/ |
H A D | rte_mbuf_core.h | 576 uint32_t hi; member
|
/dpdk/drivers/common/cnxk/ |
H A D | roc_npc_utils.c | 267 uint64_t hi, lo; in npc_wide_extract() local
|
/dpdk/drivers/common/idpf/ |
H A D | idpf_common_rxtx.c | 454 uint32_t hi, lo, lo2, delta; in idpf_tstamp_convert_32b_64b() local
|
/dpdk/lib/security/ |
H A D | rte_security.h | 326 uint32_t hi; member
|
/dpdk/drivers/net/cxgbe/base/ |
H A D | t4fw_interface.h | 72 __be32 hi; member 386 __be32 hi; member
|
/dpdk/drivers/net/bnx2x/ |
H A D | bnx2x.h | 85 #define HILO_U64(hi, lo) ((((uint64_t)(hi)) << 32) + (lo)) argument
|
H A D | ecore_hsi.h | 4152 __le32 hi; member 4158 uint32_t hi; member
|
/dpdk/lib/pipeline/ |
H A D | rte_swx_pipeline_internal.h | 2180 struct header_runtime *hi = &t->headers[header_id]; in __instr_hdr_emit_many_exec() local
|