Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Drte_flow_driver.h85 uint32_t nb_contexts,
H A Drte_flow.c1119 uint32_t nb_contexts, struct rte_flow_error *error) in rte_flow_get_aged_flows() argument
1129 ret = ops->get_aged_flows(dev, contexts, nb_contexts, error); in rte_flow_get_aged_flows()
H A Drte_flow.h4445 uint32_t nb_contexts, struct rte_flow_error *error);
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1336 uint32_t nb_contexts,
H A Dmlx5.h1835 uint32_t nb_contexts, struct rte_flow_error *error);
H A Dmlx5_flow_dv.c17769 uint32_t nb_contexts, in flow_dv_get_aged_flows() argument
17779 if (nb_contexts && !context) in flow_dv_get_aged_flows()
17787 if (nb_contexts) { in flow_dv_get_aged_flows()
17790 if (!(--nb_contexts)) in flow_dv_get_aged_flows()
17796 if (nb_contexts) { in flow_dv_get_aged_flows()
17799 if (!(--nb_contexts)) in flow_dv_get_aged_flows()
H A Dmlx5_flow.c9602 uint32_t nb_contexts, struct rte_flow_error *error) in mlx5_flow_get_aged_flows() argument
9609 return fops->get_aged_flows(dev, contexts, nb_contexts, in mlx5_flow_get_aged_flows()