OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpii_ccb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
mpii.c
134
struct
mpii_ccb
{
struct
156
void (*ccb_done)(struct
mpii_ccb
*);
159
SIMPLEQ_ENTRY(
mpii_ccb
) ccb_link;
162
SIMPLEQ_HEAD(mpii_ccb_list,
mpii_ccb
);
214
struct
mpii_ccb
*sc_ccbs;
267
static void mpii_scsi_cmd_done(struct
mpii_ccb
*);
274
static struct
mpii_ccb
*mpii_get_ccb(struct mpii_softc *);
275
static void mpii_put_ccb(struct mpii_softc *, struct
mpii_ccb
*);
283
static void mpii_scsi_cmd_tmo_done(struct
mpii_ccb
*);
290
static void mpii_start(struct mpii_softc *, struct
mpii_ccb
*);
[
all
...]
mpii.c
134
struct
mpii_ccb
{
struct
156
void (*ccb_done)(struct
mpii_ccb
*);
159
SIMPLEQ_ENTRY(
mpii_ccb
) ccb_link;
162
SIMPLEQ_HEAD(mpii_ccb_list,
mpii_ccb
);
214
struct
mpii_ccb
*sc_ccbs;
267
static void mpii_scsi_cmd_done(struct
mpii_ccb
*);
274
static struct
mpii_ccb
*mpii_get_ccb(struct mpii_softc *);
275
static void mpii_put_ccb(struct mpii_softc *, struct
mpii_ccb
*);
283
static void mpii_scsi_cmd_tmo_done(struct
mpii_ccb
*);
290
static void mpii_start(struct mpii_softc *, struct
mpii_ccb
*);
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025