Searched refs:REP_IB (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | ib_rep.c | 56 rep->rep_if[REP_IB].priv = NULL; in mlx5_ib_nic_rep_unload() 75 rep->rep_if[REP_IB].priv = ibdev; in mlx5_ib_vport_rep_load() 85 if (!rep->rep_if[REP_IB].priv) in mlx5_ib_vport_rep_unload() 90 rep->rep_if[REP_IB].priv = NULL; in mlx5_ib_vport_rep_unload() 110 mlx5_eswitch_register_vport_rep(esw, vport, &rep_if, REP_IB); in mlx5_ib_rep_register_vf_vports() 121 mlx5_eswitch_unregister_vport_rep(esw, vport, REP_IB); in mlx5_ib_rep_unregister_vf_vports() 134 mlx5_eswitch_register_vport_rep(esw, 0, &rep_if, REP_IB); in mlx5_ib_register_vport_reps() 144 mlx5_eswitch_unregister_vport_rep(esw, 0, REP_IB); /* UPLINK PF*/ in mlx5_ib_unregister_vport_reps() 155 return mlx5_eswitch_get_proto_dev(esw, vport_index, REP_IB); in mlx5_ib_get_rep_ibdev() 166 return mlx5_eswitch_uplink_get_proto_dev(esw, REP_IB); in mlx5_ib_get_uplink_ibdev()
|
D | ib_rep.h | 70 return (struct mlx5_ib_dev *)rep->rep_if[REP_IB].priv; in mlx5_ib_rep_to_dev()
|
/Linux-v4.19/include/linux/mlx5/ |
D | eswitch.h | 21 REP_IB, enumerator
|