Home
last modified time | relevance | path

Searched refs:twe (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/sys/dev/pci/
H A Dld_twe.c97 struct twe_softc *twe = device_private(parent); in ld_twe_attach() local
98 struct twe_drive *td = &twe->sc_units[twea->twea_unit]; in ld_twe_attach()
106 twe_register_callbacks(twe, twea->twea_unit, &ld_twe_callbacks); in ld_twe_attach()
113 ld->sc_maxqueuecnt = twe->sc_openings; in ld_twe_attach()
140 error = twe_param_get_1(twe, TWE_PARAM_UNITINFO + twea->twea_unit, in ld_twe_attach()
177 struct twe_softc *twe; in ld_twe_dobio() local
180 twe = device_private(device_parent(sc->sc_ld.sc_dv)); in ld_twe_dobio()
183 if ((ccb = twe_ccb_alloc(twe, flags)) == NULL) in ld_twe_dobio()
202 if ((rv = twe_ccb_map(twe, ccb)) != 0) { in ld_twe_dobio()
203 twe_ccb_free(twe, ccb); in ld_twe_dobio()
[all …]
H A Dtwe.c127 CFATTACH_DECL3_NEW(twe, sizeof(struct twe_softc),
1705 struct twe_softc *twe; in tweopen() local
1707 if ((twe = device_lookup_private(&twe_cd, minor(dev))) == NULL) in tweopen()
1709 if ((twe->sc_flags & TWEF_OPEN) != 0) in tweopen()
1712 twe->sc_flags |= TWEF_OPEN; in tweopen()
1723 struct twe_softc *twe; in tweclose() local
1725 twe = device_lookup_private(&twe_cd, minor(dev)); in tweclose()
1726 twe->sc_flags &= ~TWEF_OPEN; in tweclose()
1744 struct twe_softc *twe; in tweioctl() local
1754 twe = device_lookup_private(&twe_cd, minor(dev)); in tweioctl()
[all …]
H A Dfiles.pci60 device twe {unit = -1}
61 attach twe at pci
62 file dev/pci/twe.c twe
64 attach ld at twe with ld_twe
/netbsd-src/sys/modules/twe/
H A DMakefile7 KMOD= twe
8 IOCONF= twe.ioconf
10 SRCS+= twe.c
H A Dtwe.ioconf1 # $NetBSD: twe.ioconf,v 1.1 2016/09/27 03:53:09 pgoyette Exp $
3 ioconf twe
10 twe* at pci? dev ? function ?
/netbsd-src/sys/modules/ld_twe/
H A Dld_twe.ioconf8 pseudo-root twe*
10 ld* at twe?
/netbsd-src/sys/conf/
H A Dmajors.storage28 device-major twe char 332 twe
/netbsd-src/sys/arch/arc/conf/
H A Dmajors.arc57 device-major twe char 60 twe
/netbsd-src/sys/arch/or1k/conf/
H A Dmajors.or1k71 device-major twe char 95 twe
/netbsd-src/sys/arch/evbppc/conf/
H A Dmajors.evbppc81 device-major twe char 76 twe
H A DPMPPC216 twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
221 ld* at twe? unit ?
/netbsd-src/sys/arch/alpha/conf/
H A Dmajors.alpha80 device-major twe char 79 twe
/netbsd-src/sys/arch/powerpc/conf/
H A Dmajors.powerpc85 device-major twe char 76 twe
/netbsd-src/sys/arch/hpcarm/conf/
H A Dmajors.hpcarm106 device-major twe char 109 twe
/netbsd-src/sys/arch/zaurus/conf/
H A Dmajors.zaurus106 device-major twe char 109 twe
/netbsd-src/sys/arch/epoc32/conf/
H A Dmajors.epoc32104 device-major twe char 109 twe
/netbsd-src/sys/arch/aarch64/conf/
H A Dmajors.aarch64105 device-major twe char 109 twe
/netbsd-src/sys/arch/arm/conf/
H A Dmajors.arm32109 device-major twe char 109 twe
/netbsd-src/sys/arch/amd64/conf/
H A Dmajors.amd6492 device-major twe char 97 twe
/netbsd-src/sys/arch/sparc/conf/
H A Dmajors.sparc117 device-major twe char 133 twe
/netbsd-src/sys/arch/sparc64/conf/
H A Dmajors.sparc64114 device-major twe char 133 twe
/netbsd-src/sys/arch/ia64/conf/
H A Dmajors.ia6498 device-major twe char 97 twe
/netbsd-src/sys/arch/i386/conf/
H A Dmajors.i38698 device-major twe char 97 twe
H A DINSTALL_TINY322 #twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
327 #ld* at twe? unit ?
/netbsd-src/sys/modules/
H A DMakefile514 SUBDIR+= twe

12