Home
last modified time | relevance | path

Searched refs:rep_ops (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dib_rep.c187 static const struct mlx5_eswitch_rep_ops rep_ops = { variable
201 mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_IB); in mlx5_ib_register_peer_vport_reps()
237 mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_IB); in mlx5r_rep_probe()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c2506 return esw->offloads.rep_ops[rep_type]->load(esw->dev, rep); in __esw_offloads_load_rep()
2516 esw->offloads.rep_ops[rep_type]->unload(rep); in __esw_offloads_unload_rep()
2884 ops = esw->offloads.rep_ops[rep_type]; in mlx5_esw_offloads_rep_event_unpair()
2917 ops = esw->offloads.rep_ops[rep_type]; in mlx5_esw_offloads_pair()
4036 esw->offloads.rep_ops[rep_type] = ops; in mlx5_eswitch_register_vport_reps()
4077 esw->offloads.rep_ops[rep_type]->get_proto_dev) in mlx5_eswitch_get_proto_dev()
4078 return esw->offloads.rep_ops[rep_type]->get_proto_dev(rep); in mlx5_eswitch_get_proto_dev()
H A Den_rep.c1677 static const struct mlx5_eswitch_rep_ops rep_ops = { variable
1692 mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_ETH); in mlx5e_rep_probe()
H A Deswitch.h294 const struct mlx5_eswitch_rep_ops *rep_ops[NUM_REP_TYPES]; member