Lines Matching refs:orb_info
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()
563 static struct orb_info *
568 struct orb_info *orbi; in sbp_targ_get_orb_info()
586 sbp_targ_abort(struct sbp_targ_softc *sc, struct orb_info *orbi) in sbp_targ_abort()
588 struct orb_info *norbi; in sbp_targ_abort()
616 struct orb_info *orbi; in sbp_targ_free_orbi()
622 orbi = (struct orb_info *)xfer->sc; in sbp_targ_free_orbi()
637 sbp_targ_status_FIFO(struct orb_info *orbi, in sbp_targ_status_FIFO()
661 sbp_targ_send_status(struct orb_info *orbi, union ccb *ccb) in sbp_targ_send_status()
665 struct orb_info *norbi; in sbp_targ_send_status()
822 struct orb_info *orbi; in sbp_targ_cam_done()
825 orbi = (struct orb_info *)xfer->sc; in sbp_targ_cam_done()
941 sbp_targ_xfer_buf(struct orb_info *orbi, u_int offset, in sbp_targ_xfer_buf()
986 struct orb_info *orbi; in sbp_targ_pt_done()
990 orbi = (struct orb_info *)xfer->sc; in sbp_targ_pt_done()
1047 static void sbp_targ_xfer_pt(struct orb_info *orbi) in sbp_targ_xfer_pt()
1120 sbp_targ_fetch_pt(struct orb_info *orbi) in sbp_targ_fetch_pt()
1185 struct orb_info *orbi; in sbp_targ_action1()
1422 struct orb_info *orbi; in sbp_targ_cmd_handler()
1427 orbi = (struct orb_info *)xfer->sc; in sbp_targ_cmd_handler()
1575 struct orb_info *orbi; in sbp_targ_mgm_handler()
1578 orbi = (struct orb_info *)xfer->sc; in sbp_targ_mgm_handler()
1690 struct orb_info *orbi; in sbp_targ_pointer_handler()
1693 orbi = (struct orb_info *)xfer->sc; in sbp_targ_pointer_handler()
1718 struct orb_info *orbi; in sbp_targ_fetch_orb()
1722 orbi = malloc(sizeof(struct orb_info), M_SBP_TARG, M_NOWAIT | M_ZERO); in sbp_targ_fetch_orb()