Searched defs:cb_priv (Results 1 - 25 of 54) sorted by relevance

123

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flow.c192 static void mlxsw_sp_tc_block_release(void *cb_priv) argument
174 mlxsw_sp_flow_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flow.c66 static void prestera_flow_block_destroy(void *cb_priv) argument
101 static void prestera_flow_block_release(void *cb_priv) argument
51 prestera_flow_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc.c17 sparx5_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv, bool ingress) argument
33 sparx5_tc_block_cb_ingress(enum tc_setup_type type, void *type_data, void *cb_priv) argument
40 sparx5_tc_block_cb_egress(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc.c71 lan966x_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv, bool ingress) argument
86 lan966x_tc_block_cb_ingress(enum tc_setup_type type, void *type_data, void *cb_priv) argument
92 lan966x_tc_block_cb_egress(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_bindings.c50 void efx_tc_block_unbind(void *cb_priv) argument
35 efx_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
139 efx_tc_indr_setup_cb(struct net_device *net_dev, struct Qdisc *sch, void *cb_priv, enum tc_setup_type type, void *type_data, void *data, void (*cleanup)(struct flow_block_cb *block_cb)) argument
H A Dtc_conntrack.c536 efx_tc_flow_block(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dcls.c227 nfp_abm_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.c105 nfp_bpf_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_repr.c208 ice_repr_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/net/sched/
H A Dcls_matchall.c273 mall_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
H A Dcls_bpf.c650 cls_bpf_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
H A Dcls_u32.c1220 u32_reoffload_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
1240 u32_reoffload_knode(struct tcf_proto *tp, struct tc_u_knode *n, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
1274 u32_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c148 bnxt_vf_rep_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c557 mtk_eth_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/netdevsim/
H A Dbpf.c118 nsim_bpf_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
H A Dnetdev.c95 nsim_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/net/core/
H A Dflow_offload.c385 void *cb_priv; member in struct:flow_indr_dev
261 flow_block_cb_alloc(flow_setup_cb_t *cb, void *cb_ident, void *cb_priv, void (*release)(void *cb_priv)) argument
337 flow_block_cb_setup_simple(struct flow_block_offload *f, struct list_head *driver_block_list, flow_setup_cb_t *cb, void *cb_ident, void *cb_priv, bool ingress_only) argument
389 flow_indr_dev_alloc(flow_indr_block_bind_cb_t *cb, void *cb_priv) argument
417 existing_qdiscs_register(flow_indr_block_bind_cb_t *cb, void *cb_priv) argument
432 flow_indr_dev_register(flow_indr_block_bind_cb_t *cb, void *cb_priv) argument
462 __flow_block_indr_cleanup(void (*release)(void *cb_priv), void *cb_priv, struct list_head *cleanup_list) argument
485 flow_indr_dev_unregister(flow_indr_block_bind_cb_t *cb, void *cb_priv, void (*release)(void *cb_priv)) argument
516 flow_block_indr_init(struct flow_block_cb *flow_block, struct flow_block_offload *bo, struct net_device *dev, struct Qdisc *sch, void *data, void *cb_priv, void (*cleanup)(struct flow_block_cb *block_cb)) argument
530 flow_indr_block_cb_alloc(flow_setup_cb_t *cb, void *cb_ident, void *cb_priv, void (*release)(void *cb_priv), struct flow_block_offload *bo, struct net_device *dev, struct Qdisc *sch, void *data, void *indr_cb_priv, void (*cleanup)(struct flow_block_cb *block_cb)) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c320 struct mlx5e_rep_indr_block_priv *cb_priv; local
426 static void mlx5e_rep_indr_block_unbind(void *cb_priv) argument
181 mlx5e_rep_setup_tc_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
200 mlx5e_rep_setup_ft_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
662 mlx5e_rep_indr_setup_cb(struct net_device *netdev, struct Qdisc *sch, void *cb_priv, enum tc_setup_type type, void *type_data, void *data, void (*cleanup)(struct flow_block_cb *block_cb)) argument
[all...]
/linux-master/net/devlink/
H A Dregion.c835 devlink_region_snapshot_fill(void *cb_priv, u8 *chunk, u32 chunk_size, argument
847 devlink_region_port_direct_fill(void *cb_priv, u8 *chunk, u32 chunk_size, argument
857 devlink_region_direct_fill(void *cb_priv, u8 *chunk, u32 chunk_size, argument
796 devlink_nl_region_read_fill(struct sk_buff *skb, devlink_chunk_fill_t *cb, void *cb_priv, u64 start_offset, u64 end_offset, u64 *new_offset, struct netlink_ext_ack *extack) argument
/linux-master/include/net/
H A Dact_api.h279 tcf_action_reoffload_cb(flow_indr_block_bind_cb_t *cb, void *cb_priv, bool add) argument
/linux-master/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c88 void *cb_priv; member in struct:stm32_dfsdm_adc
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c1140 static int am65_cpsw_qos_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h338 mlx5e_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
363 mlx5e_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c1486 otx2_setup_tc_block_ingress_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
1530 otx2_setup_tc_block_egress_cb(enum tc_setup_type type, void *type_data, void *cb_priv) argument
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h225 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, flow_setup_cb_t *cb, void *cb_priv) argument
258 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table, flow_setup_cb_t *cb, void *cb_priv) argument

Completed in 241 milliseconds

123