OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mesh_scb
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/macppc/dev/
mesh.c
82
struct
mesh_scb
{
struct
83
TAILQ_ENTRY(
mesh_scb
) chain;
118
struct
mesh_scb
*sc_nexus; /* current command */
125
TAILQ_HEAD(,
mesh_scb
) free_scb;
126
TAILQ_HEAD(,
mesh_scb
) ready_scb;
127
struct
mesh_scb
sc_scb[16];
142
static void mesh_error(struct mesh_softc *, struct
mesh_scb
*, int, int);
143
static void mesh_select(struct mesh_softc *, struct
mesh_scb
*);
144
static void mesh_identify(struct mesh_softc *, struct
mesh_scb
*);
145
static void mesh_command(struct mesh_softc *, struct
mesh_scb
*);
[
all
...]
Completed in 136 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025