Home
last modified time | relevance | path

Searched refs:XPT_ACCEPT_TARGET_IO (Results 1 – 13 of 13) sorted by relevance

/freebsd/share/examples/scsi_target/
H A Dscsi_target.c381 atio->ccb_h.func_code = XPT_ACCEPT_TARGET_IO; in init_ccbs()
494 case XPT_ACCEPT_TARGET_IO: in request_loop()
559 case XPT_ACCEPT_TARGET_IO: in handle_read()
903 case XPT_ACCEPT_TARGET_IO: in free_ccb()
/freebsd/sys/cam/scsi/
H A Dscsi_target.c549 case XPT_ACCEPT_TARGET_IO: in targwrite()
780 case XPT_ACCEPT_TARGET_IO: in targdone()
972 case XPT_ACCEPT_TARGET_IO: in targfreeccb()
1138 case XPT_ACCEPT_TARGET_IO: in targccblen()
H A Dscsi_targ_bh.c283 atio->ccb_h.func_code = XPT_ACCEPT_TARGET_IO; in targbhenlun()
533 case XPT_ACCEPT_TARGET_IO: in targbhdone()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.c463 case XPT_ACCEPT_TARGET_IO: /* Accept Host Target Mode CDB */ in ahc_action()
483 if (ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) { in ahc_action()
1201 case XPT_ACCEPT_TARGET_IO: in ahc_abort_ccb()
1218 if (abort_ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) in ahc_abort_ccb()
H A Daic79xx_osm.c481 case XPT_ACCEPT_TARGET_IO: /* Accept Host Target Mode CDB */ in ahd_action()
501 if (ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) { in ahd_action()
1142 case XPT_ACCEPT_TARGET_IO: in ahd_abort_ccb()
1159 if (abort_ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) in ahd_abort_ccb()
/freebsd/sys/cam/ctl/
H A Dscsi_ctl.c526 new_ccb->ccb_h.func_code = XPT_ACCEPT_TARGET_IO; in ctlferegister()
815 KASSERT(atio->ccb_h.func_code == XPT_ACCEPT_TARGET_IO, in ctlfestart()
940 case XPT_ACCEPT_TARGET_IO: in ctlfe_free_ccb()
994 if (ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) in ctlfe_requeue_ccb()
1116 case XPT_ACCEPT_TARGET_IO: { in ctlfedone()
/freebsd/sys/dev/firewire/
H A Dsbp_targ.c898 if (accb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) in sbp_targ_abort_ccb()
1268 case XPT_ACCEPT_TARGET_IO: /* Add Accept Target IO Resource */ in sbp_targ_action1()
1341 case XPT_ACCEPT_TARGET_IO: in sbp_targ_action1()
/freebsd/sys/dev/ocs_fc/
H A Docs_cam.c2330 case XPT_ACCEPT_TARGET_IO: in ocs_action()
2451 case XPT_ACCEPT_TARGET_IO: /* used to inform upper layer of in ocs_action()
2469 if (XPT_ACCEPT_TARGET_IO == ccb->ccb_h.func_code) { in ocs_action()
/freebsd/sys/cam/
H A Dcam_ccb.h238 XPT_ACCEPT_TARGET_IO = 0x32 | XPT_FC_QUEUED | XPT_FC_USER_CCB, enumerator
H A Dcam_xpt.c2663 case XPT_ACCEPT_TARGET_IO: in xpt_action_default()
5516 { XPT_ACCEPT_TARGET_IO, "XPT_ACCEPT_TARGET_IO" },
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c3273 case XPT_ACCEPT_TARGET_IO: in mpt_action()
3622 case XPT_ACCEPT_TARGET_IO: /* Add Accept Target IO Resource */ in mpt_action()
3641 if (ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) { in mpt_action()
4540 if (accb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) { in mpt_abort_target_ccb()
/freebsd/sys/dev/isp/
H A Disp_freebsd.c2473 case XPT_ACCEPT_TARGET_IO: /* Add Accept Target IO Resource */ in isp_action()
2491 if (ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) { in isp_action()
2568 case XPT_ACCEPT_TARGET_IO: in isp_action()
/freebsd/sys/dev/arcmsr/
H A Darcmsr.c3248 case XPT_ACCEPT_TARGET_IO: in arcmsr_action()