OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spc_softc
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
mb89352var.h
119
struct
spc_softc
{
struct
185
void (*sc_dma_start)(struct
spc_softc
*, void *, size_t, int);
186
void (*sc_dma_done)(struct
spc_softc
*);
231
void spc_attach(struct
spc_softc
*);
236
void spc_init(struct
spc_softc
*, int);
237
void spc_sched(struct
spc_softc
*);
mb89352.c
177
void spc_done(struct
spc_softc
*, struct spc_acb *);
178
void spc_dequeue(struct
spc_softc
*, struct spc_acb *);
181
int spc_poll(struct
spc_softc
*, struct scsipi_xfer *, int);
182
integrate void spc_sched_msgout(struct
spc_softc
*, uint8_t);
183
integrate void spc_setsync(struct
spc_softc
*, struct spc_tinfo *);
184
void spc_select(struct
spc_softc
*, struct spc_acb *);
186
void spc_scsi_reset(struct
spc_softc
*);
187
void spc_reset(struct
spc_softc
*);
188
void spc_free_acb(struct
spc_softc
*, struct spc_acb *, int);
189
struct spc_acb* spc_get_acb(struct
spc_softc
*);
[
all
...]
/src/sys/arch/luna68k/dev/
spc.c
60
CFATTACH_DECL_NEW(spc, sizeof(struct
spc_softc
),
87
struct
spc_softc
*sc = device_private(self);
/src/sys/arch/x68k/dev/
spc.c
59
CFATTACH_DECL_NEW(spc_intio, sizeof(struct
spc_softc
),
88
struct
spc_softc
*sc = device_private(self);
/src/sys/arch/hp300/dev/
spc.c
65
static void spc_dio_dmastart(struct
spc_softc
*, void *, size_t, int);
66
static void spc_dio_dmadone(struct
spc_softc
*);
71
struct
spc_softc
sc_spc; /* MI spc softc */
106
struct
spc_softc
*sc = &dsc->sc_spc;
162
spc_dio_dmastart(struct
spc_softc
*sc, void *addr, size_t size, int datain)
183
struct
spc_softc
*sc = &dsc->sc_spc;
241
spc_dio_dmadone(struct
spc_softc
*sc)
290
struct
spc_softc
*sc = &dsc->sc_spc;
/src/sys/dev/pcmcia/
spc_pcmcia.c
54
struct
spc_softc
sc_spc; /* glue to MI code */
106
struct
spc_softc
*spc = &sc->sc_spc;
Completed in 14 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025