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

/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c72 cl_list_t tmp_madw_p_list; /* this list will include all the madw_p that should be removed. */ local
80 /* initialize the tmp_madw_p_list */
81 cl_list_construct(&tmp_madw_p_list);
82 cl_status = cl_list_init(&tmp_madw_p_list, 50);
86 "Failed to create tmp_madw_p_list\n");
154 /* add it to the tmp_madw_p_list to be removed */
155 cl_list_insert_tail(&tmp_madw_p_list,
234 /* if the tmp_madw_p_list has elements - need to call the send_err_callback */
235 madw_p = (osm_madw_t *) (cl_list_remove_head(&tmp_madw_p_list));
260 madw_p = (osm_madw_t *) (cl_list_remove_head(&tmp_madw_p_list));
[all...]

Completed in 102 milliseconds