/netbsd-src/sys/dev/pci/ |
H A D | ld_twe.c | 97 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 D | twe.c | 127 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 D | files.pci | 60 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 D | Makefile | 7 KMOD= twe 8 IOCONF= twe.ioconf 10 SRCS+= twe.c
|
H A D | twe.ioconf | 1 # $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 D | ld_twe.ioconf | 8 pseudo-root twe* 10 ld* at twe?
|
/netbsd-src/sys/conf/ |
H A D | majors.storage | 28 device-major twe char 332 twe
|
/netbsd-src/sys/arch/arc/conf/ |
H A D | majors.arc | 57 device-major twe char 60 twe
|
/netbsd-src/sys/arch/or1k/conf/ |
H A D | majors.or1k | 71 device-major twe char 95 twe
|
/netbsd-src/sys/arch/evbppc/conf/ |
H A D | majors.evbppc | 81 device-major twe char 76 twe
|
H A D | PMPPC | 216 twe* at pci? dev ? function ? # 3ware Escalade RAID controllers 221 ld* at twe? unit ?
|
/netbsd-src/sys/arch/alpha/conf/ |
H A D | majors.alpha | 80 device-major twe char 79 twe
|
/netbsd-src/sys/arch/powerpc/conf/ |
H A D | majors.powerpc | 85 device-major twe char 76 twe
|
/netbsd-src/sys/arch/hpcarm/conf/ |
H A D | majors.hpcarm | 106 device-major twe char 109 twe
|
/netbsd-src/sys/arch/zaurus/conf/ |
H A D | majors.zaurus | 106 device-major twe char 109 twe
|
/netbsd-src/sys/arch/epoc32/conf/ |
H A D | majors.epoc32 | 104 device-major twe char 109 twe
|
/netbsd-src/sys/arch/aarch64/conf/ |
H A D | majors.aarch64 | 105 device-major twe char 109 twe
|
/netbsd-src/sys/arch/arm/conf/ |
H A D | majors.arm32 | 109 device-major twe char 109 twe
|
/netbsd-src/sys/arch/amd64/conf/ |
H A D | majors.amd64 | 92 device-major twe char 97 twe
|
/netbsd-src/sys/arch/sparc/conf/ |
H A D | majors.sparc | 117 device-major twe char 133 twe
|
/netbsd-src/sys/arch/sparc64/conf/ |
H A D | majors.sparc64 | 114 device-major twe char 133 twe
|
/netbsd-src/sys/arch/ia64/conf/ |
H A D | majors.ia64 | 98 device-major twe char 97 twe
|
/netbsd-src/sys/arch/i386/conf/ |
H A D | majors.i386 | 98 device-major twe char 97 twe
|
H A D | INSTALL_TINY | 322 #twe* at pci? dev ? function ? # 3ware Escalade RAID controllers 327 #ld* at twe? unit ?
|
/netbsd-src/sys/modules/ |
H A D | Makefile | 514 SUBDIR+= twe
|