Searched refs:ql_pci_config_get8 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 1115 ha->rev_id = (uint8_t)ql_pci_config_get8(ha, in ql_attach() 1128 if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 2) { in ql_attach() 1186 if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 2) { in ql_attach() 1215 if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 2) { in ql_attach() 1311 if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 4) { in ql_attach() 1450 caps_ptr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR); in ql_attach() 1453 cap = (uint8_t)ql_pci_config_get8(ha, caps_ptr); in ql_attach() 1458 caps_ptr = (uint8_t)ql_pci_config_get8(ha, caps_ptr + in ql_attach() 2345 csr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR) + PCI_PMCSR; in ql_power() 16328 chs.chs_header_type = (uint8_t)ql_pci_config_get8(ha, in ql_save_config_regs() [all …]
|
H A D | ql_xioctl.c | 8349 cap_ptr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR); in ql_get_pci_data() 8354 cap_id = (uint8_t)ql_pci_config_get8(ha, cap_ptr); in ql_get_pci_data() 8359 cap_ptr = (uint8_t)ql_pci_config_get8(ha, in ql_get_pci_data()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 2524 uint8_t ql_pci_config_get8(ql_adapter_state_t *, off_t);
|