Home
last modified time | relevance | path

Searched refs:chs_p (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c708 pci_config_header_state_t *chs_p; local
758 chs_p = (pci_config_header_state_t *)regbuf;
760 chs_p->chs_command);
761 if ((chs_p->chs_header_type & PCI_HEADER_TYPE_M) ==
764 chs_p->chs_bridge_control);
767 chs_p->chs_cache_line_size);
769 chs_p->chs_latency_timer);
770 if ((chs_p->chs_header_type & PCI_HEADER_TYPE_M) ==
773 chs_p->chs_sec_latency_timer);
775 pci_config_put32(confhdl, PCI_CONF_BASE0, chs_p->chs_base0);
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16373 ql_config_space_t *chs_p; in ql_restore_config_regs() local
16388 (uchar_t **)&chs_p, &elements) != DDI_PROP_SUCCESS) { in ql_restore_config_regs()
16397 chs_p->chs_bridge_control); in ql_restore_config_regs()
16401 chs_p->chs_cache_line_size); in ql_restore_config_regs()
16404 chs_p->chs_latency_timer); in ql_restore_config_regs()
16408 chs_p->chs_sec_latency_timer); in ql_restore_config_regs()
16411 ql_pci_config_put32(ha, PCI_CONF_BASE0, chs_p->chs_base0); in ql_restore_config_regs()
16412 ql_pci_config_put32(ha, PCI_CONF_BASE1, chs_p->chs_base1); in ql_restore_config_regs()
16413 ql_pci_config_put32(ha, PCI_CONF_BASE2, chs_p->chs_base2); in ql_restore_config_regs()
16414 ql_pci_config_put32(ha, PCI_CONF_BASE3, chs_p->chs_base3); in ql_restore_config_regs()
[all …]