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

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y654 list_iterator = cl_list_head(&tmp_parser_struct.num_list);
1096 list_iterator = cl_list_head(&tmp_parser_struct.num_list);
1141 list_iterator = cl_list_head(&tmp_parser_struct.str_list);
1169 list_iterator = cl_list_head(&tmp_parser_struct.str_list);
1195 for (list_iterator = cl_list_head(&tmp_parser_struct.str_list);
1393 list_iterator = cl_list_head(&tmp_parser_struct.str_list);
1415 list_iterator = cl_list_head(&tmp_parser_struct.str_list);
1437 list_iterator = cl_list_head(&tmp_parser_struct.num_list);
1460 list_iterator = cl_list_head(&tmp_parser_struct.num_pair_list);
1482 list_iterator = cl_list_head(
[all...]
H A Dosm_qos_policy.c457 list_iterator = cl_list_head(&p_qos_policy->port_groups);
468 list_iterator = cl_list_head(&p_qos_policy->vlarb_tables);
479 list_iterator = cl_list_head(&p_qos_policy->sl2vl_tables);
490 list_iterator = cl_list_head(&p_qos_policy->qos_levels);
500 list_iterator = cl_list_head(&p_qos_policy->qos_match_rules);
557 list_iterator = cl_list_head(p_port_group_list);
601 list_iterator = cl_list_head(&p_qos_policy->qos_match_rules);
756 list_iterator = cl_list_head(&p_qos_policy->qos_levels);
782 list_iterator = cl_list_head(&p_qos_policy->port_groups);
865 cl_list_head(
[all...]
H A Dosm_db_files.c720 kI = cl_list_head(&keys);
756 kI = cl_list_head(&keys);
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_list.c506 itor = cl_list_head(p_list);
557 itor = cl_list_head(p_list);
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_list.h89 * cl_list_next, cl_list_prev, cl_list_head, cl_list_tail,
149 * List, cl_list_head, cl_list_tail, cl_list_next, cl_list_prev,
613 * [in] cl_list_iterator_t returned by a previous call to cl_list_head,
666 * [in] cl_list_iterator_t returned by a previous call to cl_list_head,
864 * [in] cl_list_iterator_t returned by a previous call to cl_list_head,
937 * List, cl_list_head, cl_list_tail, cl_list_next, cl_list_prev,
941 /****f* Component Library: List/cl_list_head
943 * cl_list_head
946 * The cl_list_head function returns returns a list iterator for
951 static inline cl_list_iterator_t cl_list_head(I function
[all...]

Completed in 113 milliseconds