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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcifm.h95 uint16_t pcix_command; /* pcix command register */ member in struct:pcix_error_regs
H A Dpcie_impl.h204 uint16_t pcix_command; /* pcix command register */ member in struct:pf_pcix_err_regs
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.h78 uint16_t pcix_command; /* pcix command register */ member in struct:fab_data
H A Dfx_fabric.c212 FAB_LOOKUP(16, "pcix_command", &data->pcix_command);
447 (void) nvlist_add_uint8(erpt, PCIX_COMMAND, data->pcix_command);
492 data->pcix_command);
512 data->pcix_command);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsunpci.c695 uint16_t pcix_command; local
698 pcix_command = pci_config_get16(confhdl, cap_ptr + PCI_PCIX_COMMAND);
700 if (((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_1) ||
701 ((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_2))
H A Dpcifm.c175 pcix_regs->pcix_command = pci_config_get16(erpt_p->pe_hdl,
825 pcix_regs->pcix_command,
856 pcix_regs->pcix_command,
954 pcix_regs->pcix_command, PCIX_STATUS,
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-regs.h1238 u16 pcix_command; // 0x62 member in struct:xge_hal_pci_config_le_t
1300 u16 pcix_command; // 0x62 member in struct:xge_hal_pci_config_t
1361 u16 pcix_command; // 0x62
/opensolaris-onvv-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);
2235 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), cmd);
2242 xge_offsetof(xge_hal_pci_config_le_t, pcix_command),
2247 xge_offsetof(xge_hal_pci_config_le_t, pcix_command),
2255 xge_offsetof(xge_hal_pci_config_le_t, pcix_command),
2260 xge_offsetof(xge_hal_pci_config_le_t, pcix_command),
2266 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), &cmd);
2272 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), &cmd);
2275 xge_offsetof(xge_hal_pci_config_le_t, pcix_command), cmd);
H A Dxgehal-mgmtaux.c1229 __HAL_AUX_ENTRY("pcix_command", pci_config.pcix_command, "0x%04X");
/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c555 pcix_regs->pcix_command = PCIX_CAP_GET(16, bus_p,
2751 "pcix_command", DATA_TYPE_UINT16,
2752 PCIX_ERR_REG(pfd_p)->pcix_command,
3135 PCIX_ERR_REG(pfd_p)->pcix_command = 0;

Completed in 211 milliseconds