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

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c142 uint32_t i, total_segs; local
149 total_segs = osmv_rmpp_send_ctx_get_num_segs(p_send_ctx);
150 CL_ASSERT(total_segs >= 1);
156 if (p_send_ctx->window_first > total_segs) {
H A Dosm_vendor_mlx_dispatcher.c395 uint32_t total_segs = osmv_rmpp_send_ctx_get_num_segs(p_send_ctx); local
435 new_wl, old_wl, total_segs);
464 (new_wl < total_segs) ? new_wl : total_segs;

Completed in 56 milliseconds