Searched defs:inst (Results 1 – 9 of 9) sorted by relevance
/dpdk/drivers/net/ark/ |
H A D | ark_pktgen.c | 78 struct ark_pkt_gen_inst *inst = in ark_pktgen_init() local 100 struct ark_pkt_gen_inst *inst = (struct ark_pkt_gen_inst *)handle; in ark_pktgen_run() local 108 struct ark_pkt_gen_inst *inst = (struct ark_pkt_gen_inst *)handle; in ark_pktgen_paused() local 117 struct ark_pkt_gen_inst *inst = (struct ark_pkt_gen_inst *)handle; in ark_pktgen_pause() local 136 struct ark_pkt_gen_inst *inst = (struct ark_pkt_gen_inst *)handle; in ark_pktgen_reset() local 161 struct ark_pkt_gen_inst *inst = (struct ark_pkt_gen_inst *)handle; in ark_pktgen_tx_done() local 170 struct ark_pkt_gen_inst *inst = (struct ark_pkt_gen_inst *)handle; in ark_pktgen_is_running() local 179 struct ark_pkt_gen_inst *inst = (struct ark_pkt_gen_inst *)handle; in ark_pktgen_is_gen_forever() local 188 struct ark_pkt_gen_inst *inst = (struct ark_pkt_gen_inst *)handle; in ark_pktgen_wait_done() local 208 struct ark_pkt_gen_inst *inst = (struct ark_pkt_gen_inst *)handle; in ark_pktgen_get_pkts_sent() local [all …]
|
H A D | ark_pktchkr.c | 81 struct ark_pkt_chkr_inst *inst = in ark_pktchkr_init() local 105 struct ark_pkt_chkr_inst *inst = (struct ark_pkt_chkr_inst *)handle; in ark_pktchkr_run() local 114 struct ark_pkt_chkr_inst *inst = (struct ark_pkt_chkr_inst *)handle; in ark_pktchkr_stopped() local 123 struct ark_pkt_chkr_inst *inst = (struct ark_pkt_chkr_inst *)handle; in ark_pktchkr_stop() local 139 struct ark_pkt_chkr_inst *inst = (struct ark_pkt_chkr_inst *)handle; in ark_pktchkr_is_running() local 157 struct ark_pkt_chkr_inst *inst = (struct ark_pkt_chkr_inst *)handle; in ark_pktchkr_set_pkt_ctrl() local 177 struct ark_pkt_chkr_inst *inst = (struct ark_pkt_chkr_inst *)handle; in ark_pktchkr_is_gen_forever() local 186 struct ark_pkt_chkr_inst *inst = (struct ark_pkt_chkr_inst *)handle; in ark_pktchkr_wait_done() local 210 struct ark_pkt_chkr_inst *inst = (struct ark_pkt_chkr_inst *)handle; in ark_pktchkr_get_pkts_sent() local 218 struct ark_pkt_chkr_inst *inst = (struct ark_pkt_chkr_inst *)handle; in ark_pktchkr_set_payload_byte() local [all …]
|
H A D | ark_pktdir.c | 16 struct ark_pkt_dir_inst *inst = in ark_pktdir_init() local 32 struct ark_pkt_dir_inst *inst = (struct ark_pkt_dir_inst *)handle; in ark_pktdir_uninit() local 40 struct ark_pkt_dir_inst *inst = (struct ark_pkt_dir_inst *)handle; in ark_pktdir_setup() local 47 struct ark_pkt_dir_inst *inst = (struct ark_pkt_dir_inst *)handle; in ark_pktdir_status() local 54 struct ark_pkt_dir_inst *inst = (struct ark_pkt_dir_inst *)handle; in ark_pktdir_stall_cnt() local
|
/dpdk/drivers/crypto/cnxk/ |
H A D | cn9k_cryptodev_ops.h | 22 cn9k_cpt_inst_submit(struct cpt_inst_s *inst, uint64_t lmtline, uint64_t io_addr) in cn9k_cpt_inst_submit() 42 cn9k_cpt_inst_submit_dual(struct cpt_inst_s *inst, uint64_t lmtline, uint64_t io_addr) in cn9k_cpt_inst_submit_dual()
|
H A D | cn9k_ipsec_la_ops.h | 66 struct cn9k_sec_session *sess, struct cpt_inst_s *inst, in process_outb_sa() 191 struct cn9k_sec_session *sess, struct cpt_inst_s *inst, in process_inb_sa()
|
H A D | cn10k_tls_ops.h | 22 struct cpt_inst_s *inst, const bool is_sg_ver2) in process_tls_write() 223 struct cpt_inst_s *inst, const bool is_sg_ver2) in process_tls_read()
|
H A D | cn9k_ipsec.h | 43 struct cnxk_cpt_inst_tmpl inst; member
|
H A D | cn10k_cryptodev_sec.h | 35 struct cnxk_cpt_inst_tmpl inst; in __rte_aligned() local
|
/dpdk/lib/cmdline/ |
H A D | cmdline_parse.c | 83 get_token(cmdline_parse_inst_t *inst, unsigned int index) in get_token() 102 match_inst(cmdline_parse_inst_t *inst, const char *buf, in match_inst() 190 cmdline_parse_inst_t *inst; in __cmdline_parse() local 317 cmdline_parse_inst_t *inst; in cmdline_complete() local
|