Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 228) sorted by relevance

12345678910

/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_sys_decl.h23 #define dcbz(p) { asm volatile("dc zva, %0" : : "r" (p) : "memory"); } argument
25 #define dcbf(p) { asm volatile("dc cvac, %0" : : "r"(p) : "memory"); } argument
26 #define dccivac(p) { asm volatile("dc civac, %0" : : "r"(p) : "memory"); } argument
27 static inline void prefetch_for_load(void *p) in prefetch_for_load()
32 static inline void prefetch_for_store(void *p) in prefetch_for_store()
37 #define dcbz(p) memset(p, 0, 64) argument
39 #define dcbf(p) RTE_SET_USED(p) argument
40 #define dccivac(p) RTE_SET_USED(p) argument
41 #define prefetch_for_load(p) { asm volatile ("pld [%0]" : : "r" (p)); } argument
42 #define prefetch_for_store(p) { asm volatile ("pld [%0]" : : "r" (p)); } argument
[all …]
/dpdk/drivers/net/ena/base/ena_defs/
H A Dena_eth_io_defs.h403 static inline uint32_t get_ena_eth_io_tx_desc_length(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_length()
408 static inline void set_ena_eth_io_tx_desc_length(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_length()
413 static inline uint32_t get_ena_eth_io_tx_desc_req_id_hi(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_req_id_hi()
418 static inline void set_ena_eth_io_tx_desc_req_id_hi(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_req_id_hi()
423 static inline uint32_t get_ena_eth_io_tx_desc_meta_desc(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_meta_desc()
428 static inline void set_ena_eth_io_tx_desc_meta_desc(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_meta_desc()
433 static inline uint32_t get_ena_eth_io_tx_desc_phase(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_phase()
438 static inline void set_ena_eth_io_tx_desc_phase(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_phase()
443 static inline uint32_t get_ena_eth_io_tx_desc_first(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_first()
448 static inline void set_ena_eth_io_tx_desc_first(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_first()
[all …]
H A Dena_admin_defs.h1405 …c inline uint16_t get_ena_admin_aq_common_desc_command_id(const struct ena_admin_aq_common_desc *p) in get_ena_admin_aq_common_desc_command_id()
1410 static inline void set_ena_admin_aq_common_desc_command_id(struct ena_admin_aq_common_desc *p, uint… in set_ena_admin_aq_common_desc_command_id()
1415 static inline uint8_t get_ena_admin_aq_common_desc_phase(const struct ena_admin_aq_common_desc *p) in get_ena_admin_aq_common_desc_phase()
1420 static inline void set_ena_admin_aq_common_desc_phase(struct ena_admin_aq_common_desc *p, uint8_t v… in set_ena_admin_aq_common_desc_phase()
1425 …tic inline uint8_t get_ena_admin_aq_common_desc_ctrl_data(const struct ena_admin_aq_common_desc *p) in get_ena_admin_aq_common_desc_ctrl_data()
1430 static inline void set_ena_admin_aq_common_desc_ctrl_data(struct ena_admin_aq_common_desc *p, uint8… in set_ena_admin_aq_common_desc_ctrl_data()
1435 …e uint8_t get_ena_admin_aq_common_desc_ctrl_data_indirect(const struct ena_admin_aq_common_desc *p) in get_ena_admin_aq_common_desc_ctrl_data_indirect()
1440 …nline void set_ena_admin_aq_common_desc_ctrl_data_indirect(struct ena_admin_aq_common_desc *p, uin… in set_ena_admin_aq_common_desc_ctrl_data_indirect()
1445 static inline uint8_t get_ena_admin_sq_sq_direction(const struct ena_admin_sq *p) in get_ena_admin_sq_sq_direction()
1450 static inline void set_ena_admin_sq_sq_direction(struct ena_admin_sq *p, uint8_t val) in set_ena_admin_sq_sq_direction()
[all …]
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c98 struct_type_find(struct rte_swx_pipeline *p, const char *name) in struct_type_find()
125 rte_swx_pipeline_struct_type_register(struct rte_swx_pipeline *p, in rte_swx_pipeline_struct_type_register()
191 struct_build(struct rte_swx_pipeline *p) in struct_build()
206 struct_build_free(struct rte_swx_pipeline *p) in struct_build_free()
219 struct_free(struct rte_swx_pipeline *p) in struct_free()
241 port_in_type_find(struct rte_swx_pipeline *p, const char *name) in port_in_type_find()
256 rte_swx_pipeline_port_in_type_register(struct rte_swx_pipeline *p, in rte_swx_pipeline_port_in_type_register()
287 port_in_find(struct rte_swx_pipeline *p, uint32_t port_id) in port_in_find()
299 rte_swx_pipeline_port_in_config(struct rte_swx_pipeline *p, in rte_swx_pipeline_port_in_config()
337 port_in_build(struct rte_swx_pipeline *p) in port_in_build()
[all …]
H A Drte_pipeline.c25 #define RTE_PIPELINE_STATS_AH_DROP_WRITE(p, mask) \ argument
28 #define RTE_PIPELINE_STATS_AH_DROP_READ(p, counter) \ argument
31 #define RTE_PIPELINE_STATS_TABLE_DROP0(p) \ argument
34 #define RTE_PIPELINE_STATS_TABLE_DROP1(p, counter) \ argument
43 #define RTE_PIPELINE_STATS_AH_DROP_WRITE(p, mask) argument
44 #define RTE_PIPELINE_STATS_AH_DROP_READ(p, counter) argument
45 #define RTE_PIPELINE_STATS_TABLE_DROP0(p) argument
46 #define RTE_PIPELINE_STATS_TABLE_DROP1(p, counter) argument
195 struct rte_pipeline *p; in rte_pipeline_create() local
235 rte_pipeline_free(struct rte_pipeline *p) in rte_pipeline_free()
[all …]
/dpdk/lib/eal/ppc/include/
H A Drte_prefetch.h17 static inline void rte_prefetch0(const volatile void *p) in rte_prefetch0() argument
22 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() argument
27 static inline void rte_prefetch2(const volatile void *p) in rte_prefetch2() argument
32 rte_prefetch_non_temporal(const volatile void * p) rte_prefetch_non_temporal() argument
40 rte_cldemote(const volatile void * p) rte_cldemote() argument
[all...]
/dpdk/lib/eal/arm/include/
H A Drte_prefetch_64.h16 static inline void rte_prefetch0(const volatile void *p) in rte_prefetch0() argument
21 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() argument
26 static inline void rte_prefetch2(const volatile void *p) in rte_prefetch2() argument
31 static inline void rte_prefetch_non_temporal(const volatile void *p) in rte_prefetch_non_temporal() argument
38 rte_cldemote(const volatile void *p) in rte_cldemote() argument
[all...]
H A Drte_prefetch_32.h16 static inline void rte_prefetch0(const volatile void *p) in rte_prefetch0() argument
21 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() argument
26 static inline void rte_prefetch2(const volatile void *p) in rte_prefetch2() argument
31 static inline void rte_prefetch_non_temporal(const volatile void *p) in rte_prefetch_non_temporal() argument
39 rte_cldemote(const volatile void *p) in rte_cldemote() argument
[all...]
/dpdk/lib/eal/loongarch/include/
H A Drte_prefetch.h16 static inline void rte_prefetch0(const volatile void *p) in rte_prefetch0() argument
21 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() argument
26 static inline void rte_prefetch2(const volatile void *p) in rte_prefetch2() argument
31 static inline void rte_prefetch_non_temporal(const volatile void *p) in rte_prefetch_non_temporal() argument
39 rte_cldemote(const volatile void *p) in rte_cldemote() argument
[all...]
/dpdk/lib/eal/x86/include/
H A Drte_prefetch.h20 static inline void rte_prefetch0(const volatile void *p) in rte_prefetch0() argument
29 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() argument
38 rte_prefetch2(const volatile void * p) rte_prefetch2() argument
47 rte_prefetch_non_temporal(const volatile void * p) rte_prefetch_non_temporal() argument
58 rte_cldemote(const volatile void * p) rte_cldemote() argument
[all...]
/dpdk/lib/eal/riscv/include/
H A Drte_prefetch.h19 static inline void rte_prefetch0(const volatile void *p) in rte_prefetch0() argument
24 static inline void rte_prefetch1(const volatile void *p) in rte_prefetch1() argument
29 static inline void rte_prefetch2(const volatile void *p) in rte_prefetch2() argument
34 static inline void rte_prefetch_non_temporal(const volatile void *p) in rte_prefetch_non_temporal() argument
42 rte_cldemote(const volatile void *p) in rte_cldemote() argument
[all...]
/dpdk/lib/meter/
H A Drte_meter.c40 rte_meter_srtcm_profile_config(struct rte_meter_srtcm_profile *p, in rte_meter_srtcm_profile_config()
63 struct rte_meter_srtcm_profile *p) in rte_meter_srtcm_config()
78 rte_meter_trtcm_profile_config(struct rte_meter_trtcm_profile *p, in rte_meter_trtcm_profile_config()
106 struct rte_meter_trtcm_profile *p) in rte_meter_trtcm_config()
122 struct rte_meter_trtcm_rfc4115_profile *p, in rte_meter_trtcm_rfc4115_profile_config()
148 struct rte_meter_trtcm_rfc4115_profile *p) in rte_meter_trtcm_rfc4115_config()
/dpdk/app/test-mldev/
H A Dparser.c54 parser_read_arg_bool(const char *p) in parser_read_arg_bool()
90 parser_read_uint64(uint64_t *value, const char *p) in parser_read_uint64()
130 parser_read_int32(int32_t *value, const char *p) in parser_read_int32()
148 parser_read_int16(int16_t *value, const char *p) in parser_read_int16()
166 parser_read_uint64_hex(uint64_t *value, const char *p) in parser_read_uint64_hex()
186 parser_read_uint32(uint32_t *value, const char *p) in parser_read_uint32()
202 parser_read_uint32_hex(uint32_t *value, const char *p) in parser_read_uint32_hex()
218 parser_read_uint16(uint16_t *value, const char *p) in parser_read_uint16()
234 parser_read_uint16_hex(uint16_t *value, const char *p) in parser_read_uint16_hex()
250 parser_read_uint8(uint8_t *value, const char *p) in parser_read_uint8()
[all …]
/dpdk/app/test-eventdev/
H A Dparser.c41 parser_read_arg_bool(const char *p) in parser_read_arg_bool()
79 parser_read_uint64(uint64_t *value, const char *p) in parser_read_uint64()
119 parser_read_int32(int32_t *value, const char *p) in parser_read_int32()
137 parser_read_uint64_hex(uint64_t *value, const char *p) in parser_read_uint64_hex()
157 parser_read_uint32(uint32_t *value, const char *p) in parser_read_uint32()
173 parser_read_uint32_hex(uint32_t *value, const char *p) in parser_read_uint32_hex()
189 parser_read_uint16(uint16_t *value, const char *p) in parser_read_uint16()
205 parser_read_uint16_hex(uint16_t *value, const char *p) in parser_read_uint16_hex()
221 parser_read_uint8(uint8_t *value, const char *p) in parser_read_uint8()
237 parser_read_uint8_hex(uint8_t *value, const char *p) in parser_read_uint8_hex()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_swq.c14 softnic_swq_init(struct pmd_internals *p) in softnic_swq_init()
22 softnic_swq_free(struct pmd_internals *p) in softnic_swq_free()
38 softnic_softnic_swq_free_keep_rxq_txq(struct pmd_internals *p) in softnic_softnic_swq_free_keep_rxq_txq()
54 softnic_swq_find(struct pmd_internals *p, in softnic_swq_find()
70 softnic_swq_create(struct pmd_internals *p, in softnic_swq_create()
H A Drte_eth_softnic_mempool.c16 softnic_mempool_init(struct pmd_internals *p) in softnic_mempool_init()
24 softnic_mempool_free(struct pmd_internals *p) in softnic_mempool_free()
40 softnic_mempool_find(struct pmd_internals *p, in softnic_mempool_find()
56 softnic_mempool_create(struct pmd_internals *p, in softnic_mempool_create()
H A Drte_eth_softnic_pipeline.c14 softnic_pipeline_init(struct pmd_internals *p) in softnic_pipeline_init()
22 softnic_pipeline_free(struct pmd_internals *p) in softnic_pipeline_free()
39 softnic_pipeline_disable_all(struct pmd_internals *p) in softnic_pipeline_disable_all()
51 softnic_pipeline_thread_count(struct pmd_internals *p, uint32_t thread_id) in softnic_pipeline_thread_count()
64 softnic_pipeline_find(struct pmd_internals *p, in softnic_pipeline_find()
187 struct rte_swx_pipeline *p = NULL; in softnic_pipeline_create() local
/dpdk/drivers/common/cnxk/
H A Dcnxk_telemetry.h9 #define CNXK_TEL_STR_PREFIX(s, p) CNXK_TEL_STR(p##s) argument
10 #define CNXK_TEL_DICT_INT(d, p, s, ...) \ argument
13 #define CNXK_TEL_DICT_PTR(d, p, s, ...) \ argument
16 #define CNXK_TEL_DICT_BF_PTR(d, p, s, ...) \ argument
19 #define CNXK_TEL_DICT_U64(d, p, s, ...) \ argument
22 #define CNXK_TEL_DICT_STR(d, p, s, ...) \ argument
/dpdk/lib/port/
H A Drte_swx_port_fd.c45 struct reader *p; in reader_create() local
74 struct reader *p = port; in reader_free() local
90 struct reader *p = port; in reader_pkt_rx() local
147 struct reader *p = port; in reader_stats_read() local
172 struct writer *p; in writer_create() local
198 __writer_flush(struct writer *p) in __writer_flush()
229 struct writer *p = port; in writer_pkt_tx() local
256 struct writer *p = port; in writer_pkt_fast_clone_tx() local
284 struct writer *p = port; in writer_pkt_clone_tx() local
317 struct writer *p = port; in writer_flush() local
[all …]
H A Drte_swx_port_ring.c44 struct reader *p = NULL; in reader_create() local
86 struct reader *p = port; in reader_pkt_rx() local
135 struct reader *p = port; in reader_free() local
155 struct reader *p = port; in reader_stats_read() local
185 struct writer *p = NULL; in writer_create() local
225 __writer_flush(struct writer *p) in __writer_flush()
269 struct writer *p = port; in writer_pkt_tx() local
298 struct writer *p = port; in writer_pkt_fast_clone_tx() local
330 struct writer *p = port; in writer_pkt_clone_tx() local
367 struct writer *p = port; in writer_flush() local
[all …]
H A Drte_port_ring.c84 struct rte_port_ring_reader *p = port; in rte_port_ring_reader_rx() local
98 struct rte_port_ring_reader *p = port; in rte_port_ring_multi_reader_rx() local
125 struct rte_port_ring_reader *p = in rte_port_ring_reader_stats_read() local
214 send_burst(struct rte_port_ring_writer *p) in send_burst()
229 send_burst_mp(struct rte_port_ring_writer *p) in send_burst_mp()
246 struct rte_port_ring_writer *p = port; in rte_port_ring_writer_tx() local
259 struct rte_port_ring_writer *p = port; in rte_port_ring_multi_writer_tx() local
275 struct rte_port_ring_writer *p = in rte_port_ring_writer_tx_bulk_internal() local
350 struct rte_port_ring_writer *p = port; in rte_port_ring_writer_flush() local
361 struct rte_port_ring_writer *p = port; in rte_port_ring_multi_writer_flush() local
[all …]
H A Drte_swx_port_source_sink.c53 struct source *p = port; in source_free() local
72 struct source *p = NULL; in source_create() local
144 struct source *p = port; in source_pkt_rx() local
196 struct source *p = port; in source_stats_read() local
237 struct sink *p = port; in sink_free() local
255 struct sink *p; in sink_create() local
289 struct sink *p = port; in sink_pkt_tx() local
325 struct sink *p = port; in __sink_pkt_clone_tx() local
372 struct sink *p = port; in sink_stats_read() local
/dpdk/examples/ip_pipeline/
H A Dparser.c43 parser_read_arg_bool(const char *p) in parser_read_arg_bool() argument
81 parser_read_uint64(uint64_t * value,const char * p) parser_read_uint64() argument
121 parser_read_uint64_hex(uint64_t * value,const char * p) parser_read_uint64_hex() argument
141 parser_read_uint32(uint32_t * value,const char * p) parser_read_uint32() argument
157 parser_read_uint32_hex(uint32_t * value,const char * p) parser_read_uint32_hex() argument
173 parser_read_uint16(uint16_t * value,const char * p) parser_read_uint16() argument
189 parser_read_uint16_hex(uint16_t * value,const char * p) parser_read_uint16_hex() argument
205 parser_read_uint8(uint8_t * value,const char * p) parser_read_uint8() argument
221 parser_read_uint8_hex(uint8_t * value,const char * p) parser_read_uint8_hex() argument
416 parse_cpu_core(const char * entry,struct cpu_core_params * p) parse_cpu_core() argument
[all...]
/dpdk/lib/eal/include/generic/
H A Drte_prefetch.h68 * @param p Address to prefetch in rte_prefetch0_write() argument
93 rte_prefetch1_write(const void * p) rte_prefetch1_write() argument
118 rte_prefetch2_write(const void * p) rte_prefetch2_write() argument
[all...]
/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dalgo.h35 struct program *p = &prg; in cnstr_shdsc_zuce() local
81 struct program *p = &prg; in cnstr_shdsc_zuca() local
132 struct program *p = &prg; in cnstr_shdsc_snow_f8() local
236 struct program *p = &prg; in cnstr_shdsc_snow_f9() local
296 struct program *p = &prg; in cnstr_shdsc_blkcipher() local
390 struct program *p = &prg; in cnstr_shdsc_hmac() local
494 struct program *p = &prg; in cnstr_shdsc_hash() local
572 struct program *p = &prg; in cnstr_shdsc_kasumi_f8() local
612 struct program *p = &prg; in cnstr_shdsc_kasumi_f9() local
659 struct program *p = &prg; in cnstr_shdsc_crc() local
[all …]

12345678910