Searched refs:retry_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.c73 cl_list_t retry_madw_p_list; /* this list will include all the madw_p that were retried and need to be removed. */ local
89 cl_list_construct(&retry_madw_p_list);
90 cl_status = cl_list_init(&retry_madw_p_list, 50);
94 "Failed to create retry_madw_p_list\n");
118 cl_list_insert_tail(&retry_madw_p_list, osm_madw_req_p);
199 if (!cl_is_list_empty(&retry_madw_p_list)) {
204 *) (cl_list_remove_head(&retry_madw_p_list));
230 *) (cl_list_remove_head(&retry_madw_p_list));

Completed in 99 milliseconds