| /dpdk/lib/bpf/ |
| H A D | bpf_exec.c | 17 #define BPF_JMP_CND_REG(reg, ins, op, type) \ argument 22 #define BPF_JMP_CND_IMM(reg, ins, op, type) \ argument 27 #define BPF_NEG_ALU(reg, ins, type) \ argument 30 #define EBPF_MOV_ALU_REG(reg, ins, type) \ argument 33 #define BPF_OP_ALU_REG(reg, ins, op, type) \ argument 37 #define EBPF_MOV_ALU_IMM(reg, ins, type) \ argument 40 #define BPF_OP_ALU_IMM(reg, ins, op, type) \ argument 44 #define BPF_DIV_ZERO_CHECK(bpf, reg, ins, type) do { \ argument 54 #define BPF_LD_REG(reg, ins, type) \ argument 58 #define BPF_ST_IMM(reg, ins, type) \ argument [all …]
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_cfg.c | 26 __rte_unused enum func_type type) in hinic_parse_shared_res_cap() 51 enum func_type type) in hinic_parse_l2nic_res_cap() 110 enum func_type type) in hinic_parse_pub_res_cap() 154 enum func_type type) in parse_dev_cap() 170 static int get_cap_from_fw(struct hinic_hwdev *dev, enum func_type type) in get_cap_from_fw() 192 static int get_cap_from_pf(struct hinic_hwdev *dev, enum func_type type) in get_cap_from_pf() 217 enum func_type type = HINIC_FUNC_TYPE(dev); in get_dev_cap() local
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_utils.c | 53 mlx4_mallocv_inline(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv_inline() 138 mlx4_mallocv(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv() 151 mlx4_zmallocv(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_zmallocv() 170 mlx4_mallocv_socket(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv_socket() 184 mlx4_zmallocv_socket(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_zmallocv_socket()
|
| /dpdk/lib/eal/windows/include/sys/ |
| H A D | queue.h | 140 #define QUEUE_TYPEOF(type) type argument 142 #define QUEUE_TYPEOF(type) struct type argument 148 #define SLIST_HEAD(name, type) \ argument 153 #define SLIST_CLASS_HEAD(name, type) \ argument 161 #define SLIST_ENTRY(type) \ argument 166 #define SLIST_CLASS_ENTRY(type) \ argument 184 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 242 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 271 #define SLIST_SWAP(head1, head2, type) do { \ argument 280 #define STAILQ_HEAD(name, type) \ argument [all …]
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_cpuflags.c | 42 _rte_cpu_getauxval(unsigned long type, const char *str) in _rte_cpu_getauxval() 73 rte_cpu_getauxval(unsigned long type) in rte_cpu_getauxval() 79 rte_cpu_strcmp_auxval(unsigned long type, const char *str) in rte_cpu_strcmp_auxval()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | rte_os.h | 24 RTE_TAILQ_HEAD(name,type) global() argument 29 RTE_TAILQ_ENTRY(type) global() argument 40 RTE_STAILQ_HEAD(name,type) global() argument 45 RTE_STAILQ_ENTRY(type) global() argument [all...] |
| /dpdk/lib/eal/linux/include/ |
| H A D | rte_os.h | 22 #define RTE_STAILQ_HEAD(name, type) STAILQ_HEAD(name, type) argument 21 RTE_TAILQ_HEAD(name,type) global() argument 26 RTE_STAILQ_HEAD(name,type) global() argument 27 RTE_STAILQ_ENTRY(type) global() argument
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_msg_common.h | 14 #define MSG_PREP(parms, mb, type, subtype, req, resp) do { \ argument 24 #define MSG_PREP_NO_REQ(parms, mb, type, subtype, resp) do { \ argument 34 #define MSG_PREP_NO_RESP(parms, mb, type, subtype, req) do { \ argument
|
| H A D | tf_tbl.h | 47 enum tf_tbl_type type; member 69 enum tf_tbl_type type; member 91 enum tf_tbl_type type; member 121 enum tf_tbl_type type; member 147 enum tf_tbl_type type; member
|
| H A D | tf_identifier.h | 42 enum tf_identifier_type type; member 60 enum tf_identifier_type type; member 83 enum tf_identifier_type type; member
|
| H A D | tf_tcam.h | 51 enum tf_tcam_tbl_type type; member 77 enum tf_tcam_tbl_type type; member 99 enum tf_tcam_tbl_type type; member 161 enum tf_tcam_tbl_type type; member 203 enum tf_tcam_tbl_type type; member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npa_type.c | 9 roc_npa_buf_type_update(uint64_t aura_handle, enum roc_npa_buf_type type, int count) in roc_npa_buf_type_update() 39 int type; in roc_npa_buf_type_mask() local 69 int type; in roc_npa_buf_type_limit_get() local
|
| /dpdk/lib/mldev/ |
| H A D | mldev_utils.c | 18 rte_ml_io_type_size_get(enum rte_ml_io_type type) in rte_ml_io_type_size_get() 53 rte_ml_io_type_to_str(enum rte_ml_io_type type, char *str, int len) in rte_ml_io_type_to_str()
|
| /dpdk/app/test/ |
| H A D | test_cmdline_num.c | 220 can_parse_unsigned(uint64_t expected_result, enum cmdline_numtype type) in can_parse_unsigned() 258 can_parse_signed(int64_t expected_result, enum cmdline_numtype type) in can_parse_signed() 370 enum cmdline_numtype type; in test_parse_num_invalid_data() local 408 enum cmdline_numtype type; in test_parse_num_valid() local
|
| H A D | test_member_perf.c | 291 timed_adds(struct member_perf_params *params, int type) in timed_adds() 318 timed_adds_sketch(struct member_perf_params *params, int type) in timed_adds_sketch() 351 timed_lookups(struct member_perf_params *params, int type) in timed_lookups() 387 timed_lookups_sketch(struct member_perf_params *params, int type) in timed_lookups_sketch() 417 timed_lookups_bulk(struct member_perf_params *params, int type) in timed_lookups_bulk() 464 timed_lookups_multimatch(struct member_perf_params *params, int type) in timed_lookups_multimatch() 504 timed_lookups_multimatch_bulk(struct member_perf_params *params, int type) in timed_lookups_multimatch_bulk() 559 timed_deletes(struct member_perf_params *params, int type) in timed_deletes() 585 timed_miss_lookup(struct member_perf_params *params, int type) in timed_miss_lookup()
|
| /dpdk/lib/eal/freebsd/include/ |
| H A D | rte_os.h | 22 #define RTE_STAILQ_HEAD(name, type) STAILQ_HEAD(name, type) argument 21 RTE_TAILQ_HEAD(name,type) global() argument 26 RTE_STAILQ_HEAD(name,type) global() argument 27 RTE_STAILQ_ENTRY(type) global() argument
|
| /dpdk/lib/eal/include/ |
| H A D | rte_per_lcore.h | 26 extern __declspec(thread) type per_lcore_##name argument 29 * Macro to define a per lcore variable "var" of type "type", don't argument [all...] |
| /dpdk/lib/eal/common/ |
| H A D | rte_malloc.c | 54 malloc_socket(const char *type, size_t size, unsigned int align, in malloc_socket() 84 rte_malloc_socket(const char *type, size_t size, unsigned int align, in rte_malloc_socket() 91 eal_malloc_no_trace(const char *type, size_t size, unsigned int align) in eal_malloc_no_trace() 100 rte_malloc(const char *type, size_t size, unsigned align) in rte_malloc() 109 rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket) in rte_zmalloc_socket() 138 rte_zmalloc(const char *type, size_t size, unsigned align) in rte_zmalloc() 147 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket) in rte_calloc_socket() 156 rte_calloc(const char *type, size_t num, size_t size, unsigned align) in rte_calloc() 330 rte_malloc_dump_stats(FILE *f, __rte_unused const char *type) in rte_malloc_dump_stats()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_nvram.c | 137 __in efx_nvram_type_t type, in efx_nvram_size() 170 __in efx_nvram_type_t type, in efx_nvram_info() 232 __in efx_nvram_type_t type, in efx_nvram_rw_start() 265 __in efx_nvram_type_t type, in efx_nvram_read_chunk() 303 __in efx_nvram_type_t type, in efx_nvram_read_backup() 337 __in efx_nvram_type_t type) in efx_nvram_erase() 375 __in efx_nvram_type_t type, in efx_nvram_write_chunk() 408 __in efx_nvram_type_t type, in efx_nvram_rw_finish() 489 __in efx_nvram_type_t type, in efx_nvram_validate()
|
| H A D | rhead_virtio.c | 187 uint32_t type; in rhead_virtio_get_doorbell_offset() local 276 __in efx_virtio_device_type_t type, in rhead_virtio_get_features() 328 __in efx_virtio_device_type_t type, in rhead_virtio_verify_features()
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_crypto.h | 97 uint8_t type; member 196 __rte_crypto_op_reset(struct rte_crypto_op * op,enum rte_crypto_op_type type) __rte_crypto_op_reset() argument 219 enum rte_crypto_op_type type; global() member 281 __rte_crypto_op_raw_bulk_alloc(struct rte_mempool * mempool,enum rte_crypto_op_type type,struct rte_crypto_op ** ops,uint16_t nb_ops) __rte_crypto_op_raw_bulk_alloc() argument 308 rte_crypto_op_alloc(struct rte_mempool * mempool,enum rte_crypto_op_type type) rte_crypto_op_alloc() argument 339 rte_crypto_op_bulk_alloc(struct rte_mempool * mempool,enum rte_crypto_op_type type,struct rte_crypto_op ** ops,uint16_t nb_ops) rte_crypto_op_bulk_alloc() argument [all...] |
| /dpdk/drivers/net/netvsc/ |
| H A D | rndis.h | 133 uint32_t type; member 143 uint32_t type; member 175 uint32_t type; /* NDIS_PKTINFO_TYPE_ */ member 222 uint32_t type; member 233 uint32_t type; member 242 uint32_t type; member 264 uint32_t type; member 274 uint32_t type; member 288 uint32_t type; member 305 uint32_t type; member [all …]
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_eth_group.c | 11 static const char *eth_type_to_string(u8 type) in eth_type_to_string() 26 u8 type, u8 index, u8 *select) in eth_group_get_select() 50 u8 type, u8 index, u16 addr, u32 data) in eth_group_write_reg() 79 u8 type, u8 index, u16 addr, u32 *data) in eth_group_read_reg()
|
| /dpdk/lib/log/ |
| H A D | rte_log.h | 479 RTE_LOG_REGISTER_IMPL(type,name,level) global() argument 501 RTE_LOG_REGISTER(type,name,level) global() argument 508 RTE_LOG_REGISTER_DEFAULT(type,level) global() argument 515 RTE_LOG_REGISTER_SUFFIX(type,suffix,level) global() argument [all...] |
| /dpdk/drivers/bus/dpaa/include/ |
| H A D | dpaa_rbtree.h | 46 #define QMAN_NODE2OBJ(ptr, type, node_field) \ argument 49 #define IMPLEMENT_DPAA_RBTREE(name, type, node_field, val_field) \ argument
|