Home
last modified time | relevance | path

Searched refs:targ_descr (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/examples/scsi_target/
H A Dscsi_target.c386 atio->ccb_h.targ_descr = a_descr; in init_ccbs()
465 ctio->ccb_h.targ_descr; in request_loop()
570 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in handle_read()
592 c_descr = (struct ctio_descr *)ctio->ccb_h.targ_descr; in handle_read()
626 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in work_atio()
638 c_descr = (struct ctio_descr *)ctio->ccb_h.targ_descr; in work_atio()
694 c_descr = (struct ctio_descr *)ctio->ccb_h.targ_descr; in queue_io()
698 ioq = &((struct atio_descr *)c_descr->atio->ccb_h.targ_descr)->cmplt_io; in queue_io()
707 (struct ctio_descr *)ccb_h->targ_descr; in queue_io()
734 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in run_queue()
[all …]
H A Dscsi_cmds.c143 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in tcmd_handle()
299 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in tcmd_inquiry()
380 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in tcmd_req_sense()
414 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in tcmd_rd_cap()
445 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in tcmd_rd_cap16()
477 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in tcmd_rdwr()
478 c_descr = (struct ctio_descr *)ctio->ccb_h.targ_descr; in tcmd_rdwr()
516 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in tcmd_rdwr_decode()
587 a_descr = (struct atio_descr *)atio->ccb_h.targ_descr; in start_io()
588 c_descr = (struct ctio_descr *)ctio->ccb_h.targ_descr; in start_io()
[all …]
H A Dscsi_target.h49 #define targ_descr periph_priv.entries[1].ptr macro
/freebsd/sys/cam/scsi/
H A Dscsi_target.c64 #define targ_descr periph_priv.entries[1].ptr macro
554 descr = (struct targ_cmd_descr *)ccb->ccb_h.targ_descr; in targwrite()
584 ccb->ccb_h.targ_descr; in targwrite()
686 ab_descr = (struct targ_cmd_descr *)ccb_h->targ_descr; in targusermerge()
725 ccb_h->targ_descr = descr; in targsendccb()
844 descr = (struct targ_cmd_descr *)ccb_h->targ_descr; in targread()
907 descr = (struct targ_cmd_descr *)ccb->ccb_h.targ_descr; in targreturnccb()
956 ccb->ccb_h.targ_descr = targgetdescr(softc); in targgetccb()
957 if (ccb->ccb_h.targ_descr == NULL) { in targgetccb()
968 ccb->ccb_h.targ_descr)); in targfreeccb()
[all …]