Home
last modified time | relevance | path

Searched refs:cl_qlist_init (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_dispatcher.c125 cl_qlist_init(&p_disp->reg_list); in cl_disp_construct()
127 cl_qlist_init(&p_disp->msg_fifo); in cl_disp_construct()
H A Dcl_pool.c142 cl_qlist_init(&p_pool->alloc_list); in cl_qcpool_init()
144 cl_qlist_init(&p_pool->free_list); in cl_qcpool_init()
H A Dcl_timer.c83 cl_qlist_init(&gp_timer_prov->queue); in __cl_timer_prov_create()
H A Dcl_vector.c242 cl_qlist_init(&p_vector->alloc_list); in cl_vector_init()
H A Dcl_event_wheel.c206 cl_qlist_init(&p_event_wheel->events_wheel); in cl_event_wheel_init()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c216 cl_qlist_init(&p_vl->rfifo); in osm_vl15_construct()
217 cl_qlist_init(&p_vl->ufifo); in osm_vl15_construct()
H A Dosm_sa_service_record.c482 cl_qlist_init(&sr_match_item.sr_list); in sr_rcv_process_get_method()
597 cl_qlist_init(&sr_list); in sr_rcv_process_set_method()
653 cl_qlist_init(&sr_list); in sr_rcv_process_delete_method()
H A Dosm_ucast_dnup.c129 cl_qlist_init(&list); in dnup_bfs_by_node()
232 cl_qlist_init(&list); in dnup_subn_rank()
H A Dosm_sa_informinfo.c230 cl_qlist_init(&rec_list); in infr_rcv_respond()
363 cl_qlist_init(&rec_list); in infr_rcv_process_get_method()
H A Dosm_sa_lft_record.c224 cl_qlist_init(&rec_list); in osm_lftr_rcv_process()
H A Dosm_sa_mft_record.c256 cl_qlist_init(&rec_list); in osm_mftr_rcv_process()
H A Dosm_sa_sw_info_record.c246 cl_qlist_init(&rec_list); in osm_sir_rcv_process()
H A Dosm_qos.c472 cl_qlist_init(&qos_mad_list); in osm_qos_setup()
493 cl_qlist_init(&p_list->port_mad_list); in osm_qos_setup()
H A Dosm_ucast_updn.c134 cl_qlist_init(&list); in updn_bfs_by_node()
221 cl_qlist_init(&list); in updn_subn_rank()
H A Dosm_sa_slvl_record.c251 cl_qlist_init(&rec_list); in osm_slvl_rec_rcv_process()
H A Dosm_sa_vlarb_record.c258 cl_qlist_init(&rec_list); in osm_vlarb_rec_rcv_process()
H A Dosm_sa_pkey_record.c278 cl_qlist_init(&rec_list); in osm_pkey_rec_rcv_process()
H A Dosm_sa_sminfo_record.c233 cl_qlist_init(&rec_list); in osm_smir_rcv_process()
H A Dosm_sa_node_record.c335 cl_qlist_init(&rec_list); in osm_nr_rcv_process()
H A Dosm_subnet.c933 cl_qlist_init(&guids); in subn_validate_g2m()
981 cl_qlist_init(&entries); in subn_validate_neighbor()
1067 cl_qlist_init(&p_subn->sa_sr_list); in osm_subn_construct()
1068 cl_qlist_init(&p_subn->sa_infr_list); in osm_subn_construct()
1069 cl_qlist_init(&p_subn->alias_guid_list); in osm_subn_construct()
1070 cl_qlist_init(&p_subn->prefix_routes_list); in osm_subn_construct()
H A Dosm_sa_guidinfo_record.c341 cl_qlist_init(&rec_list); in guidinfo_respond()
731 cl_qlist_init(&rec_list); in get_guidinfo()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c225 cl_qlist_init(&p_umadt_obj->register_list); in osm_vendor_init()
793 cl_qlist_init(&p_mad_bind_info->trans_ctxt_list); in osm_vendor_bind()
803 cl_qlist_init(&p_mad_bind_info->timeout_list); in osm_vendor_bind()
H A Dosm_vendor_mlx_ibmgt.c226 cl_qlist_init(p_tpot_info->p_smi_list); in osmv_transport_init()
305 cl_qlist_init(p_tpot_info-> in osmv_transport_init()
H A Dosm_vendor_mlx_rmpp_ctx.c197 cl_qlist_init(p_ctx->p_rbuf); in osmv_rmpp_recv_ctx_init()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_qlist.h435 static inline void cl_qlist_init(IN cl_qlist_t * const p_list) in cl_qlist_init() function

12