Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dsbp.c75 #define SBP_QUEUE_LEN ((SBP_DMA_SIZE - SBP_LOGIN_SIZE) / sizeof(struct sbp_ocb))
136 struct sbp_ocb { struct
137 STAILQ_ENTRY(sbp_ocb) ocb;
182 struct sbp_ocb *ocb;
183 STAILQ_HEAD(, sbp_ocb) ocbs;
184 STAILQ_HEAD(, sbp_ocb) free_ocbs;
185 struct sbp_ocb *last_ocb;
199 struct sbp_ocb *mgm_ocb_cur;
200 STAILQ_HEAD(, sbp_ocb) mgm_ocb_queue;
229 static void sbp_orb_pointer (struct sbp_dev *, struct sbp_ocb *);
[all …]