Searched refs:port_report_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c677 } port_report_t; typedef in typeref:struct:_port_report
680 __tag_port_report(port_report_t ** head, uint64_t node_guid,
683 port_report_t *rep = malloc(sizeof(*rep));
698 static void __print_port_report(FILE * out, port_report_t * head)
700 port_report_t *item = head;
704 port_report_t *next = item->next;
717 port_report_t *disabled_ports;
724 port_report_t *unknown_width_ports;
726 port_report_t *unenabled_width_ports;
728 port_report_t *reduced_width_port
[all...]

Completed in 101 milliseconds