Home
last modified time | relevance | path

Searched refs:cl_list_insert_head (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_port.c400 cl_list_insert_head(&tmpPortsList, p_dest_physp); in physp_update_new_dr_path()
405 cl_list_insert_head(&tmpPortsList, p_physp); in physp_update_new_dr_path()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_list.h394 cl_list_insert_head(IN cl_list_t * const p_list, IN const void *const p_object) in cl_list_insert_head() function
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_list.c444 status = cl_list_insert_head(p_list, p_object); in cl_list_insert_array_head()