Searched refs:cl_st (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c171 cl_status_t cl_st; local
247 cl_st =
251 return (ib_api_status_t) cl_st;
H A Dosm_vendor_mlx_rmpp_ctx.c53 cl_status_t cl_st; local
68 cl_st = cl_event_init(&p_ctx->event, FALSE);
69 if (cl_st != CL_SUCCESS) {
H A Dosm_vendor_mlx_txn.c312 cl_status_t cl_st = CL_SUCCESS; local
327 cl_st = cl_event_wheel_init_ex(p_tx_mgr->p_event_wheel, p_lock);
328 if (cl_st != CL_SUCCESS) {
330 return (ib_api_status_t) cl_st;
345 return cl_st;
H A Dosm_vendor_mlx_ts.c181 cl_status_t cl_st; local
260 cl_st =
264 return (ib_api_status_t) cl_st;
H A Dosm_vendor_mlx_anafa.c233 cl_status_t cl_st; local
273 cl_st = cl_spinlock_init(&(p_bo->lock));
274 if (cl_st != CL_SUCCESS) {
H A Dosm_vendor_mlx.c200 cl_status_t cl_st; local
257 cl_st = cl_spinlock_init(&(p_bo->lock));
258 if (cl_st != CL_SUCCESS) {

Completed in 65 milliseconds