Symbol: ql_pci_config_get8
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1115
ha->rev_id = (uint8_t)ql_pci_config_get8(ha,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1128
if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 2) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1186
if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 2) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1215
if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 2) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1311
if (ql_pci_config_get8(ha, PCI_CONF_IPIN) == 4) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1450
caps_ptr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1453
cap = (uint8_t)ql_pci_config_get8(ha, caps_ptr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1458
caps_ptr = (uint8_t)ql_pci_config_get8(ha, caps_ptr +
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16328
chs.chs_header_type = (uint8_t)ql_pci_config_get8(ha,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16331
chs.chs_bridge_control = (uint8_t)ql_pci_config_get8(ha,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16335
chs.chs_cache_line_size = (uint8_t)ql_pci_config_get8(ha,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16338
chs.chs_latency_timer = (uint8_t)ql_pci_config_get8(ha,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16342
chs.chs_sec_latency_timer = (uint8_t)ql_pci_config_get8(ha,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19202
cptr = ql_pci_config_get8(ha, PCI_CONF_CAP_PTR);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19205
if (ql_pci_config_get8(ha, cptr) == cap_id) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19208
cptr = ql_pci_config_get8(ha, cptr + PCI_CAP_NEXT_PTR);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22749
*bp++ = ql_pci_config_get8(ha, addr++);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2345
csr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR) + PCI_PMCSR;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8349
cap_ptr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8354
cap_id = (uint8_t)ql_pci_config_get8(ha, cap_ptr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8359
cap_ptr = (uint8_t)ql_pci_config_get8(ha,
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
2524
uint8_t ql_pci_config_get8(ql_adapter_state_t *, off_t);