Home
last modified time | relevance | path

Searched refs:tc_setup_type (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc.c71 static int lan966x_tc_block_cb(enum tc_setup_type type, void *type_data, in lan966x_tc_block_cb()
86 static int lan966x_tc_block_cb_ingress(enum tc_setup_type type, in lan966x_tc_block_cb_ingress()
92 static int lan966x_tc_block_cb_egress(enum tc_setup_type type, in lan966x_tc_block_cb_egress()
119 int lan966x_tc_setup(struct net_device *dev, enum tc_setup_type type, in lan966x_tc_setup()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc.c17 static int sparx5_tc_block_cb(enum tc_setup_type type, in sparx5_tc_block_cb()
33 static int sparx5_tc_block_cb_ingress(enum tc_setup_type type, in sparx5_tc_block_cb_ingress()
40 static int sparx5_tc_block_cb_egress(enum tc_setup_type type, in sparx5_tc_block_cb_egress()
157 int sparx5_port_setup_tc(struct net_device *ndev, enum tc_setup_type type, in sparx5_port_setup_tc()
H A Dsparx5_tc.h98 int sparx5_port_setup_tc(struct net_device *ndev, enum tc_setup_type type,
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_bindings.h23 int efx_tc_setup(struct net_device *net_dev, enum tc_setup_type type,
27 void *cb_priv, enum tc_setup_type type,
H A Dtc_bindings.c35 static int efx_tc_block_cb(enum tc_setup_type type, void *type_data, in efx_tc_block_cb()
140 void *cb_priv, enum tc_setup_type type, in efx_tc_indr_setup_cb()
213 int efx_tc_setup(struct net_device *net_dev, enum tc_setup_type type, in efx_tc_setup()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.h36 int mlx5e_rep_setup_tc(struct net_device *dev, enum tc_setup_type type,
64 mlx5e_rep_setup_tc(struct net_device *dev, enum tc_setup_type type, in mlx5e_rep_setup_tc()
H A Dtc.c167 static int mlx5e_rep_setup_tc_cb(enum tc_setup_type type, void *type_data, in mlx5e_rep_setup_tc_cb()
186 static int mlx5e_rep_setup_ft_cb(enum tc_setup_type type, void *type_data, in mlx5e_rep_setup_ft_cb()
233 int mlx5e_rep_setup_tc(struct net_device *dev, enum tc_setup_type type, in mlx5e_rep_setup_tc()
347 static int mlx5e_rep_indr_setup_tc_cb(enum tc_setup_type type, in mlx5e_rep_indr_setup_tc_cb()
366 static int mlx5e_rep_indr_setup_ft_cb(enum tc_setup_type type, in mlx5e_rep_indr_setup_ft_cb()
633 enum tc_setup_type type, in mlx5e_rep_indr_no_dev_setup()
649 enum tc_setup_type type, void *type_data, in mlx5e_rep_indr_setup_cb()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h304 int mlx5e_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
340 mlx5e_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) in mlx5e_setup_tc_block_cb()
365 mlx5e_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) in mlx5e_setup_tc_block_cb()
/openbmc/linux/include/net/
H A Dflow_offload.h512 enum tc_setup_type;
513 typedef int flow_setup_cb_t(enum tc_setup_type type, void *type_data,
641 enum tc_setup_type type, void *type_data,
649 enum tc_setup_type type, void *data,
H A Dpkt_cls.h582 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,
585 enum tc_setup_type type, void *type_data, bool err_stop,
588 enum tc_setup_type type, void *type_data, bool err_stop,
593 enum tc_setup_type type, void *type_data, bool err_stop,
597 enum tc_setup_type type, void *type_data,
H A Dsch_generic.h698 int qdisc_offload_dump_helper(struct Qdisc *q, enum tc_setup_type type,
702 enum tc_setup_type type, void *type_data,
706 qdisc_offload_dump_helper(struct Qdisc *q, enum tc_setup_type type, in qdisc_offload_dump_helper()
716 enum tc_setup_type type, void *type_data, in qdisc_offload_graft_helper()
722 enum tc_setup_type type,
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.h34 int am65_cpsw_qos_ndo_setup_tc(struct net_device *ndev, enum tc_setup_type type,
/openbmc/linux/drivers/net/netdevsim/
H A Dnetdevsim.h149 int nsim_bpf_setup_tc_block_cb(enum tc_setup_type type,
181 nsim_bpf_setup_tc_block_cb(enum tc_setup_type type, void *type_data, in nsim_bpf_setup_tc_block_cb()
H A Dnetdev.c77 nsim_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) in nsim_setup_tc_block_cb()
240 nsim_setup_tc(struct net_device *dev, enum tc_setup_type type, void *type_data) in nsim_setup_tc()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.h59 enum tc_setup_type type, void *type_data);
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_repr.c208 ice_repr_setup_tc_block_cb(enum tc_setup_type type, void *type_data, in ice_repr_setup_tc_block_cb()
225 ice_repr_setup_tc(struct net_device *netdev, enum tc_setup_type type, in ice_repr_setup_tc()
/openbmc/linux/net/core/
H A Dflow_offload.c409 enum tc_setup_type type;
565 enum tc_setup_type type, void (*cleanup)(struct flow_block_cb *block_cb), in indir_dev_add()
606 enum tc_setup_type type, void *data, in flow_indr_dev_setup_offload()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h279 int nfp_fl_ct_handle_nft_flow(enum tc_setup_type type, void *type_data,
H A Dmain.h551 enum tc_setup_type type, void *type_data);
677 enum tc_setup_type type, void *type_data,
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.h133 enum tc_setup_type type, void *type_data);
322 enum tc_setup_type type, void *type_data) in nfp_app_setup_tc()
H A Dnfp_port.h109 int nfp_port_setup_tc(struct net_device *netdev, enum tc_setup_type type,
H A Dnfp_port.c49 int nfp_port_setup_tc(struct net_device *netdev, enum tc_setup_type type, in nfp_port_setup_tc()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx.h26 int efx_siena_setup_tc(struct net_device *net_dev, enum tc_setup_type type,
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.c105 static int nfp_bpf_setup_tc_block_cb(enum tc_setup_type type, in nfp_bpf_setup_tc_block_cb()
166 enum tc_setup_type type, void *type_data) in nfp_bpf_setup_tc()
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep.h210 int tsnep_tc_setup(struct net_device *netdev, enum tc_setup_type type,

1234