Home
last modified time | relevance | path

Searched refs:bus_width (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h392 xge_hal_pci_bus_width_e bus_width; member
801 xge_hal_pci_bus_width_e *bus_width);
/titanic_41/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c2307 xge_hal_pci_bus_width_e *bus_width) in __hal_device_pci_info_get() argument
2326 *bus_width = XGE_HAL_PCI_BUS_WIDTH_32BIT; in __hal_device_pci_info_get()
2328 *bus_width = XGE_HAL_PCI_BUS_WIDTH_64BIT; in __hal_device_pci_info_get()
2386 "%d frequency %d", *pci_mode, *bus_width, in __hal_device_pci_info_get()
2400 *bus_width = XGE_HAL_PCI_BUS_WIDTH_UNKNOWN; in __hal_device_pci_info_get()
2422 *bus_width = XGE_HAL_PCI_BUS_WIDTH_64BIT; in __hal_device_pci_info_get()
2776 &hldev->bus_frequency, &hldev->bus_width) != XGE_HAL_OK){ in __hal_device_hw_initialize()
2779 hldev->bus_width = XGE_HAL_PCI_BUS_WIDTH_UNKNOWN; in __hal_device_hw_initialize()
5833 xge_hal_pci_bus_width_e *bus_width) in xge_hal_device_pci_info_get() argument
5849 *bus_width = hldev->bus_width; in xge_hal_device_pci_info_get()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1869 kstat_named_t bus_width; member
1906 KS_CINIT(bus_width); in setup_kstats()
1930 KS_C_SET(bus_width, "x%d lanes", p->width); in setup_kstats()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h902 e1000_bus_width bus_width;