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

/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx.h73 cl_qlist_t bind_handles; member in struct:_osm_vendor
/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_anafa.c118 the bind_handles list is not initialized yet */
119 if ((*pp_vend)->bind_handles.state == CL_INITIALIZED) {
120 p_item = cl_qlist_remove_head(&((*pp_vend)->bind_handles));
121 while (p_item != cl_qlist_end(&((*pp_vend)->bind_handles))) {
134 cl_qlist_remove_head(&((*pp_vend)->bind_handles));
212 cl_qlist_init(&p_vend->bind_handles);
324 cl_qlist_insert_head(&p_vend->bind_handles, &p_obj->list_item);
342 (cl_qlist_t * const)&p_bo->p_vendor->bind_handles;
347 p_item = cl_qlist_head(&p_bo->p_vendor->bind_handles);
348 while (p_item != cl_qlist_end(&p_bo->p_vendor->bind_handles)) {
[all...]
H A Dosm_vendor_mlx.c111 p_item = cl_qlist_remove_head(&((*pp_vend)->bind_handles));
112 while (p_item != cl_qlist_end(&((*pp_vend)->bind_handles))) {
123 p_item = cl_qlist_remove_head(&((*pp_vend)->bind_handles));
161 cl_qlist_init(&p_vend->bind_handles);
307 cl_qlist_insert_head(&p_vend->bind_handles, &p_obj->list_item);
325 (cl_qlist_t * const)&p_bo->p_vendor->bind_handles;

Completed in 147 milliseconds