Home
last modified time | relevance | path

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

/trueos/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_mlx_sender.c142 uint32_t i, total_segs; in osmv_rmpp_send_madw() local
149 total_segs = osmv_rmpp_send_ctx_get_num_segs(p_send_ctx); in osmv_rmpp_send_madw()
150 CL_ASSERT(total_segs >= 1); in osmv_rmpp_send_madw()
156 if (p_send_ctx->window_first > total_segs) { in osmv_rmpp_send_madw()
HDosm_vendor_mlx_dispatcher.c395 uint32_t total_segs = osmv_rmpp_send_ctx_get_num_segs(p_send_ctx); in __osmv_dispatch_rmpp_snd() local
435 new_wl, old_wl, total_segs); in __osmv_dispatch_rmpp_snd()
464 (new_wl < total_segs) ? new_wl : total_segs; in __osmv_dispatch_rmpp_snd()