Searched refs:to_mxrcd (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c304 xrcdn = to_mxrcd(init_attr->ext.xrc.xrcd)->xrcdn;
307 xrcdn = to_mxrcd(dev->devr.x0)->xrcdn;
H A Dmlx5_ib_qp.c1161 in->ctx.xrcd = cpu_to_be32(to_mxrcd(init_attr->xrcd)->xrcdn);
1165 in->ctx.xrcd = cpu_to_be32(to_mxrcd(devr->x1)->xrcdn);
1170 in->ctx.xrcd = cpu_to_be32(to_mxrcd(devr->x0)->xrcdn);
1173 in->ctx.xrcd = cpu_to_be32(to_mxrcd(devr->x1)->xrcdn);
1421 dev = to_mdev(to_mxrcd(init_attr->xrcd)->ibxrcd.device);
1433 xrcdn = to_mxrcd(init_attr->xrcd)->xrcdn;
2979 u32 xrcdn = to_mxrcd(xrcd)->xrcdn;
H A Dmlx5_ib.h567 static inline struct mlx5_ib_xrcd *to_mxrcd(struct ib_xrcd *ibxrcd) function
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dmlx4.h344 static inline struct mlx4_xrc_domain *to_mxrcd(struct ibv_xrc_domain *ibxrcd) function
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsrq.c182 to_mxrcd(init_attr->ext.xrc.xrcd)->xrcdn :
H A Dmlx4_ib.h578 static inline struct mlx4_ib_xrcd *to_mxrcd(struct ib_xrcd *ibxrcd) function
H A Dqp.c1186 return to_mpd(to_mxrcd(qp->ibqp.xrcd)->pd);
1196 *send_cq = to_mcq(to_mxrcd(qp->ibqp.xrcd)->cq);
1416 pd = to_mxrcd(init_attr->xrcd)->pd;
1417 xrcdn = to_mxrcd(init_attr->xrcd)->xrcdn;
1418 init_attr->send_cq = to_mxrcd(init_attr->xrcd)->cq;
H A Dmain.c864 ib_destroy_cq(to_mxrcd(xrcd)->cq);
865 ib_dealloc_pd(to_mxrcd(xrcd)->pd);
866 mlx4_xrcd_free(to_mdev(xrcd->device)->dev, to_mxrcd(xrcd)->xrcdn);

Completed in 137 milliseconds