Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmad.c467 struct mlx4_ib_demux_pv_ctx *tun_ctx; in mlx4_ib_send_to_slave() local
483 tun_ctx = dev->sriov.demux[port-1].tun[slave]; in mlx4_ib_send_to_slave()
486 if (!tun_ctx || tun_ctx->state != DEMUX_PV_STATE_ACTIVE) in mlx4_ib_send_to_slave()
490 tun_qp = &tun_ctx->qp[0]; in mlx4_ib_send_to_slave()
492 tun_qp = &tun_ctx->qp[1]; in mlx4_ib_send_to_slave()
521 ah = ib_create_ah(tun_ctx->pd, &attr); in mlx4_ib_send_to_slave()
589 list.lkey = tun_ctx->mr->lkey; in mlx4_ib_send_to_slave()