Searched defs:bus_width (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1869 kstat_named_t bus_width; member in struct:t4_kstats
1906 KS_CINIT(bus_width);
1930 KS_C_SET(bus_width, "x%d lanes", p->width);
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h392 xge_hal_pci_bus_width_e bus_width; member in struct:__anon6599
801 xge_hal_pci_bus_width_e *bus_width);
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c2292 * @bus_width: pointer to a variable of enumerated type
2307 xge_hal_pci_bus_width_e *bus_width)
2326 *bus_width = XGE_HAL_PCI_BUS_WIDTH_32BIT;
2328 *bus_width = XGE_HAL_PCI_BUS_WIDTH_64BIT;
2386 "%d frequency %d", *pci_mode, *bus_width,
2400 *bus_width = XGE_HAL_PCI_BUS_WIDTH_UNKNOWN;
2422 *bus_width = XGE_HAL_PCI_BUS_WIDTH_64BIT;
2776 &hldev->bus_frequency, &hldev->bus_width) != XGE_HAL_OK){
2779 hldev->bus_width = XGE_HAL_PCI_BUS_WIDTH_UNKNOWN;
5821 * @bus_width
2305 __hal_device_pci_info_get(xge_hal_device_h devh, xge_hal_pci_mode_e *pci_mode, xge_hal_pci_bus_frequency_e *bus_frequency, xge_hal_pci_bus_width_e *bus_width) argument
5831 xge_hal_device_pci_info_get(xge_hal_device_h devh, xge_hal_pci_mode_e *pci_mode, xge_hal_pci_bus_frequency_e *bus_frequency, xge_hal_pci_bus_width_e *bus_width) argument
[all...]

Completed in 75 milliseconds