Searched refs:to_req (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c1180 struct vtscsi_request *to_req; local
1185 to_req = req->vsr_timedout_req;
1187 vtscsi_dprintf(sc, VTSCSI_TRACE, "req=%p to_req=%p response=%d\n",
1188 req, to_req, response);
1196 if (to_req->vsr_state != VTSCSI_REQ_STATE_TIMEDOUT)
1216 struct vtscsi_request *to_req)
1226 to_ccbh = &to_req->vsr_ccb->ccb_h;
1244 req->vsr_timedout_req = to_req;
1257 "timedout req=%p ccb=%p\n", error, req, to_req, to_ccbh);
1266 struct vtscsi_request *to_req; local
1215 vtscsi_abort_timedout_scsi_cmd(struct vtscsi_softc *sc, struct vtscsi_request *to_req) argument
[all...]

Completed in 98 milliseconds