Home
last modified time | relevance | path

Searched refs:ioprbs_ccb (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/i2o/
Dioprbsvar.h36 struct ioprbs_ccb { struct
37 TAILQ_ENTRY(ioprbs_ccb) ic_chain;
72 struct ioprbs_ccb sc_ccbs[IOPRBS_MAX_CCBS];
73 TAILQ_HEAD(, ioprbs_ccb) sc_free_ccb, sc_ccbq;
75 TAILQ_HEAD(, ioprbs_ccb) sc_ready;
Dioprbs.c111 void ioprbs_enqueue_ccb(struct ioprbs_softc *, struct ioprbs_ccb *);
112 int ioprbs_exec_ccb(struct ioprbs_ccb *);
113 void ioprbs_free_ccb(struct ioprbs_softc *, struct ioprbs_ccb *);
114 struct ioprbs_ccb *ioprbs_get_ccb(struct ioprbs_softc *, int);
120 int ioprbs_start(struct ioprbs_ccb *);
429 struct ioprbs_ccb *ccb;
585 struct ioprbs_ccb *ccb = im->im_dvcontext; in ioprbs_intr()
848 struct ioprbs_ccb *
853 struct ioprbs_ccb *ccb;
882 struct ioprbs_ccb *ccb;
[all …]