Searched refs:cl_status (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_event_wheel.c | 71 cl_status_t cl_status; in __cl_event_wheel_callback() local 173 cl_status = cl_timer_start(&p_event_wheel->timer, new_timeout); in __cl_event_wheel_callback() 174 if (cl_status != CL_SUCCESS) { in __cl_event_wheel_callback() 198 cl_status_t cl_status = CL_SUCCESS; in cl_event_wheel_init() local 203 cl_status = cl_spinlock_init(&(p_event_wheel->lock)); in cl_event_wheel_init() 204 if (cl_status != CL_SUCCESS) in cl_event_wheel_init() 205 return cl_status; in cl_event_wheel_init() 210 …cl_status = cl_timer_init(&p_event_wheel->timer, __cl_event_wheel_callback, p_event_wheel); /* cb … in cl_event_wheel_init() 212 return cl_status; in cl_event_wheel_init() 218 cl_status_t cl_status; in cl_event_wheel_init_ex() local [all …]
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mtl_transaction_mgr.c | 65 cl_status_t cl_status; in __osm_transaction_mgr_callback() local 82 cl_status = cl_list_init(&tmp_madw_p_list, 50); in __osm_transaction_mgr_callback() 83 if (cl_status != CL_SUCCESS) { in __osm_transaction_mgr_callback() 90 cl_status = cl_list_init(&retry_madw_p_list, 50); in __osm_transaction_mgr_callback() 91 if (cl_status != CL_SUCCESS) { in __osm_transaction_mgr_callback() 130 cl_status = in __osm_transaction_mgr_callback() 186 cl_status = in __osm_transaction_mgr_callback() 192 if (cl_status != CL_SUCCESS) { in __osm_transaction_mgr_callback() 274 cl_status_t cl_status; in osm_transaction_mgr_init() local 304 cl_status = cl_timer_init(&trans_mgr_p->madw_list_timer, in osm_transaction_mgr_init() [all …]
|
H A D | osm_vendor_ibumad_sa.c | 226 cl_status_t cl_status; in osmv_bind_sa() local 275 cl_status = cl_event_init(&p_sa_bind_info->sync_event, TRUE); in osmv_bind_sa() 276 if (cl_status != CL_SUCCESS) { in osmv_bind_sa() 278 "cl_init_event failed: %s\n", ib_get_err_str(cl_status)); in osmv_bind_sa()
|
H A D | osm_vendor_mlx_sa.c | 303 cl_status_t cl_status; in osmv_bind_sa() local 364 cl_status = cl_event_init(&p_sa_bind_info->sync_event, TRUE); in osmv_bind_sa() 365 if (cl_status != CL_SUCCESS) { in osmv_bind_sa() 367 "cl_init_event failed: %s\n", ib_get_err_str(cl_status)); in osmv_bind_sa()
|
H A D | osm_vendor_umadt.c | 733 cl_status_t cl_status; in osm_vendor_bind() local 788 cl_status = cl_thread_init(&p_mad_bind_info->recv_processor_thread, in osm_vendor_bind() 791 CL_ASSERT(cl_status == CL_SUCCESS); in osm_vendor_bind() 799 cl_status = cl_timer_init(&p_mad_bind_info->timeout_timer, in osm_vendor_bind() 802 CL_ASSERT(cl_status == CL_SUCCESS); in osm_vendor_bind()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sm_state_mgr.c | 148 cl_status_t cl_status; in sm_state_mgr_start_polling() local 170 cl_status = cl_timer_start(&sm->polling_timer, timeout); in sm_state_mgr_start_polling() 171 if (cl_status != CL_SUCCESS) in sm_state_mgr_start_polling() 182 cl_status_t cl_status; in osm_sm_state_mgr_polling_callback() local 248 cl_status = cl_timer_start(&sm->polling_timer, timeout); in osm_sm_state_mgr_polling_callback() 249 if (cl_status != CL_SUCCESS) in osm_sm_state_mgr_polling_callback()
|
/freebsd/sys/dev/ciss/ |
H A D | cissvar.h | 150 int cl_status; member
|
H A D | ciss.c | 1499 sc->ciss_logical[i][j].cl_status = CISS_LD_NONEXISTENT; in ciss_init_logical() 1840 ld->cl_status = CISS_LD_NONEXISTENT; in ciss_identify_logical() 1912 ld->cl_status = ciss_decode_ldrive_status(ld->cl_lstatus->status); in ciss_get_ldrive_status() 3286 if (sc->ciss_logical[bus][target].cl_status != CISS_LD_ONLINE) { in ciss_cam_emulate() 4004 if (ld->cl_status != CISS_LD_ONLINE) { in ciss_notify_rescan_logical() 4076 ld->cl_status = ciss_decode_ldrive_status(cn->data.logical_status.new_state); in ciss_notify_logical() 4083 if (ostatus != ld->cl_status) { in ciss_notify_logical() 4097 ld->cl_status = ciss_decode_ldrive_status(cn->data.logical_status.new_state); in ciss_notify_logical()
|