OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cac_ccb
(Results
1 - 2
of
2
) 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;
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;
Completed in 193 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025