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

/freebsd-11.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_sar.c111 osmv_rmpp_sar_reassemble_arbt_mad(osmv_rmpp_sar_t * p_sar, cl_qlist_t * p_bufs) argument
119 CL_ASSERT(FALSE == cl_is_qlist_empty(p_bufs));
123 p_item = cl_qlist_head(p_bufs);
131 while (FALSE == cl_is_qlist_empty(p_bufs)) {
133 p_item = cl_qlist_remove_head(p_bufs);
137 if (FALSE == cl_is_qlist_empty(p_bufs)) {
/freebsd-11.0-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_sar.h113 osmv_rmpp_sar_reassemble_arbt_mad(osmv_rmpp_sar_t * p_sar, cl_qlist_t * p_bufs);

Completed in 72 milliseconds