Searched refs:chassis (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c232 if (group && node->chassis && node->chassis->chassisnum) {
233 fprintf(f, "\t\t# Chassis %d", node->chassis->chassisnum);
242 (group && node->chassis && node->chassis->chassisnum))
500 /* skip chassis based switches if flagged */
501 if (data->skip_chassis_nodes && node->chassis
502 && node->chassis->chassisnum)
520 /* Now, skip chassis based CAs */
521 if (data->group && node->chassis
[all...]
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dchassis.c51 #include "chassis.h"
72 if (!node->chassis)
79 case VTR_VENDOR_ID: /* Voltaire chassis */
108 /* Currently, only if Voltaire or Mellanox chassis */
113 if (!node->chassis)
129 for (current = fabric->chassis; current; current = current->next)
138 /* Byte 3 in system image GUID is chassis type, and */
214 /* If peer port is Leaf 1, use its chassis GUID */
246 for (current = fabric->chassis; current; current = current->next)
255 ibnd_chassis_t *chassis; local
735 insert_mellanox_line_and_spine(ibnd_node_t * node, ibnd_chassis_t * chassis) argument
879 insert_line_router(ibnd_node_t * node, ibnd_chassis_t * chassis) argument
894 insert_spine(ibnd_node_t * node, ibnd_chassis_t * chassis) argument
909 pass_on_lines_catch_spines(ibnd_chassis_t * chassis) argument
946 pass_on_spines_catch_lines(ibnd_chassis_t * chassis) argument
989 pass_on_spines_interpolate_chguid(ibnd_chassis_t * chassis) argument
1010 build_chassis(ibnd_node_t * node, ibnd_chassis_t * chassis) argument
1219 add_node_to_chassis(ibnd_chassis_t * chassis, ibnd_node_t * node) argument
1242 ibnd_chassis_t *chassis; local
[all...]
H A Dibnetdisc.c56 #include "chassis.h"
845 ch = fabric->chassis;
H A Dibnetdisc.h89 /* chassis info */
91 struct ibnd_chassis *chassis; /* if != NULL the chassis this node belongs to */ member in struct:ibnd_node
174 /* NULL terminated list of all chassis found in the fabric */
175 ibnd_chassis_t *chassis; member in struct:ibnd_fabric
/freebsd-11-stable/lib/ofed/libibnetdisc/
H A DMakefile14 chassis.c \
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-sita.c49 #define MAX_CHASSIS 8 /* number of chassis in an ACN site */
68 int chassis; member in struct:unit
143 int chassis, geoslot; local
147 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) {
149 if (units[chassis][geoslot].ip != NULL)
150 printf("%d:%d %2d %s\n", chassis, geoslot, units[chassis][geoslot].fd, units[chassis][geoslo
162 find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) argument
180 int chassis, geoslot; local
206 empty_unit(int chassis, int geoslot) argument
223 int chassis, geoslot; local
237 int chassis, geoslot; local
264 int chassis, geoslot; local
346 close_with_IOP(int chassis, int geoslot, int flag) argument
359 int chassis, geoslot; local
372 int chassis, geoslot; local
566 int chassis, geoslot; local
722 int chassis, geoslot; local
741 int chassis, geoslot; local
794 int chassis, geoslot; local
838 int chassis, geoslot; local
[all...]

Completed in 130 milliseconds