Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.c43 TAILQ_INIT(&flow_rss->ctx_list); in sfc_flow_rss_attach()
209 TAILQ_FOREACH(ctx, &flow_rss->ctx_list, entries) { in sfc_flow_rss_ctx_reuse()
270 TAILQ_INSERT_TAIL(&flow_rss->ctx_list, ctx, entries); in sfc_flow_rss_ctx_add()
304 TAILQ_REMOVE(&flow_rss->ctx_list, ctx, entries); in sfc_flow_rss_ctx_del()
H A Dsfc_flow_rss.h52 struct sfc_flow_rss_ctx_list ctx_list; member