Home
last modified time | relevance | path

Searched refs:cl_qlist_end (Results 1 – 25 of 33) sorted by relevance

12

/NextBSD/contrib/ofed/management/opensm/complib/
HDcl_list.c136 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()
HDcl_event_wheel.c90 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()
HDcl_pool.c343 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/
HDcl_qlist.h689 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()
HDcl_qcomppool.h665 while (p_item != cl_qlist_end(p_list)) { in cl_qcpool_put_list()
HDcl_list.h920 return (cl_qlist_end(&p_list->list)); in cl_list_end()
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_vl15intf.c144 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()
HDosm_service.c129 if (p_list_item == cl_qlist_end(&p_subn->sa_sr_list)) in osm_svcr_get_by_rid()
HDosm_lid_mgr.c125 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()
HDosm_inform.c93 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()
HDosm_port.c286 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()
HDosm_sa_service_record.c221 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()
HDosm_pkey.c122 while (p_item != cl_qlist_end(&p_pkey_tbl->pending)) { in osm_pkey_tbl_cleanup_pending()
HDosm_mcast_mgr.c438 (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()
HDosm_opensm.c491 item != cl_qlist_end(&osm->plugin_list); in osm_opensm_report_event()
HDosm_drop_mgr.c215 while (p_mcm != (osm_mcm_info_t *) cl_qlist_end(&p_port->mcm_list)) { in __osm_drop_mgr_remove_port()
HDosm_pkey_mgr.c306 (osm_pending_pkey_t *) cl_qlist_end(&p_pkey_tbl->pending)) { in pkey_mgr_update_port()
HDosm_sa_portinfo_record.c583 item != (osm_pir_item_t *) cl_qlist_end(&rec_list); in osm_pir_rcv_process()
HDosm_sa_informinfo.c392 item != (osm_iir_item_t *) cl_qlist_end(&rec_list); in osm_infr_rcv_process_get_method()
/NextBSD/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_mtl_transaction_mgr.c100 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()
HDosm_vendor_mlx_ibmgt.c504 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()
HDosm_vendor_umadt.c850 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()
HDosm_vendor_mlx_anafa.c121 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()
HDosm_vendor_mlx.c112 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()
HDosm_vendor_mlx_rmpp_ctx.c216 while (p_list_item != cl_qlist_end(p_ctx->p_rbuf)) { in osmv_rmpp_recv_ctx_done()

12