Searched refs:xstats_id (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/event/dsw/ |
| H A D | dsw_xstats.c | 172 uint8_t queue_port_id, unsigned int xstats_id, 196 unsigned int xstats_id; in dsw_xstats_port_foreach() local 199 xstats_id = DSW_XSTATS_ID_CREATE(stat_idx, queue_id); in dsw_xstats_port_foreach() 205 xstats_id = stat_idx; in dsw_xstats_port_foreach() 211 xstats_id, fn_data); in dsw_xstats_port_foreach() 230 uint8_t queue_port_id, unsigned int xstats_id, in dsw_xstats_store_stat() argument 240 ctx->ids[ctx->count] = xstats_id; in dsw_xstats_store_stat() 342 uint8_t queue_port_id, unsigned int xstats_id, in dsw_xstats_find_stat() argument 349 *ctx->id = xstats_id; in dsw_xstats_find_stat() 350 dsw_xstats_get(ctx->dev, mode, queue_port_id, &xstats_id, in dsw_xstats_find_stat()
|