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

/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_rmpp_ctx.c194 p_ctx->p_rbuf = malloc(sizeof(cl_qlist_t));
195 if (p_ctx->p_rbuf) {
196 memset(p_ctx->p_rbuf, 0, sizeof(cl_qlist_t));
197 cl_qlist_init(p_ctx->p_rbuf);
215 p_list_item = cl_qlist_remove_head(p_ctx->p_rbuf);
216 while (p_list_item != cl_qlist_end(p_ctx->p_rbuf)) {
223 p_list_item = cl_qlist_remove_head(p_ctx->p_rbuf);
228 free(p_ctx->p_rbuf);
257 cl_qlist_insert_tail(p_recv_ctx->p_rbuf, &p_obj->list_item);
272 num_segs = cl_qlist_count(p_recv_ctx->p_rbuf);
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_rmpp_ctx.h79 cl_qlist_t *p_rbuf; member in struct:_osmv_rmpp_recv_ctx

Completed in 106 milliseconds