Searched refs:ssows (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_worker.h | 162 ssows_get_work(struct ssows *ws, struct rte_event *ev, const uint16_t flag) in ssows_get_work() 189 ssows_add_work(struct ssows *ws, const uint64_t event_ptr, const uint32_t tag, in ssows_add_work() 199 ssows_swtag_full(struct ssows *ws, const uint64_t event_ptr, const uint32_t tag, in ssows_swtag_full() 211 ssows_swtag_desched(struct ssows *ws, uint32_t tag, uint8_t new_tt, uint8_t grp) in ssows_swtag_desched() 220 ssows_swtag_norm(struct ssows *ws, uint32_t tag, uint8_t new_tt) in ssows_swtag_norm() 229 ssows_swtag_untag(struct ssows *ws) in ssows_swtag_untag() 236 ssows_upd_wqp(struct ssows *ws, uint8_t grp, uint64_t event_ptr) in ssows_upd_wqp() 243 ssows_desched(struct ssows *ws) in ssows_desched() 249 ssows_swtag_wait(struct ssows *ws) in ssows_swtag_wait()
|
| H A D | ssovf_worker.c | 8 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 D | ssovf_evdev.h | 156 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 D | ssovf_evdev.c | 235 struct ssows *ws; in ssovf_port_setup() 251 sizeof(struct ssows), RTE_CACHE_LINE_SIZE, in ssovf_port_setup() 292 struct ssows *ws = port; in ssovf_port_link() 312 struct ssows *ws = port; in ssovf_port_unlink() 334 ssows_dump(struct ssows *ws, FILE *f) in ssows_dump() 636 struct ssows *ws; in ssovf_start() 674 struct ssows *ws; in ssovf_stop()
|