Lines Matching refs:sw_evdev
32 sw_schedule_atomic_to_cq(struct sw_evdev *sw, struct sw_qid * const qid, in sw_schedule_atomic_to_cq()
115 sw_schedule_parallel_to_cq(struct sw_evdev *sw, struct sw_qid * const qid, in sw_schedule_parallel_to_cq()
186 sw_schedule_dir_to_cq(struct sw_evdev *sw, struct sw_qid * const qid, in sw_schedule_dir_to_cq()
214 sw_schedule_qid_to_cq(struct sw_evdev *sw) in sw_schedule_qid_to_cq()
264 sw_schedule_reorder(struct sw_evdev *sw, int qid_start, int qid_end) in sw_schedule_reorder()
341 sw_refill_pp_buf(struct sw_evdev *sw, struct sw_port *port) in sw_refill_pp_buf()
351 __pull_port_lb(struct sw_evdev *sw, uint32_t port_id, int allow_reorder) in __pull_port_lb()
458 sw_schedule_pull_port_lb(struct sw_evdev *sw, uint32_t port_id) in sw_schedule_pull_port_lb()
464 sw_schedule_pull_port_no_reorder(struct sw_evdev *sw, uint32_t port_id) in sw_schedule_pull_port_no_reorder()
470 sw_schedule_pull_port_dir(struct sw_evdev *sw, uint32_t port_id) in sw_schedule_pull_port_dir()
512 struct sw_evdev *sw = sw_pmd_priv(dev); in sw_event_schedule()