Searched defs:sw (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/event/sw/ |
| H A D | iq_chunk.h | 30 iq_alloc_chunk(struct sw_evdev *sw) in iq_alloc_chunk() 39 iq_free_chunk(struct sw_evdev *sw, struct sw_queue_chunk *chunk) in iq_free_chunk() 46 iq_free_chunk_list(struct sw_evdev *sw, struct sw_queue_chunk *head) in iq_free_chunk_list() 57 iq_init(struct sw_evdev *sw, struct sw_iq *iq) in iq_init() 67 iq_enqueue(struct sw_evdev *sw, struct sw_iq *iq, const struct rte_event *ev) in iq_enqueue() 85 iq_pop(struct sw_evdev *sw, struct sw_iq *iq) in iq_pop() 106 iq_dequeue_burst(struct sw_evdev *sw, in iq_dequeue_burst() 154 iq_put_back(struct sw_evdev *sw, in iq_put_back()
|
| H A D | sw_evdev_scheduler.c | 32 sw_schedule_atomic_to_cq(struct sw_evdev *sw, struct sw_qid * const qid, in sw_schedule_atomic_to_cq() 117 sw_schedule_parallel_to_cq(struct sw_evdev *sw, struct sw_qid * const qid, in sw_schedule_parallel_to_cq() 190 sw_schedule_dir_to_cq(struct sw_evdev *sw, struct sw_qid * const qid, in sw_schedule_dir_to_cq() 218 sw_schedule_qid_to_cq(struct sw_evdev *sw) in sw_schedule_qid_to_cq() 268 sw_schedule_reorder(struct sw_evdev *sw, int qid_start, int qid_end) in sw_schedule_reorder() 345 sw_refill_pp_buf(struct sw_evdev *sw, struct sw_port *port) in sw_refill_pp_buf() 355 __pull_port_lb(struct sw_evdev *sw, uint32_t port_id, int allow_reorder) in __pull_port_lb() 455 sw_schedule_pull_port_lb(struct sw_evdev *sw, uint32_t port_id) in sw_schedule_pull_port_lb() 461 sw_schedule_pull_port_no_reorder(struct sw_evdev *sw, uint32_t port_id) in sw_schedule_pull_port_no_reorder() 467 sw_schedule_pull_port_dir(struct sw_evdev *sw, uint32_t port_id) in sw_schedule_pull_port_dir() [all …]
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_timer_adapter.c | 660 struct swtim *sw; in swtim_callback() local 751 struct swtim *sw; in get_timeout_cycles() local 792 swtim_did_tick(struct swtim *sw) in swtim_did_tick() 845 struct swtim *sw = swtim_pmd_priv(adapter); in swtim_service_func() local 913 struct swtim *sw; in swtim_init() local 1017 struct swtim *sw = arg; in swtim_free_tim() local 1029 struct swtim *sw = swtim_pmd_priv(adapter); in swtim_uninit() local 1076 struct swtim *sw = swtim_pmd_priv(adapter); in swtim_start() local 1097 struct swtim *sw = swtim_pmd_priv(adapter); in swtim_stop() local 1114 struct swtim *sw = swtim_pmd_priv(adapter); in swtim_get_info() local [all …]
|