Home
last modified time | relevance | path

Searched refs:abort_req (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c1494 struct vtscsi_request *abort_req; in vtscsi_execute_abort_task_cmd() local
1507 abort_req = abort_ccbh->ccbh_vtscsi_req; in vtscsi_execute_abort_task_cmd()
1509 if (abort_ccbh->func_code != XPT_SCSI_IO || abort_req == NULL) { in vtscsi_execute_abort_task_cmd()
1515 if (abort_req->vsr_state != VTSCSI_REQ_STATE_INUSE) { in vtscsi_execute_abort_task_cmd()
1520 abort_req->vsr_state = VTSCSI_REQ_STATE_ABORTED; in vtscsi_execute_abort_task_cmd()
1521 if (abort_req->vsr_flags & VTSCSI_REQ_FLAG_TIMEOUT_SET) in vtscsi_execute_abort_task_cmd()
1522 callout_stop(&abort_req->vsr_callout); in vtscsi_execute_abort_task_cmd()
1539 "abort_req=%p\n", error, req, abort_ccbh, abort_req); in vtscsi_execute_abort_task_cmd()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h9251 __be32 abort_req; member