Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_xstats.c136 static struct dsw_xstats_port dsw_port_xstats[] = { variable
193 stat_idx < RTE_DIM(dsw_port_xstats);) { in dsw_xstats_port_foreach()
194 struct dsw_xstats_port *xstat = &dsw_port_xstats[stat_idx]; in dsw_xstats_port_foreach()
201 dsw_port_xstats[stat_idx].name_fmt, port_id, in dsw_xstats_port_foreach()
207 dsw_port_xstats[stat_idx].name_fmt, port_id); in dsw_xstats_port_foreach()
302 struct dsw_xstats_port *xstat = &dsw_port_xstats[stat_idx]; in dsw_xstats_port_get()