Searched refs:PCI_CONF_MAX_L (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 146 pci_config_get8(handle, PCI_CONF_MAX_L)); in pci_dump()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pci.h | 67 #define PCI_CONF_MAX_L 0x3f /* maximum grant, 1 byte */ macro
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 453 pci_config_get8(handle, PCI_CONF_MAX_L)); in pciconfig_dump()
|
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 271 pci_config_get8(handle, PCI_CONF_MAX_L)); in ixgbe_pci_dump()
|
/titanic_50/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 3614 byteval = pci_config_get8(config_handle, PCI_CONF_MAX_L); 4386 pci_config_get8(config_handle, PCI_CONF_MAX_L));
|
/titanic_50/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 455 pci_config_get8(config_handle, PCI_CONF_MAX_L)); in pcicfg_dump_device_config() 3202 byteval = pci_config_get8(config_handle, PCI_CONF_MAX_L); in pcicfg_set_standard_props()
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 484 pci_config_get8(config_handle, PCI_CONF_MAX_L)); in pcicfg_dump_device_config() 3423 byteval = pci_config_get8(config_handle, PCI_CONF_MAX_L); in pcicfg_set_standard_props()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 697 pci_config_get8(qlge->pci_handle, PCI_CONF_MAX_L); in ql_dump_pci_config()
|
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | db21554.c | 1650 ph->max_lat = pci_config_get8(config_handle, hdr_off + PCI_CONF_MAX_L); in db_pci_get_header()
|
/titanic_50/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 1992 uchar_t maxlatency = pci_getb(bus, dev, func, PCI_CONF_MAX_L); in process_devfunc()
|