Searched defs:ftree_sw_t_ (Results 1 – 1 of 1) sorted by relevance
167 typedef struct ftree_sw_t_ { struct168 cl_map_item_t map_item;169 osm_switch_t *p_osm_sw;170 uint32_t rank;171 ftree_tuple_t tuple;172 uint16_t lid;173 ftree_port_group_t **down_port_groups;174 uint8_t down_port_groups_num;175 ftree_port_group_t **sibling_port_groups;176 uint8_t sibling_port_groups_num;[all …]