Home
last modified time | relevance | path

Searched refs:ssows (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/event/octeontx/
H A Dssovf_worker.h168 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 Dssovf_worker.c8 ssows_new_event(struct ssows *ws, const struct rte_event *ev) in ssows_new_event()
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()
98 struct ssows *ws = port; \
124 struct ssows *ws = port; \
154 struct ssows *ws = port; in ssows_enq()
185 struct ssows *ws = port; in ssows_enq_new_burst()
197 struct ssows *ws = port; in ssows_enq_fwd_burst()
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 Dssovf_evdev.h156 struct ssows { struct
183 void ssows_flush_events(struct ssows *ws, uint8_t queue_id, argument
185 void ssows_reset(struct ssows *ws);
H A Dssovf_evdev.c238 struct ssows *ws; in ssovf_port_setup()
254 sizeof(struct ssows), RTE_CACHE_LINE_SIZE, in ssovf_port_setup()
295 struct ssows *ws = port; in ssovf_port_link()
315 struct ssows *ws = port; in ssovf_port_unlink()
337 ssows_dump(struct ssows *ws, FILE *f) in ssows_dump()
639 struct ssows *ws; in ssovf_start()
677 struct ssows *ws; in ssovf_stop()
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c672 submit_request_to_sso(struct ssows *ws, uintptr_t req, in submit_request_to_sso()