/titanic_41/usr/src/uts/sun4v/io/px/ |
H A D | px_libhv.c | 116 (void) hvio_config_get(dev_hdl, bdf, offset + PCIE_DEVCTL, in hvio_rp_mps() 123 (void) hvio_config_put(dev_hdl, bdf, offset + PCIE_DEVCTL, in hvio_rp_mps()
|
/titanic_41/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 600 reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_initchild() 606 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, tmp16); in pcie_initchild() 607 PCIE_DBG_CAP(cdip, bus_p, "DEVCTL", 16, PCIE_DEVCTL, reg16); in pcie_initchild() 1376 if ((reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL)) != in pcie_enable_errors() 1384 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, tmp16); in pcie_enable_errors() 1385 PCIE_DBG_CAP(dip, bus_p, "DEVCTL", 16, PCIE_DEVCTL, reg16); in pcie_enable_errors() 1520 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_enable_ce() 1521 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, in pcie_enable_ce() 1523 PCIE_DBG_CAP(dip, bus_p, "DEVCTL", 16, PCIE_DEVCTL, device_ctl); in pcie_enable_ce() 1542 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_disable_errors() [all …]
|
H A D | pcieb.c | 300 cdip_dev_ctrl = PCIE_CAP_GET(16, cdip_bus_p, PCIE_DEVCTL); in pcieb_41210_mps_wkrnd() 329 PCIE_DEVCTL); in pcieb_41210_mps_wkrnd() 347 PCI_CAP_PUT16(cfg_hdl, NULL, cap_ptr, PCIE_DEVCTL, in pcieb_41210_mps_wkrnd()
|
H A D | pcie_fault.c | 572 pcie_regs->pcie_err_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pf_pcie_regs_gather()
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 114 #define PCI_EXP_DEVCTL PCIE_DEVCTL
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_os.h | 204 #define PCIE_DEVCTL 0x08 /* Device Control */
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 245 pci_config_get16(handle, offset + PCIE_DEVCTL)); in pci_dump()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pcie.h | 43 #define PCIE_DEVCTL 0x08 /* Device Control */ macro
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 372 pci_config_get16(handle, offset + PCIE_DEVCTL)); in ixgbe_pci_dump()
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 522 pci_config_get16(handle, offset + PCIE_DEVCTL)); in pciconfig_dump()
|
/titanic_41/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 3973 PCIE_DEVCTL); in pcicfg_disable_bridge_probe_err() 3978 PCI_CAP_PUT16(h, NULL, cap_ptr, PCIE_DEVCTL, devctl); in pcicfg_disable_bridge_probe_err() 3996 pci_config_put16(h, regs->pcie_cap_off + PCIE_DEVCTL, in pcicfg_enable_bridge_probe_err()
|
/titanic_41/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 4839 val = pci_config_get16(handle, ptr + PCIE_DEVCTL); in myri10ge_set_max_readreq() 4842 pci_config_put16(handle, ptr + PCIE_DEVCTL, val); in myri10ge_set_max_readreq() 4843 val = pci_config_get16(handle, ptr + PCIE_DEVCTL); in myri10ge_set_max_readreq()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 1417 PCIE_DEVCTL)); in emlxs_disable_pcie_ce_err() 1424 PCIE_DEVCTL), in emlxs_disable_pcie_ce_err()
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 1290 pci_offset = 0x80 + PCIE_DEVCTL; in nxge_map_regs()
|