Searched refs:p_recv_buf (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmt_inform.h49 uint8_t *p_recv_buf; member in struct:_osmt_qp_ctx
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_inform.c120 p_qp_ctx->p_recv_buf =
229 if (osmt_mtl_mad_post_recv_bufs(&p_qp_ctx->qp_bind_hndl, p_qp_ctx->p_recv_buf, 1, /* but we need only one mad at a time */
314 p_sa_mad = (ib_sa_mad_t *) (p_qp_ctx->p_recv_buf + GRH_LEN);
396 if (osmt_mtl_mad_post_recv_bufs(&p_qp_ctx->qp_bind_hndl, p_qp_ctx->p_recv_buf, 1, /* we need to receive both trap repress and report */
463 p_sa_mad = (ib_sa_mad_t *) (p_qp_ctx->p_recv_buf + GRH_LEN);
529 p_sa_mad = (ib_sa_mad_t *) (p_qp_ctx->p_recv_buf + GRH_LEN);
708 if (osmt_mtl_mad_post_recv_bufs(&qp_ctx.qp_bind_hndl, qp_ctx.p_recv_buf, 1, /* we need to receive the report */
728 if (osmt_mtl_mad_post_recv_bufs(&qp_ctx.qp_bind_hndl, qp_ctx.p_recv_buf, 1, /* we need to reveive the report */

Completed in 78 milliseconds