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

/freebsd-13-stable/usr.sbin/mpsutil/
H A Dmps_show.c73 MPI2_CONFIG_PAGE_IO_UNIT_7 *iounit7; local
146 iounit7 = mps_read_config_page(fd, MPI2_CONFIG_PAGETYPE_IO_UNIT, 7, 0, NULL);
147 if (iounit7 == NULL) {
152 printf(" PCIe Width/Speed: x%d (%s GB/sec)\n", iounit7->PCIeWidth,
153 pcie_speed[iounit7->PCIeSpeed]);
154 printf(" IOC Speed: %s\n", ioc_speeds[iounit7->IOCSpeed]);
156 if (iounit7->IOCTemperatureUnits == MPI2_IOUNITPAGE7_IOC_TEMP_NOT_PRESENT)
159 printf("%d %s\n", iounit7->IOCTemperature,
160 temp_units[iounit7->IOCTemperatureUnits]);
161 free(iounit7);
[all...]

Completed in 60 milliseconds