Home
last modified time | relevance | path

Searched refs:PCI_CONF_MAX_L (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/io/igb/
H A Digb_debug.c146 pci_config_get8(handle, PCI_CONF_MAX_L)); in pci_dump()
/titanic_50/usr/src/uts/common/sys/
H A Dpci.h67 #define PCI_CONF_MAX_L 0x3f /* maximum grant, 1 byte */ macro
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c453 pci_config_get8(handle, PCI_CONF_MAX_L)); in pciconfig_dump()
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c271 pci_config_get8(handle, PCI_CONF_MAX_L)); in ixgbe_pci_dump()
/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3614 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 Dpcicfg.c455 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 Dpcicfg.c484 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 Dqlge_dbg.c697 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 Ddb21554.c1650 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 Dpci_boot.c1992 uchar_t maxlatency = pci_getb(bus, dev, func, PCI_CONF_MAX_L); in process_devfunc()