Searched refs:ql_pci_config_get8 (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 1043 ha->rev_id = (uint8_t)ql_pci_config_get8(ha, in ql_attach() 1056 if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 2) { in ql_attach() 1110 if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 2) { in ql_attach() 1136 if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 2) { in ql_attach() 1156 if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 4) { in ql_attach() 1283 caps_ptr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR); in ql_attach() 1286 cap = (uint8_t)ql_pci_config_get8(ha, caps_ptr); in ql_attach() 1291 caps_ptr = (uint8_t)ql_pci_config_get8(ha, caps_ptr + in ql_attach() 2101 csr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR) + PCI_PMCSR; in ql_power() 15204 chs.chs_header_type = (uint8_t)ql_pci_config_get8(ha, in ql_save_config_regs() [all …]
|
H A D | ql_xioctl.c | 7866 cap_ptr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR); in ql_get_pci_data() 7871 cap_id = (uint8_t)ql_pci_config_get8(ha, cap_ptr); in ql_get_pci_data() 7876 cap_ptr = (uint8_t)ql_pci_config_get8(ha, in ql_get_pci_data()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 2223 uint8_t ql_pci_config_get8(ql_adapter_state_t *, off_t);
|