Home
last modified time | relevance | path

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

12

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c246 const struct rte_flow_ops *
250 const struct rte_flow_ops *ops; in rte_flow_ops_get()
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()
[all …]
H A Drte_flow_driver.h64 struct rte_flow_ops { struct
181 const struct rte_flow_ops * argument
/f-stack/dpdk/drivers/net/igc/
H A Digc_flow.h15 extern const struct rte_flow_ops igc_flow_ops;
H A Digc_flow.c912 const struct rte_flow_ops igc_flow_ops = {
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.h102 extern const struct rte_flow_ops ipn3ke_flow_ops;
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_flow.h102 extern const struct rte_flow_ops sfc_flow_ops;
/f-stack/dpdk/drivers/net/enic/
H A Denic.h470 extern const struct rte_flow_ops enic_flow_ops;
471 extern const struct rte_flow_ops enic_fm_flow_ops;
H A Denic_vf_representor.c371 static const struct rte_flow_ops enic_vf_flow_ops = {
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h215 extern const struct rte_flow_ops mrvl_flow_ops;
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.h107 extern const struct rte_flow_ops dpaa2_flow_ops;
/f-stack/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 = {
/f-stack/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;
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.h304 extern const struct rte_flow_ops hinic_flow_ops;
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.h22 extern const struct rte_flow_ops otx2_flow_ops;
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_generic_flow.h266 extern const struct rte_flow_ops iavf_flow_ops;
H A Diavf_generic_flow.c43 const struct rte_flow_ops iavf_flow_ops = {
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp_flow.c422 const struct rte_flow_ops bnxt_ulp_rte_flow_ops = {
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt.h898 extern const struct rte_flow_ops bnxt_flow_ops;
929 extern const struct rte_flow_ops bnxt_ulp_rte_flow_ops;
/f-stack/dpdk/drivers/net/e1000/
H A De1000_ethdev.h384 extern const struct rte_flow_ops igb_flow_ops;
/f-stack/dpdk/drivers/net/ice/
H A Dice_generic_flow.h481 extern const struct rte_flow_ops ice_flow_ops;
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h745 extern const struct rte_flow_ops ixgbe_flow_ops;
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h662 extern const struct rte_flow_ops pmd_flow_ops;
/f-stack/dpdk/drivers/net/qede/
H A Dqede_filter.c1046 const struct rte_flow_ops qede_flow_ops = {

12