Home
last modified time | relevance | path

Searched defs:schp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsiisata.c267 struct siisata_channel *schp; in siisata_init_port() local
297 struct siisata_channel *schp; in siisata_attach_port() local
429 struct siisata_channel *schp; in siisata_detach() local
480 struct siisata_channel *schp = &sc->sc_channels[port]; in siisata_resume() local
508 siisata_intr_port(struct siisata_channel *schp) in siisata_intr_port()
628 struct siisata_channel *schp = (struct siisata_channel *)chp; in siisata_channel_recover() local
669 struct siisata_channel *schp = (struct siisata_channel *)chp; in siisata_reset_drive() local
753 struct siisata_channel *schp = (struct siisata_channel *)chp; in siisata_reset_channel() local
797 struct siisata_channel *schp = (struct siisata_channel *)chp; in siisata_probe_drive() local
961 struct siisata_channel *schp = (struct siisata_channel *)chp; in siisata_cmd_start() local
[all …]
H A Dsiisatavar.h112 #define SIISATA_PRB_SYNC(sc, schp, slot, op) bus_dmamap_sync((sc)->sc_dmat, \ argument