Searched refs:rte_flow_ops_get (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.c | 247 rte_flow_ops_get(uint16_t port_id, struct rte_flow_error *error) in rte_flow_ops_get() function 277 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_validate() 304 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_create() 328 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_destroy() 350 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_flush() 375 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_query() 398 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_isolate() 1027 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_dev_dump() 1048 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_get_aged_flows() 1071 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_shared_action_create() [all …]
|
| H A D | rte_flow_driver.h | 182 rte_flow_ops_get(uint16_t port_id, struct rte_flow_error *error);
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 3280 - ``rte_flow_ops_get()``: get generic flow operations structure from a
|