Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dpdk/lib/bpf/
H A Dbpf_exec.c17 #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
54 #define BPF_LD_REG(reg, ins, type) \ argument
58 #define BPF_ST_IMM(reg, ins, type) \ argument
62 #define BPF_ST_REG(reg, ins, type) \ argument
[all …]
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cfg.c26 __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 Dmlx4_utils.c53 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 Dqueue.h141 #define QUEUE_TYPEOF(type) type argument
143 #define QUEUE_TYPEOF(type) struct type argument
149 #define SLIST_HEAD(name, type) \ argument
162 #define SLIST_ENTRY(type) \ argument
167 #define SLIST_CLASS_ENTRY(type) \ argument
281 #define STAILQ_HEAD(name, type) \ argument
296 #define STAILQ_ENTRY(type) \ argument
414 #define LIST_HEAD(name, type) \ argument
427 #define LIST_ENTRY(type) \ argument
433 #define LIST_CLASS_ENTRY(type) \ argument
[all …]
/dpdk/drivers/net/netvsc/
H A Dhn_nvs.h71 uint32_t type; member
75 uint32_t type; /* NVS_TYPE_INIT */ member
82 uint32_t type; /* NVS_TYPE_INIT_RESP */ member
90 uint32_t type; /* NVS_TYPE_NDIS_CONF */ member
102 uint32_t type; /* NVS_TYPE_NDIS_INIT */ member
125 uint32_t type; /* NVS_TYPE_RXBUF_CONN */ member
153 uint32_t type; /* NVS_TYPE_CHIM_CONN */ member
175 uint32_t type; /* NVS_TYPE_SUBCH_REQ */ member
182 uint32_t type; /* NVS_TYPE_SUBCH_RESP */ member
189 uint32_t type; /* NVS_TYPE_RNDIS */ member
[all …]
H A Drndis.h133 uint32_t type; member
143 uint32_t 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
319 uint32_t type; member
[all …]
/dpdk/lib/eal/windows/include/
H A Drte_os.h24 #define RTE_TAILQ_HEAD(name, type) \ argument
29 #define RTE_TAILQ_ENTRY(type) \ argument
40 #define RTE_STAILQ_HEAD(name, type) \ argument
45 #define RTE_STAILQ_ENTRY(type) \ argument
/dpdk/lib/eal/linux/
H A Deal_cpuflags.c42 _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/linux/include/
H A Drte_os.h21 #define RTE_TAILQ_HEAD(name, type) TAILQ_HEAD(name, type) argument
22 #define RTE_TAILQ_ENTRY(type) TAILQ_ENTRY(type) argument
26 #define RTE_STAILQ_HEAD(name, type) STAILQ_HEAD(name, type) argument
27 #define RTE_STAILQ_ENTRY(type) STAILQ_ENTRY(type) argument
/dpdk/lib/eal/common/
H A Drte_malloc.c54 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()
359 rte_malloc_set_limit(__rte_unused const char *type, in rte_malloc_set_limit()
/dpdk/drivers/net/tap/
H A Dtap_netlink.c183 uint16_t type = attr->nla_type & NLA_TYPE_MASK; in tap_nl_dump_ext_ack() local
295 tap_nlattr_add(struct nlmsghdr *nh, unsigned short type, in tap_nlattr_add()
319 tap_nlattr_add8(struct nlmsghdr *nh, unsigned short type, uint8_t data) in tap_nlattr_add8()
335 tap_nlattr_add16(struct nlmsghdr *nh, unsigned short type, uint16_t data) in tap_nlattr_add16()
351 tap_nlattr_add32(struct nlmsghdr *nh, unsigned short type, uint32_t data) in tap_nlattr_add32()
369 tap_nlattr_nested_start(struct nlmsg *msg, uint16_t type) in tap_nlattr_nested_start()
/dpdk/app/test/
H A Dtest_cmdline_num.c220 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
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_msg_common.h14 #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 Dtf_tbl.h48 enum tf_tbl_type type; member
70 enum tf_tbl_type type; member
92 enum tf_tbl_type type; member
122 enum tf_tbl_type type; member
148 enum tf_tbl_type type; member
H A Dtf_device_p58.c399 enum tf_tcam_tbl_type type, in tf_dev_p58_get_tcam_slice_info()
489 enum tf_tbl_type type) in tf_dev_p58_is_sram_managed()
541 enum tf_tbl_type type, in tf_dev_p58_get_sram_tbl_info()
716 uint8_t type; in tf_dev_p58_set_sram_policy() local
757 uint8_t type; in tf_dev_p58_get_sram_policy() local
H A Dtf_shadow_identifier.h32 enum tf_identifier_type type; member
91 enum tf_identifier_type type; member
117 enum tf_identifier_type type; member
139 enum tf_identifier_type type; member
H A Dtf_identifier.h46 enum tf_identifier_type type; member
64 enum tf_identifier_type type; member
87 enum tf_identifier_type type; member
/dpdk/lib/eal/freebsd/include/
H A Drte_os.h21 #define RTE_TAILQ_HEAD(name, type) TAILQ_HEAD(name, type) argument
22 #define RTE_TAILQ_ENTRY(type) TAILQ_ENTRY(type) argument
26 #define RTE_STAILQ_HEAD(name, type) STAILQ_HEAD(name, type) argument
27 #define RTE_STAILQ_ENTRY(type) STAILQ_ENTRY(type) argument
/dpdk/drivers/common/sfc_efx/base/
H A Defx_nvram.c137 __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 Drhead_virtio.c197 uint32_t type; in rhead_virtio_get_doorbell_offset() local
286 __in efx_virtio_device_type_t type, in rhead_virtio_get_features()
338 __in efx_virtio_device_type_t type, in rhead_virtio_verify_features()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_tf_pmd_shim.c170 enum bnxt_ulp_intf_type type) in bnxt_pmd_get_svif()
193 bnxt_pmd_get_iface_mac(uint16_t port, enum bnxt_ulp_intf_type type, in bnxt_pmd_get_iface_mac()
212 bnxt_pmd_get_parent_vnic_id(uint16_t port, enum bnxt_ulp_intf_type type) in bnxt_pmd_get_parent_vnic_id()
227 bnxt_pmd_get_vnic_id(uint16_t port, enum bnxt_ulp_intf_type type) in bnxt_pmd_get_vnic_id()
253 bnxt_pmd_get_fw_func_id(uint16_t port, enum bnxt_ulp_intf_type type) in bnxt_pmd_get_fw_func_id()
318 bnxt_pmd_get_parif(uint16_t port_id, enum bnxt_ulp_intf_type type) in bnxt_pmd_get_parif()
/dpdk/lib/cryptodev/
H A Drte_crypto.h89 uint8_t type; member
153 __rte_crypto_op_reset(struct rte_crypto_op *op, enum rte_crypto_op_type type) in __rte_crypto_op_reset()
176 enum rte_crypto_op_type type; member
238 enum rte_crypto_op_type type, in __rte_crypto_op_raw_bulk_alloc()
265 rte_crypto_op_alloc(struct rte_mempool *mempool, enum rte_crypto_op_type type) in rte_crypto_op_alloc()
296 enum rte_crypto_op_type type, in rte_crypto_op_bulk_alloc()
/dpdk/lib/eal/include/
H A Drte_per_lcore.h32 #define RTE_DEFINE_PER_LCORE(type, name) \ argument
38 #define RTE_DECLARE_PER_LCORE(type, name) \ argument
H A Drte_log.h371 #define RTE_LOG_REGISTER_IMPL(type, name, level) \ argument
396 #define RTE_LOG_REGISTER(type, name, level) \ argument
406 #define RTE_LOG_REGISTER_DEFAULT(type, level) \ argument
416 #define RTE_LOG_REGISTER_SUFFIX(type, suffix, level) \ argument
/dpdk/drivers/raw/ifpga/base/
H A Dopae_eth_group.c11 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()

12345678910>>...19