Searched refs:rte_flow_ops_get (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 325 rte_flow_ops_get(uint16_t port_id, struct rte_flow_error *error) in rte_flow_ops_get() function 358 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_validate() 385 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_create() 409 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_destroy() 431 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_flush() 456 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_query() 479 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_isolate() 1101 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_dev_dump() 1122 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_get_aged_flows() 1145 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_action_handle_create() [all …]
|
| H A D | rte_flow_driver.h | 279 rte_flow_ops_get(uint16_t port_id, struct rte_flow_error *error);
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 4243 - ``rte_flow_ops_get()``: get generic flow operations structure from a
|