Searched refs:sbp_ocb (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/firewire/
H A Dsbp.c75 #define SBP_QUEUE_LEN ((SBP_DMA_SIZE - SBP_LOGIN_SIZE) / sizeof(struct sbp_ocb))
140 struct sbp_ocb { struct
141 STAILQ_ENTRY(sbp_ocb) ocb;
186 struct sbp_ocb *ocb;
187 STAILQ_HEAD(, sbp_ocb) ocbs;
188 STAILQ_HEAD(, sbp_ocb) free_ocbs;
189 struct sbp_ocb *last_ocb;
203 struct sbp_ocb *mgm_ocb_cur;
204 STAILQ_HEAD(, sbp_ocb) mgm_ocb_queue;
233 static void sbp_orb_pointer (struct sbp_dev *, struct sbp_ocb *);
[all...]

Completed in 39 milliseconds