Symbol: orb_info
sys/dev/firewire/sbp_targ.c
1047
static void sbp_targ_xfer_pt(struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
111
STAILQ_HEAD(, orb_info) orbs;
sys/dev/firewire/sbp_targ.c
1120
sbp_targ_fetch_pt(struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
1185
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1422
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1427
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1575
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1578
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1690
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1693
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1718
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1722
orbi = malloc(sizeof(struct orb_info), M_SBP_TARG, M_NOWAIT | M_ZERO);
sys/dev/firewire/sbp_targ.c
222
STAILQ_ENTRY(orb_info) link;
sys/dev/firewire/sbp_targ.c
238
static void sbp_targ_xfer_pt(struct orb_info *);
sys/dev/firewire/sbp_targ.c
239
static void sbp_targ_abort(struct sbp_targ_softc *, struct orb_info *);
sys/dev/firewire/sbp_targ.c
264
struct orb_info *orbi, *next;
sys/dev/firewire/sbp_targ.c
537
sbp_targ_remove_orb_info_locked(struct sbp_targ_login *login, struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
539
STAILQ_REMOVE(&login->orbs, orbi, orb_info, link);
sys/dev/firewire/sbp_targ.c
543
sbp_targ_remove_orb_info(struct sbp_targ_login *login, struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
546
STAILQ_REMOVE(&login->orbs, orbi, orb_info, link);
sys/dev/firewire/sbp_targ.c
563
static struct orb_info *
sys/dev/firewire/sbp_targ.c
568
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
586
sbp_targ_abort(struct sbp_targ_softc *sc, struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
588
struct orb_info *norbi;
sys/dev/firewire/sbp_targ.c
616
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
622
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
637
sbp_targ_status_FIFO(struct orb_info *orbi,
sys/dev/firewire/sbp_targ.c
661
sbp_targ_send_status(struct orb_info *orbi, union ccb *ccb)
sys/dev/firewire/sbp_targ.c
665
struct orb_info *norbi;
sys/dev/firewire/sbp_targ.c
822
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
825
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
941
sbp_targ_xfer_buf(struct orb_info *orbi, u_int offset,
sys/dev/firewire/sbp_targ.c
986
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
990
orbi = (struct orb_info *)xfer->sc;