Searched refs:nb_contexts (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow_driver.h | 109 uint32_t nb_contexts,
|
| H A D | rte_flow.c | 1045 uint32_t nb_contexts, struct rte_flow_error *error) in rte_flow_get_aged_flows() argument 1055 ret = ops->get_aged_flows(dev, contexts, nb_contexts, error); in rte_flow_get_aged_flows()
|
| H A D | rte_flow.h | 3478 uint32_t nb_contexts, struct rte_flow_error *error);
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 1168 uint32_t nb_contexts,
|
| H A D | mlx5.h | 1245 uint32_t nb_contexts, struct rte_flow_error *error);
|
| H A D | mlx5_flow_dv.c | 12509 uint32_t nb_contexts, in flow_get_aged_flows() argument 12519 if (nb_contexts && !context) in flow_get_aged_flows() 12527 if (nb_contexts) { in flow_get_aged_flows() 12530 if (!(--nb_contexts)) in flow_get_aged_flows() 12536 if (nb_contexts) { in flow_get_aged_flows() 12539 if (!(--nb_contexts)) in flow_get_aged_flows()
|
| H A D | mlx5_flow.c | 6922 uint32_t nb_contexts, struct rte_flow_error *error) in mlx5_flow_get_aged_flows() argument 6929 return fops->get_aged_flows(dev, contexts, nb_contexts, in mlx5_flow_get_aged_flows()
|