Lines Matching refs:sw_evdev
34 typedef uint64_t (*xstats_fn)(const struct sw_evdev *dev,
50 get_dev_stat(const struct sw_evdev *sw, uint16_t obj_idx __rte_unused, in get_dev_stat()
65 get_port_stat(const struct sw_evdev *sw, uint16_t obj_idx, in get_port_stat()
88 get_port_bucket_stat(const struct sw_evdev *sw, uint16_t obj_idx, in get_port_bucket_stat()
100 get_qid_stat(const struct sw_evdev *sw, uint16_t obj_idx, in get_qid_stat()
123 get_qid_iq_stat(const struct sw_evdev *sw, uint16_t obj_idx, in get_qid_iq_stat()
136 get_qid_port_stat(const struct sw_evdev *sw, uint16_t obj_idx, in get_qid_port_stat()
160 sw_xstats_init(struct sw_evdev *sw) in sw_xstats_init()
378 sw_xstats_uninit(struct sw_evdev *sw) in sw_xstats_uninit()
391 const struct sw_evdev *sw = sw_pmd_priv_const(dev); in sw_xstats_get_names()
439 sw_xstats_update(struct sw_evdev *sw, enum rte_event_dev_xstats_mode mode, in sw_xstats_update()
507 struct sw_evdev *sw = sw_pmd_priv(dev); in sw_xstats_get()
518 const struct sw_evdev *sw = sw_pmd_priv_const(dev); in sw_xstats_get_by_name()
537 sw_xstats_reset_range(struct sw_evdev *sw, uint32_t start, uint32_t num) in sw_xstats_reset_range()
551 sw_xstats_reset_queue(struct sw_evdev *sw, uint8_t queue_id, in sw_xstats_reset_queue()
572 sw_xstats_reset_port(struct sw_evdev *sw, uint8_t port_id, in sw_xstats_reset_port()
593 sw_xstats_reset_dev(struct sw_evdev *sw, const uint32_t ids[], uint32_t nb_ids) in sw_xstats_reset_dev()
618 struct sw_evdev *sw = sw_pmd_priv(dev); in sw_xstats_reset()