Searched refs:window_first (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_rmpp_ctx.h58 uint32_t window_first; member in struct:_osmv_rmpp_send_ctx
126 return p_ctx->window_first;
142 p_ctx->window_first = val;
/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c156 if (p_send_ctx->window_first > total_segs) {
163 for (i = p_send_ctx->window_first; i <= p_send_ctx->window_last;
H A Dosm_vendor_mlx_dispatcher.c460 p_send_ctx->window_first, old_wl);
462 p_send_ctx->window_first = seg_num + 1;
H A Dosm_vendor_mlx_rmpp_ctx.c76 p_ctx->window_first = 1;

Completed in 99 milliseconds