Home
last modified time | relevance | path

Searched refs:rte_flow_ops (Results 1 – 25 of 75) sorted by relevance

123

/dpdk/lib/ethdev/
H A Drte_flow.c324 const struct rte_flow_ops *
328 const struct rte_flow_ops *ops; in rte_flow_ops_get()
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()
[all …]
H A Drte_flow_driver.h39 struct rte_flow_ops { struct
278 const struct rte_flow_ops * argument
H A Dethdev_driver.h669 struct rte_flow_ops;
678 const struct rte_flow_ops **ops);
/dpdk/drivers/net/igc/
H A Digc_flow.h15 extern const struct rte_flow_ops igc_flow_ops;
H A Digc_filter.h33 const struct rte_flow_ops **ops);
H A Digc_filter.c373 const struct rte_flow_ops **ops) in eth_igc_flow_ops_get()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.h39 const struct rte_flow_ops **ops);
/dpdk/drivers/net/hns3/
H A Dhns3_flow.h49 const struct rte_flow_ops **ops);
/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.h54 int mlx4_flow_ops_get(struct rte_eth_dev *dev, const struct rte_flow_ops **ops);
/dpdk/drivers/net/tap/
H A Dtap_flow.h50 const struct rte_flow_ops **ops);
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.h102 extern const struct rte_flow_ops ipn3ke_flow_ops;
/dpdk/drivers/net/sfc/
H A Dsfc_flow.h105 extern const struct rte_flow_ops sfc_flow_ops;
/dpdk/drivers/net/enic/
H A Denic.h449 extern const struct rte_flow_ops enic_flow_ops;
450 extern const struct rte_flow_ops enic_fm_flow_ops;
H A Denic_vf_representor.c375 static const struct rte_flow_ops enic_vf_flow_ops = {
385 const struct rte_flow_ops **ops) in enic_vf_flow_ops_get()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h193 extern const struct rte_flow_ops mrvl_flow_ops;
/dpdk/drivers/net/bnxt/
H A Dbnxt.h993 extern const struct rte_flow_ops bnxt_flow_ops;
1024 extern const struct rte_flow_ops bnxt_ulp_rte_flow_ops;
1041 const struct rte_flow_ops **ops);
/dpdk/drivers/net/bonding/
H A Deth_bond_private.h48 extern const struct rte_flow_ops bond_flow_ops;
H A Drte_eth_bond_flow.c238 const struct rte_flow_ops bond_flow_ops = {
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.h135 extern const struct rte_flow_ops dpaa2_flow_ops;
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.h476 extern struct rte_flow_ops cnxk_flow_ops;
529 const struct rte_flow_ops **ops);
/dpdk/drivers/net/failsafe/
H A Dfailsafe_flow.c248 const struct rte_flow_ops fs_flow_ops = {
H A Dfailsafe_private.h257 extern const struct rte_flow_ops fs_flow_ops;
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.h320 extern const struct rte_flow_ops hinic_flow_ops;
/dpdk/drivers/net/qede/
H A Dqede_ethdev.h289 const struct rte_flow_ops **ops);
H A Dqede_filter.c1046 const struct rte_flow_ops qede_flow_ops = {
1055 const struct rte_flow_ops **ops) in qede_dev_flow_ops_get()

123