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

/freebsd-12-stable/sys/dev/firewire/
H A Dsbp.c77 #define SBP_QUEUE_LEN ((SBP_DMA_SIZE - SBP_LOGIN_SIZE) / sizeof(struct sbp_ocb))
142 struct sbp_ocb { struct
143 STAILQ_ENTRY(sbp_ocb) ocb;
188 struct sbp_ocb *ocb;
189 STAILQ_HEAD(, sbp_ocb) ocbs;
190 STAILQ_HEAD(, sbp_ocb) free_ocbs;
191 struct sbp_ocb *last_ocb;
205 struct sbp_ocb *mgm_ocb_cur;
206 STAILQ_HEAD(, sbp_ocb) mgm_ocb_queue;
235 static void sbp_orb_pointer (struct sbp_dev *, struct sbp_ocb *);
[all...]

Completed in 114 milliseconds