Lines Matching full:fabric
58 struct ibnd_node *next; /* all node list in fabric */
61 /* NOTE: this is not valid on a fabric
161 * Fabric
162 * Main fabric object which is returned and represents the data discovered
172 /* NULL term list of all nodes in the fabric */
174 /* NULL terminated list of all chassis found in the fabric */
188 * Initialization (fabric operations)
202 IBND_EXPORT void ibnd_destroy_fabric(ibnd_fabric_t * fabric);
207 IBND_EXPORT int ibnd_cache_fabric(ibnd_fabric_t * fabric, const char *file,
216 IBND_EXPORT ibnd_node_t *ibnd_find_node_guid(ibnd_fabric_t * fabric,
218 IBND_EXPORT ibnd_node_t *ibnd_find_node_dr(ibnd_fabric_t * fabric, char *dr_str);
221 IBND_EXPORT void ibnd_iter_nodes(ibnd_fabric_t * fabric,
223 IBND_EXPORT void ibnd_iter_nodes_type(ibnd_fabric_t * fabric,
230 IBND_EXPORT ibnd_port_t *ibnd_find_port_guid(ibnd_fabric_t * fabric,
232 IBND_EXPORT ibnd_port_t *ibnd_find_port_dr(ibnd_fabric_t * fabric,
234 IBND_EXPORT ibnd_port_t *ibnd_find_port_lid(ibnd_fabric_t * fabric,
238 IBND_EXPORT void ibnd_iter_ports(ibnd_fabric_t * fabric,
244 IBND_EXPORT uint64_t ibnd_get_chassis_guid(ibnd_fabric_t * fabric,