OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icp_ccb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
icpvar.h
69
struct
icp_ccb
{
struct
70
SIMPLEQ_ENTRY(
icp_ccb
) ic_chain;
82
void (*ic_intr)(struct
icp_ccb
*);
144
struct
icp_ccb
*icp_ccbs;
149
SIMPLEQ_HEAD(,
icp_ccb
) icp_ccb_freelist;
150
SIMPLEQ_HEAD(,
icp_ccb
) icp_ccb_queue;
151
SIMPLEQ_HEAD(,
icp_ccb
) icp_ucmd_queue;
154
struct
icp_ccb
*icp_ucmd_ccb;
159
void (*icp_copy_cmd)(struct icp_softc *, struct
icp_ccb
*);
163
struct
icp_ccb
*);
[
all
...]
icpvar.h
69
struct
icp_ccb
{
struct
70
SIMPLEQ_ENTRY(
icp_ccb
) ic_chain;
82
void (*ic_intr)(struct
icp_ccb
*);
144
struct
icp_ccb
*icp_ccbs;
149
SIMPLEQ_HEAD(,
icp_ccb
) icp_ccb_freelist;
150
SIMPLEQ_HEAD(,
icp_ccb
) icp_ccb_queue;
151
SIMPLEQ_HEAD(,
icp_ccb
) icp_ucmd_queue;
154
struct
icp_ccb
*icp_ucmd_ccb;
159
void (*icp_copy_cmd)(struct icp_softc *, struct
icp_ccb
*);
163
struct
icp_ccb
*);
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025