Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcifm.h95 uint16_t pcix_command; /* pcix command register */ member
H A Dpcie_impl.h208 uint16_t pcix_command; /* pcix command register */ member
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fabric.c215 FAB_LOOKUP(16, "pcix_command", &data->pcix_command); in fab_pci_fabric_to_data()
500 (void) nvlist_add_uint8(erpt, PCIX_COMMAND, data->pcix_command); in fab_prep_pcix_erpt()
545 data->pcix_command); in fab_send_pcix_ecc_erpt()
565 data->pcix_command); in fab_send_pcix_ecc_erpt()
H A Dfabric-xlate.h91 uint16_t pcix_command; /* pcix command register */ member
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c597 uint16_t pcix_command; local
600 pcix_command = pci_config_get16(confhdl, cap_ptr + PCI_PCIX_COMMAND);
602 if (((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_1) ||
603 ((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_2))
H A Dpcifm.c179 pcix_regs->pcix_command = pci_config_get16(erpt_p->pe_hdl, in pcix_regs_gather()
829 pcix_regs->pcix_command, in pcix_ecc_error_report()
860 pcix_regs->pcix_command, in pcix_ecc_error_report()
958 pcix_regs->pcix_command, PCIX_STATUS, in pcix_error_report()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-regs.h1238 u16 pcix_command; // 0x62 member
1300 u16 pcix_command; // 0x62 member
1361 u16 pcix_command; // 0x62
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c2232 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), &cmd); in __hal_device_pci_init()
2235 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), cmd); in __hal_device_pci_init()
2242 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), in __hal_device_pci_init()
2247 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), in __hal_device_pci_init()
2255 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), in __hal_device_pci_init()
2260 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), in __hal_device_pci_init()
2266 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), &cmd); in __hal_device_pci_init()
2272 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), &cmd); in __hal_device_pci_init()
2275 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), cmd); in __hal_device_pci_init()
H A Dxgehal-mgmtaux.c1229 __HAL_AUX_ENTRY("pcix_command", pci_config.pcix_command, "0x%04X"); in xge_hal_aux_pci_config_read()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c590 pcix_regs->pcix_command = PCIX_CAP_GET(16, bus_p, in pf_pcix_regs_gather()
2870 PCIX_ERR_REG(pfd_p)->pcix_command, in pf_send_ereport()
3267 PCIX_ERR_REG(pfd_p)->pcix_command = 0; in pf_reset_pfd()