Lines Matching refs:targ_cmd_descr
55 struct targ_cmd_descr { struct
57 TAILQ_ENTRY(targ_cmd_descr) tqe; argument
66 TAILQ_HEAD(descr_queue, targ_cmd_descr); argument
134 struct targ_cmd_descr *descr,
137 struct targ_cmd_descr *descr);
145 static struct targ_cmd_descr *
496 struct targ_cmd_descr *descr; in targdtor()
525 struct targ_cmd_descr *descr; in targwrite()
554 descr = (struct targ_cmd_descr *)ccb->ccb_h.targ_descr; in targwrite()
583 descr = (struct targ_cmd_descr *) in targwrite()
616 struct targ_cmd_descr *descr, *next_descr; in targstart()
650 targusermerge(struct targ_softc *softc, struct targ_cmd_descr *descr, in targusermerge()
684 struct targ_cmd_descr *ab_descr; in targusermerge()
686 ab_descr = (struct targ_cmd_descr *)ccb_h->targ_descr; in targusermerge()
708 struct targ_cmd_descr *descr) in targsendccb()
800 struct targ_cmd_descr *user_descr; in targread()
839 struct targ_cmd_descr *descr; in targread()
844 descr = (struct targ_cmd_descr *)ccb_h->targ_descr; in targread()
901 struct targ_cmd_descr *descr; in targreturnccb()
907 descr = (struct targ_cmd_descr *)ccb->ccb_h.targ_descr; in targreturnccb()
993 static struct targ_cmd_descr *
996 struct targ_cmd_descr *descr; in targgetdescr()
1027 struct targ_cmd_descr *descr; in abort_all_pending()