HomeSort by: relevance | last modified time | path
    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