Symbol: orb_info
sys/dev/firewire/sbp_targ.c
1026
static void sbp_targ_xfer_pt(struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
1099
sbp_targ_fetch_pt(struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
112
STAILQ_HEAD(, orb_info) orbs;
sys/dev/firewire/sbp_targ.c
1164
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1393
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1398
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1546
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1549
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1661
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1664
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1689
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
1693
orbi = malloc(sizeof(struct orb_info), M_SBP_TARG, M_NOWAIT | M_ZERO);
sys/dev/firewire/sbp_targ.c
223
STAILQ_ENTRY(orb_info) link;
sys/dev/firewire/sbp_targ.c
239
static void sbp_targ_xfer_pt(struct orb_info *);
sys/dev/firewire/sbp_targ.c
240
static void sbp_targ_abort(struct sbp_targ_softc *, struct orb_info *);
sys/dev/firewire/sbp_targ.c
267
struct orb_info *orbi, *next;
sys/dev/firewire/sbp_targ.c
534
sbp_targ_remove_orb_info_locked(struct sbp_targ_login *login, struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
536
STAILQ_REMOVE(&login->orbs, orbi, orb_info, link);
sys/dev/firewire/sbp_targ.c
540
sbp_targ_remove_orb_info(struct sbp_targ_login *login, struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
543
STAILQ_REMOVE(&login->orbs, orbi, orb_info, link);
sys/dev/firewire/sbp_targ.c
560
static struct orb_info *
sys/dev/firewire/sbp_targ.c
565
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
583
sbp_targ_abort(struct sbp_targ_softc *sc, struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
585
struct orb_info *norbi;
sys/dev/firewire/sbp_targ.c
613
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
619
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
634
sbp_targ_status_FIFO(struct orb_info *orbi,
sys/dev/firewire/sbp_targ.c
658
sbp_targ_send_status(struct orb_info *orbi, union ccb *ccb)
sys/dev/firewire/sbp_targ.c
662
struct orb_info *norbi;
sys/dev/firewire/sbp_targ.c
801
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
804
orbi = (struct orb_info *)xfer->sc;
sys/dev/firewire/sbp_targ.c
920
sbp_targ_xfer_buf(struct orb_info *orbi, u_int offset,
sys/dev/firewire/sbp_targ.c
965
struct orb_info *orbi;
sys/dev/firewire/sbp_targ.c
969
orbi = (struct orb_info *)xfer->sc;