Home
last modified time | relevance | path

Searched refs:sc_isp_type (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/dev/pci/
H A Dqlw_pci.c169 sc->sc_isp_type = QLW_ISP1020; in qlw_pci_attach()
172 sc->sc_isp_type = QLW_ISP1020A; in qlw_pci_attach()
175 sc->sc_isp_type = QLW_ISP1040; in qlw_pci_attach()
178 sc->sc_isp_type = QLW_ISP1040A; in qlw_pci_attach()
181 sc->sc_isp_type = QLW_ISP1040B; in qlw_pci_attach()
185 sc->sc_isp_type = QLW_ISP1040C; in qlw_pci_attach()
197 sc->sc_isp_type = QLW_ISP1240; in qlw_pci_attach()
204 sc->sc_isp_type = QLW_ISP1080; in qlw_pci_attach()
211 sc->sc_isp_type = QLW_ISP1280; in qlw_pci_attach()
218 sc->sc_isp_type = QLW_ISP10160; in qlw_pci_attach()
[all …]
H A Dqla_pci.c157 sc->sc_isp_type = QLA_ISP2100; in qla_pci_attach()
162 sc->sc_isp_type = QLA_ISP2200; in qla_pci_attach()
166 sc->sc_isp_type = QLA_ISP2300; in qla_pci_attach()
172 sc->sc_isp_type = QLA_ISP2312; in qla_pci_attach()
178 sc->sc_isp_type = QLA_ISP2322; in qla_pci_attach()
H A Dqle.c161 enum qle_isp_type sc_isp_type; member
410 sc->sc_isp_type = QLE_ISP2422; in qle_attach()
414 sc->sc_isp_type = QLE_ISP2432; in qle_attach()
418 sc->sc_isp_type = QLE_ISP2512; in qle_attach()
422 sc->sc_isp_type = QLE_ISP2522; in qle_attach()
426 sc->sc_isp_type = QLE_ISP2532; in qle_attach()
/openbsd/sys/dev/sbus/
H A Dqla_sbus.c115 sc->sc_isp_type = QLA_ISP2200; in qla_sbus_attach()
120 sc->sc_isp_type = QLA_ISP2300; in qla_sbus_attach()
125 sc->sc_isp_type = QLA_ISP2312; in qla_sbus_attach()
H A Dqlw_sbus.c120 sc->sc_isp_type = QLW_ISP1000; in qlw_sbus_attach()
/openbsd/sys/dev/ic/
H A Dqlwvar.h99 enum qlw_isp_type sc_isp_type; member
H A Dqlavar.h129 enum qla_isp_type sc_isp_type; member
H A Dqlw.c294 if (sc->sc_isp_type == QLW_ISP1040A) in qlw_attach()
H A Dqla.c464 if (sc->sc_isp_type != QLA_ISP2322) in qla_attach()