Home
last modified time | relevance | path

Searched refs:mlx4_ib_send_to_slave (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/mlx4/
Dmad.c511 int mlx4_ib_send_to_slave(struct mlx4_ib_dev *dev, int slave, u32 port, in mlx4_ib_send_to_slave() function
734 err = mlx4_ib_send_to_slave(dev, slave, port, wc->qp->qp_type, wc, grh, mad); in mlx4_ib_demux_mad()
814 err = mlx4_ib_send_to_slave(dev, slave, port, wc->qp->qp_type, wc, grh, mad); in mlx4_ib_demux_mad()
Dmlx4_ib.h860 int mlx4_ib_send_to_slave(struct mlx4_ib_dev *dev, int slave, u32 port,
Dmcg.c249 return mlx4_ib_send_to_slave(dev, slave, ctx->port, IB_QPT_GSI, &wc, NULL, mad); in send_mad_to_slave()