| /NextBSD/contrib/ofed/management/opensm/complib/ |
| HD | cl_list.c | 136 while (p_item != cl_qlist_end(p_src_list)) { in cl_qlist_insert_list_head() 189 while (p_item != cl_qlist_end(p_src_list)) { in cl_qlist_insert_list_tail() 231 while (p_temp != cl_qlist_end(p_list)) { in cl_is_item_in_qlist() 259 while (p_found_item != cl_qlist_end(p_list)) { in cl_qlist_find_next() 288 while (p_found_item != cl_qlist_end(p_list)) { in cl_qlist_find_prev() 314 while (p_list_item != cl_qlist_end(p_list)) { in cl_qlist_apply_func() 336 while (p_current_item != cl_qlist_end(p_src_list)) { in cl_qlist_move_items() 414 if (p_list_item != cl_qlist_end(&p_list->list)) { in cl_list_remove_object() 433 != cl_qlist_end(&p_list->list)); in cl_is_object_in_list()
|
| HD | cl_event_wheel.c | 90 if (p_list_item == cl_qlist_end(&p_event_wheel->events_wheel)) in __cl_event_wheel_callback() 152 if (p_list_item == cl_qlist_end(&p_event_wheel->events_wheel)) in __cl_event_wheel_callback() 163 if (p_list_item != cl_qlist_end(&p_event_wheel->events_wheel)) { in __cl_event_wheel_callback() 239 while (p_list_item != cl_qlist_end(&p_event_wheel->events_wheel)) { in cl_event_wheel_dump() 263 while (p_list_item != cl_qlist_end(&p_event_wheel->events_wheel)) { in cl_event_wheel_destroy() 481 while (p_list_item != cl_qlist_end(&p_event_wheel->events_wheel)) { in __cl_event_wheel_dump()
|
| HD | cl_pool.c | 343 CL_ASSERT(p_list_item != cl_qlist_end(&p_pool->free_list)); in cl_qcpool_get() 374 CL_ASSERT(p_list_item != cl_qlist_end(&p_pool->free_list)); in cl_qcpool_get_tail()
|
| /NextBSD/contrib/ofed/management/opensm/include/complib/ |
| HD | cl_qlist.h | 689 static inline const cl_list_item_t *cl_qlist_end(IN const cl_qlist_t * in cl_qlist_end() function 1172 if (p_item == cl_qlist_end(p_list)) in cl_qlist_remove_head() 1225 if (p_item == cl_qlist_end(p_list)) in cl_qlist_remove_tail() 1277 if (p_list_item == cl_qlist_end(p_list)) in cl_qlist_remove_item() 1329 while (p_list_item != cl_qlist_end(p_list)) { in cl_qlist_remove_all() 1509 return (cl_qlist_find_next(p_list, cl_qlist_end(p_list), pfn_func, in cl_qlist_find_from_head() 1571 return (cl_qlist_find_prev(p_list, cl_qlist_end(p_list), pfn_func, in cl_qlist_find_from_tail()
|
| HD | cl_qcomppool.h | 665 while (p_item != cl_qlist_end(p_list)) { in cl_qcpool_put_list()
|
| HD | cl_list.h | 920 return (cl_qlist_end(&p_list->list)); in cl_list_end()
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_vl15intf.c | 144 if (p_madw != (osm_madw_t *) cl_qlist_end(p_fifo)) { in __osm_vl15_poller() 361 while (p_madw != (osm_madw_t *) cl_qlist_end(&p_vl->ufifo)) { in osm_vl15_shutdown() 372 while (p_madw != (osm_madw_t *) cl_qlist_end(&p_vl->rfifo)) { in osm_vl15_shutdown()
|
| HD | osm_service.c | 129 if (p_list_item == cl_qlist_end(&p_subn->sa_sr_list)) in osm_svcr_get_by_rid()
|
| HD | osm_lid_mgr.c | 125 while (p_item != cl_qlist_end(&p_mgr->free_ranges)) { in osm_lid_mgr_destroy() 163 while ((cl_list_item_t *) p_item != cl_qlist_end(&guids)) { in __osm_lid_mgr_validate_db() 362 while (p_item != cl_qlist_end(&p_mgr->free_ranges)) { in __osm_lid_mgr_init_sweep() 679 while (p_item != cl_qlist_end(&p_mgr->free_ranges)) { in __osm_lid_mgr_find_free_lid_range()
|
| HD | osm_inform.c | 93 while (p_list_item != cl_qlist_end(&p_subn->sa_infr_list)) { in dump_all_informs() 237 if (p_list_item == cl_qlist_end(&p_subn->sa_infr_list)) in osm_infr_get_by_rec()
|
| HD | osm_port.c | 286 if (p_mcm != cl_qlist_end(&p_port->mcm_list)) { in osm_port_remove_mgrp() 299 while (p_mcm != cl_qlist_end(&p_port->mcm_list)) { in osm_port_remove_all_mgrp()
|
| HD | osm_sa_service_record.c | 221 item != (osm_sr_item_t *) cl_qlist_end(p_list); in __osm_sr_rcv_respond() 779 while (p_list_item != cl_qlist_end(&sa->p_subn->sa_sr_list)) { in osm_sr_rcv_lease_cb()
|
| HD | osm_pkey.c | 122 while (p_item != cl_qlist_end(&p_pkey_tbl->pending)) { in osm_pkey_tbl_cleanup_pending()
|
| HD | osm_mcast_mgr.c | 438 (osm_mcast_work_obj_t *) cl_qlist_end(p_list)) { in __osm_mcast_mgr_subdivide() 496 != (osm_mcast_work_obj_t *) cl_qlist_end(p_list)) { in __osm_mcast_mgr_purge_list()
|
| HD | osm_opensm.c | 491 item != cl_qlist_end(&osm->plugin_list); in osm_opensm_report_event()
|
| HD | osm_drop_mgr.c | 215 while (p_mcm != (osm_mcm_info_t *) cl_qlist_end(&p_port->mcm_list)) { in __osm_drop_mgr_remove_port()
|
| HD | osm_pkey_mgr.c | 306 (osm_pending_pkey_t *) cl_qlist_end(&p_pkey_tbl->pending)) { in pkey_mgr_update_port()
|
| HD | osm_sa_portinfo_record.c | 583 item != (osm_pir_item_t *) cl_qlist_end(&rec_list); in osm_pir_rcv_process()
|
| HD | osm_sa_informinfo.c | 392 item != (osm_iir_item_t *) cl_qlist_end(&rec_list); in osm_infr_rcv_process_get_method()
|
| /NextBSD/contrib/ofed/management/opensm/libvendor/ |
| HD | osm_vendor_mtl_transaction_mgr.c | 100 if (p_list_item == cl_qlist_end(trans_mgr_p->madw_reqs_list_p)) { in __osm_transaction_mgr_callback() 164 if (p_list_item == cl_qlist_end(trans_mgr_p->madw_reqs_list_p)) { in __osm_transaction_mgr_callback() 176 if (p_list_item != cl_qlist_end(trans_mgr_p->madw_reqs_list_p)) { in __osm_transaction_mgr_callback() 334 cl_qlist_end(trans_mgr_p->madw_reqs_list_p)) { in osm_transaction_mgr_destroy()
|
| HD | osm_vendor_mlx_ibmgt.c | 504 while (p_item != cl_qlist_end(p_list)) { in osmv_transport_done() 513 CL_ASSERT(p_item != cl_qlist_end(p_list)); in osmv_transport_done() 544 while (p_item != cl_qlist_end(p_list)) { in osmv_transport_done() 553 CL_ASSERT(p_item != cl_qlist_end(p_list)); in osmv_transport_done() 648 while (p_item != cl_qlist_end(p_list)) { in __osmv_IBMGT_rcv_cb()
|
| HD | osm_vendor_umadt.c | 850 while (p_list_item != cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) { in osm_vendor_unbind() 861 while (p_list_item != cl_qlist_end(&p_mad_bind_info->timeout_list)) { in osm_vendor_unbind() 993 cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) { in __mad_recv_processor() 1072 while (p_list_item != cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) { in __osm_vendor_timer_callback() 1092 while (p_list_item != cl_qlist_end(&p_mad_bind_info->timeout_list)) { in __osm_vendor_timer_callback()
|
| HD | osm_vendor_mlx_anafa.c | 121 while (p_item != cl_qlist_end(&((*pp_vend)->bind_handles))) { in osm_vendor_delete() 348 while (p_item != cl_qlist_end(&p_bo->p_vendor->bind_handles)) { in osm_vendor_unbind() 357 CL_ASSERT(p_item != cl_qlist_end(p_bh_list)); in osm_vendor_unbind()
|
| HD | osm_vendor_mlx.c | 112 while (p_item != cl_qlist_end(&((*pp_vend)->bind_handles))) { in osm_vendor_delete() 331 while (p_item != cl_qlist_end(p_bh_list)) { in osm_vendor_unbind() 340 CL_ASSERT(p_item != cl_qlist_end(p_bh_list)); in osm_vendor_unbind()
|
| HD | osm_vendor_mlx_rmpp_ctx.c | 216 while (p_list_item != cl_qlist_end(p_ctx->p_rbuf)) { in osmv_rmpp_recv_ctx_done()
|