Searched refs:nb_contexts (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | rte_flow_driver.h | 85 uint32_t nb_contexts,
|
| H A D | rte_flow.c | 1119 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 D | rte_flow.h | 4445 uint32_t nb_contexts, struct rte_flow_error *error);
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 1336 uint32_t nb_contexts,
|
| H A D | mlx5.h | 1835 uint32_t nb_contexts, struct rte_flow_error *error);
|
| H A D | mlx5_flow_dv.c | 17769 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 D | mlx5_flow.c | 9602 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()
|