Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.h29 struct sfc_flow_rss_ctx { struct
30 TAILQ_ENTRY(sfc_flow_rss_ctx) entries;
43 TAILQ_HEAD(sfc_flow_rss_ctx_list, sfc_flow_rss_ctx); argument
66 struct sfc_flow_rss_ctx *sfc_flow_rss_ctx_reuse(struct sfc_adapter *sa,
73 struct sfc_flow_rss_ctx **ctxp);
75 void sfc_flow_rss_ctx_del(struct sfc_adapter *sa, struct sfc_flow_rss_ctx *ctx);
78 struct sfc_flow_rss_ctx *ctx);
81 struct sfc_flow_rss_ctx *ctx);
H A Dsfc_flow_rss.c199 struct sfc_flow_rss_ctx *
205 static struct sfc_flow_rss_ctx *ctx; in sfc_flow_rss_ctx_reuse()
241 const uint16_t *sw_qids, struct sfc_flow_rss_ctx **ctxp) in sfc_flow_rss_ctx_add()
244 struct sfc_flow_rss_ctx *ctx; in sfc_flow_rss_ctx_add()
280 sfc_flow_rss_ctx_del(struct sfc_adapter *sa, struct sfc_flow_rss_ctx *ctx) in sfc_flow_rss_ctx_del()
314 const struct sfc_flow_rss_ctx *ctx) in sfc_flow_rss_ctx_program_tbl()
340 sfc_flow_rss_ctx_program(struct sfc_adapter *sa, struct sfc_flow_rss_ctx *ctx) in sfc_flow_rss_ctx_program()
450 sfc_flow_rss_ctx_terminate(struct sfc_adapter *sa, struct sfc_flow_rss_ctx *ctx) in sfc_flow_rss_ctx_terminate()
H A Dsfc_flow.h52 struct sfc_flow_rss_ctx *rss_ctx;
H A Dsfc.h122 struct sfc_flow_rss_ctx dummy_ctx;
H A Dsfc_flow.c1532 struct sfc_flow_rss_ctx *rss_ctx = spec_filter->rss_ctx; in sfc_flow_filter_insert()