Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c489 struct mlx4_ib_demux_pv_ctx *tun_ctx; in mlx4_ib_send_to_slave() local
505 tun_ctx = dev->sriov.demux[port-1].tun[slave]; in mlx4_ib_send_to_slave()
508 if (!tun_ctx || tun_ctx->state != DEMUX_PV_STATE_ACTIVE) in mlx4_ib_send_to_slave()
512 tun_qp = &tun_ctx->qp[0]; in mlx4_ib_send_to_slave()
514 tun_qp = &tun_ctx->qp[1]; in mlx4_ib_send_to_slave()
543 ah = ib_create_ah(tun_ctx->pd, &attr, 0); in mlx4_ib_send_to_slave()
613 list.lkey = tun_ctx->pd->local_dma_lkey; in mlx4_ib_send_to_slave()