OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cac_ccb
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
cacvar.h
71
struct
cac_ccb
;
79
struct
cac_ccb
{
struct
90
SIMPLEQ_ENTRY(
cac_ccb
) ccb_chain;
99
struct
cac_ccb
*(*cl_completed)(struct cac_softc *);
103
void (*cl_submit)(struct cac_softc *, struct
cac_ccb
*);
118
SIMPLEQ_HEAD(,
cac_ccb
) sc_ccb_free;
119
SIMPLEQ_HEAD(,
cac_ccb
) sc_ccb_queue;
cac.c
67
static struct
cac_ccb
*cac_ccb_alloc(struct cac_softc *, int);
68
static void cac_ccb_done(struct cac_softc *, struct
cac_ccb
*);
69
static void cac_ccb_free(struct cac_softc *, struct
cac_ccb
*);
70
static int cac_ccb_poll(struct cac_softc *, struct
cac_ccb
*, int);
71
static int cac_ccb_start(struct cac_softc *, struct
cac_ccb
*);
75
static struct
cac_ccb
*cac_l0_completed(struct cac_softc *);
79
static void cac_l0_submit(struct cac_softc *, struct
cac_ccb
*);
107
struct
cac_ccb
*ccb;
118
size = sizeof(struct
cac_ccb
) * CAC_MAX_CCBS;
151
ccb = (struct
cac_ccb
*)sc->sc_ccbs
[
all
...]
/src/sys/dev/eisa/
cac_eisa.c
88
static struct
cac_ccb
*cac_eisa_l0_completed(struct cac_softc *);
92
static void cac_eisa_l0_submit(struct cac_softc *, struct
cac_ccb
*);
243
cac_eisa_l0_submit(struct cac_softc *sc, struct
cac_ccb
*ccb)
256
sizeof(struct
cac_ccb
), BUS_DMASYNC_PREWRITE | BUS_DMASYNC_PREREAD);
264
static struct
cac_ccb
*
267
struct
cac_ccb
*ccb;
284
ccb = (struct
cac_ccb
*)((char *)sc->sc_ccbs + off);
286
bus_dmamap_sync(sc->sc_dmat, sc->sc_dmamap, off, sizeof(struct
cac_ccb
),
/src/sys/dev/pci/
cac_pci.c
57
static struct
cac_ccb
*cac_pci_l0_completed(struct cac_softc *);
61
static void cac_pci_l0_submit(struct cac_softc *, struct
cac_ccb
*);
231
cac_pci_l0_submit(struct cac_softc *sc, struct
cac_ccb
*ccb)
236
sizeof(struct
cac_ccb
), BUS_DMASYNC_PREWRITE | BUS_DMASYNC_PREREAD);
240
static struct
cac_ccb
*
243
struct
cac_ccb
*ccb;
256
ccb = (struct
cac_ccb
*)((char *)sc->sc_ccbs + off);
258
bus_dmamap_sync(sc->sc_dmat, sc->sc_dmamap, off, sizeof(struct
cac_ccb
),
Completed in 30 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025