Searched refs:orb_info (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | sbp_targ.c | 111 STAILQ_HEAD(, orb_info) orbs; 202 struct orb_info { struct 222 STAILQ_ENTRY(orb_info) link; argument 238 static void sbp_targ_xfer_pt(struct orb_info *); argument 239 static void sbp_targ_abort(struct sbp_targ_softc *, struct orb_info *); 264 struct orb_info *orbi, *next; in sbp_targ_dealloc_login() 537 sbp_targ_remove_orb_info_locked(struct sbp_targ_login *login, struct orb_info *orbi) in sbp_targ_remove_orb_info_locked() 539 STAILQ_REMOVE(&login->orbs, orbi, orb_info, link); in sbp_targ_remove_orb_info_locked() 543 sbp_targ_remove_orb_info(struct sbp_targ_login *login, struct orb_info *orbi) in sbp_targ_remove_orb_info() 546 STAILQ_REMOVE(&login->orbs, orbi, orb_info, link); in sbp_targ_remove_orb_info() [all …]
|