Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c424 cl_list_construct(&p_qos_policy->vlarb_tables); in osm_qos_policy_create()
425 cl_list_init(&p_qos_policy->vlarb_tables, 10); in osm_qos_policy_create()
468 list_iterator = cl_list_head(&p_qos_policy->vlarb_tables); in osm_qos_policy_destroy()
469 while (list_iterator != cl_list_end(&p_qos_policy->vlarb_tables)) { in osm_qos_policy_destroy()
476 cl_list_remove_all(&p_qos_policy->vlarb_tables); in osm_qos_policy_destroy()
477 cl_list_destroy(&p_qos_policy->vlarb_tables); in osm_qos_policy_destroy()
H A Dosm_qos_parser_y.y417 | qos_setup_items vlarb_tables
423 vlarb_tables: TK_VLARB_TABLES_START vlarb_scope_items TK_VLARB_TABLES_END
2575 cl_list_insert_tail(&p_qos_policy->vlarb_tables, in __parser_vlarb_scope_end()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h147 cl_list_t vlarb_tables; /* list of osm_qos_vlarb_scope_t */ member