Searched refs:pcix_command (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | pcifm.h | 95 uint16_t pcix_command; /* pcix command register */ member
|
H A D | pcie_impl.h | 204 uint16_t pcix_command; /* pcix command register */ member
|
/titanic_41/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_fabric.c | 212 FAB_LOOKUP(16, "pcix_command", &data->pcix_command); in fab_pci_fabric_to_data() 447 (void) nvlist_add_uint8(erpt, PCIX_COMMAND, data->pcix_command); in fab_prep_pcix_erpt() 492 data->pcix_command); in fab_send_pcix_ecc_erpt() 512 data->pcix_command); in fab_send_pcix_ecc_erpt()
|
H A D | fabric-xlate.h | 78 uint16_t pcix_command; /* pcix command register */ member
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunpci.c | 695 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 D | pcifm.c | 175 pcix_regs->pcix_command = pci_config_get16(erpt_p->pe_hdl, in pcix_regs_gather() 825 pcix_regs->pcix_command, in pcix_ecc_error_report() 856 pcix_regs->pcix_command, in pcix_ecc_error_report() 954 pcix_regs->pcix_command, PCIX_STATUS, in pcix_error_report()
|
/titanic_41/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-regs.h | 1238 u16 pcix_command; // 0x62 member 1300 u16 pcix_command; // 0x62 member 1361 u16 pcix_command; // 0x62
|
/titanic_41/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device.c | 2232 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 D | xgehal-mgmtaux.c | 1229 __HAL_AUX_ENTRY("pcix_command", pci_config.pcix_command, "0x%04X"); in xge_hal_aux_pci_config_read()
|
/titanic_41/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 555 pcix_regs->pcix_command = PCIX_CAP_GET(16, bus_p, in pf_pcix_regs_gather() 2752 PCIX_ERR_REG(pfd_p)->pcix_command, in pf_send_ereport() 3135 PCIX_ERR_REG(pfd_p)->pcix_command = 0; in pf_reset_pfd()
|