Searched defs:ftree_port_group_t_ (Results 1 – 1 of 1) sorted by relevance
142 typedef struct ftree_port_group_t_ { struct143 cl_map_item_t map_item;144 uint16_t lid; /* lid of the current node */145 uint16_t remote_lid; /* lid of the remote node */146 ib_net64_t port_guid; /* port guid of this port */147 ib_net64_t node_guid; /* this node's guid */148 uint8_t node_type; /* this node's type */149 ib_net64_t remote_port_guid; /* port guid of the remote port */150 ib_net64_t remote_node_guid; /* node guid of the remote node */151 uint8_t remote_node_type; /* IB_NODE_TYPE_{CA,SWITCH,ROUTER,...} */[all …]