| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_worker.h | 168 ssows_get_work(struct ssows *ws, struct rte_event *ev, const uint16_t flag) in ssows_get_work() 198 ssows_add_work(struct ssows *ws, const uint64_t event_ptr, const uint32_t tag, in ssows_add_work() 208 ssows_swtag_full(struct ssows *ws, const uint64_t event_ptr, const uint32_t tag, in ssows_swtag_full() 220 ssows_swtag_desched(struct ssows *ws, uint32_t tag, uint8_t new_tt, uint8_t grp) in ssows_swtag_desched() 229 ssows_swtag_norm(struct ssows *ws, uint32_t tag, uint8_t new_tt) in ssows_swtag_norm() 238 ssows_swtag_untag(struct ssows *ws) in ssows_swtag_untag() 245 ssows_upd_wqp(struct ssows *ws, uint8_t grp, uint64_t event_ptr) in ssows_upd_wqp() 252 ssows_desched(struct ssows *ws) in ssows_desched() 258 ssows_swtag_wait(struct ssows *ws) in ssows_swtag_wait() 266 ssows_head_wait(struct ssows *ws) in ssows_head_wait()
|
| H A D | ssovf_worker.c | 8 ssows_new_event(struct ssows *ws, const struct rte_event *ev) in ssows_new_event() 19 ssows_fwd_swtag(struct ssows *ws, const struct rte_event *ev, const uint8_t grp) in ssows_fwd_swtag() 48 ssows_fwd_group(struct ssows *ws, const struct rte_event *ev, const uint8_t grp) in ssows_fwd_group() 71 ssows_forward_event(struct ssows *ws, const struct rte_event *ev) in ssows_forward_event() 88 ssows_release_event(struct ssows *ws) in ssows_release_event() 154 struct ssows *ws = port; in ssows_enq() local 185 struct ssows *ws = port; in ssows_enq_new_burst() local 197 struct ssows *ws = port; in ssows_enq_fwd_burst() local 206 ssows_flush_events(struct ssows *ws, uint8_t queue_id, in ssows_flush_events() 252 ssows_reset(struct ssows *ws) in ssows_reset() [all …]
|
| H A D | ssovf_evdev.c | 238 struct ssows *ws; in ssovf_port_setup() local 295 struct ssows *ws = port; in ssovf_port_link() local 315 struct ssows *ws = port; in ssovf_port_unlink() local 337 ssows_dump(struct ssows *ws, FILE *f) in ssows_dump() 639 struct ssows *ws; in ssovf_start() local 677 struct ssows *ws; in ssovf_stop() local
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cn10k_worker.c | 12 struct cn10k_sso_hws *ws = port; in cn10k_sso_hws_enq() local 47 struct cn10k_sso_hws *ws = port; in cn10k_sso_hws_enq_new_burst() local 60 struct cn10k_sso_hws *ws = port; in cn10k_sso_hws_enq_fwd_burst() local 71 struct cn10k_sso_hws *ws = port; in cn10k_sso_hws_ca_enq() local
|
| H A D | cn10k_worker.h | 22 cn10k_sso_hws_new_event(struct cn10k_sso_hws *ws, const struct rte_event *ev) in cn10k_sso_hws_new_event() 39 cn10k_sso_hws_fwd_swtag(struct cn10k_sso_hws *ws, const struct rte_event *ev) in cn10k_sso_hws_fwd_swtag() 65 cn10k_sso_hws_fwd_group(struct cn10k_sso_hws *ws, const struct rte_event *ev, in cn10k_sso_hws_fwd_group() 77 cn10k_sso_hws_forward_event(struct cn10k_sso_hws *ws, in cn10k_sso_hws_forward_event() 200 cn10k_sso_hws_post_process(struct cn10k_sso_hws *ws, uint64_t *u64, in cn10k_sso_hws_post_process() 273 cn10k_sso_hws_get_work(struct cn10k_sso_hws *ws, struct rte_event *ev, in cn10k_sso_hws_get_work() 308 cn10k_sso_hws_get_work_empty(struct cn10k_sso_hws *ws, struct rte_event *ev, in cn10k_sso_hws_get_work_empty() 520 cn10k_sso_tx_one(struct cn10k_sso_hws *ws, struct rte_mbuf *m, uint64_t *cmd, in cn10k_sso_tx_one() 572 cn10k_sso_vwqe_split_tx(struct cn10k_sso_hws *ws, struct rte_mbuf **mbufs, in cn10k_sso_vwqe_split_tx() 621 cn10k_sso_hws_event_tx(struct cn10k_sso_hws *ws, struct rte_event *ev, in cn10k_sso_hws_event_tx()
|
| H A D | cn9k_worker.c | 13 struct cn9k_sso_hws *ws = port; in cn9k_sso_hws_enq() local 48 struct cn9k_sso_hws *ws = port; in cn9k_sso_hws_enq_new_burst() local 61 struct cn9k_sso_hws *ws = port; in cn9k_sso_hws_enq_fwd_burst() local 135 struct cn9k_sso_hws *ws = port; in cn9k_sso_hws_ca_enq() local
|
| H A D | cn10k_eventdev.c | 42 struct cn10k_sso_hws *ws; in cn10k_sso_init_hws_mem() local 68 struct cn10k_sso_hws *ws = port; in cn10k_sso_hws_link() local 77 struct cn10k_sso_hws *ws = port; in cn10k_sso_hws_unlink() local 86 struct cn10k_sso_hws *ws = hws; in cn10k_sso_hws_setup() local 103 struct cn10k_sso_hws *ws = hws; in cn10k_sso_hws_release() local 116 struct cn10k_sso_hws *ws = hws; in cn10k_sso_hws_flush_events() local 170 struct cn10k_sso_hws *ws = hws; in cn10k_sso_hws_reset() local 269 struct cn10k_sso_hws *ws = event_dev->data->ports[i]; in cn10k_sso_updt_tx_adptr_data() local 552 struct cn10k_sso_hws *ws = port; in cn10k_sso_port_quiesce() local 703 struct cn10k_sso_hws *ws = event_dev->data->ports[i]; in cn10k_sso_set_priv_mem() local
|
| H A D | cn9k_eventdev.c | 23 struct cn9k_sso_hws *ws; in cn9k_sso_hws_link() local 47 struct cn9k_sso_hws *ws; in cn9k_sso_hws_unlink() local 71 struct cn9k_sso_hws *ws; in cn9k_sso_hws_setup() local 100 struct cn9k_sso_hws *ws; in cn9k_sso_hws_release() local 128 struct cn9k_sso_hws *ws; in cn9k_sso_hws_flush_events() local 193 struct cn9k_sso_hws *ws; in cn9k_sso_hws_reset() local 298 struct cn9k_sso_hws *ws = event_dev->data->ports[i]; in cn9k_sso_updt_tx_adptr_data() local 685 struct cn9k_sso_hws *ws; in cn9k_sso_init_hws_mem() local 821 struct cn9k_sso_hws *ws; in cn9k_sso_port_quiesce() local 958 struct cn9k_sso_hws *ws = event_dev->data->ports[i]; in cn9k_sso_set_priv_mem() local
|
| H A D | cn9k_worker.h | 23 cn9k_sso_hws_new_event(struct cn9k_sso_hws *ws, const struct rte_event *ev) in cn9k_sso_hws_new_event() 66 cn9k_sso_hws_new_event_wait(struct cn9k_sso_hws *ws, const struct rte_event *ev) in cn9k_sso_hws_new_event_wait() 81 cn9k_sso_hws_forward_event(struct cn9k_sso_hws *ws, const struct rte_event *ev) in cn9k_sso_hws_forward_event() 248 cn9k_sso_hws_get_work(struct cn9k_sso_hws *ws, struct rte_event *ev, in cn9k_sso_hws_get_work()
|
| H A D | cnxk_eventdev.c | 186 void *ws; in cnxk_setup_event_ports() local 471 void *ws; in cnxk_sso_cleanup() local 548 void *ws; in cnxk_sso_close() local
|
| H A D | cnxk_eventdev.h | 224 cnxk_sso_hws_get_cookie(void *ws) in cnxk_sso_hws_get_cookie()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn10k_tx.h | 939 cn10k_nix_xmit_pkts(void *tx_queue, uint64_t *ws, struct rte_mbuf **tx_pkts, in cn10k_nix_xmit_pkts() 1072 cn10k_nix_xmit_pkts_mseg(void *tx_queue, uint64_t *ws, in cn10k_nix_xmit_pkts_mseg() 1586 cn10k_nix_xmit_pkts_vector(void *tx_queue, uint64_t *ws, in cn10k_nix_xmit_pkts_vector() 2790 cn10k_nix_xmit_pkts_vector(void *tx_queue, uint64_t *ws, in cn10k_nix_xmit_pkts_vector()
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 672 submit_request_to_sso(struct ssows *ws, uintptr_t req, in submit_request_to_sso()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_tx.h | 816 struct mlx5_wqe_wseg *ws; in mlx5_tx_wseg_init() local
|