Searched refs:rep_ops (Results 1 – 4 of 4) sorted by relevance
91 static const struct mlx5_eswitch_rep_ops rep_ops = { variable101 mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_IB); in mlx5_ib_register_vport_reps()
1801 esw->offloads.rep_ops[rep_type]->unload(rep); in __esw_offloads_unload_rep()1836 err = esw->offloads.rep_ops[rep_type]->load(esw->dev, rep); in mlx5_esw_offloads_rep_load()2739 esw->offloads.rep_ops[rep_type] = ops; in mlx5_eswitch_register_vport_reps()2779 esw->offloads.rep_ops[rep_type]->get_proto_dev) in mlx5_eswitch_get_proto_dev()2780 return esw->offloads.rep_ops[rep_type]->get_proto_dev(rep); in mlx5_eswitch_get_proto_dev()
1317 static const struct mlx5_eswitch_rep_ops rep_ops = { variable1327 mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_ETH); in mlx5e_rep_register_vport_reps()
214 const struct mlx5_eswitch_rep_ops *rep_ops[NUM_REP_TYPES]; member