Home
last modified time | relevance | path

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

/linux-4.19.296/include/scsi/
Dscsi_request.h15 unsigned int resid_len; /* residual count */ member
Dscsi_eh.h35 unsigned int resid_len; member
/linux-4.19.296/block/
Dbsg.c118 hdr->dout_resid = sreq->resid_len; in bsg_scsi_complete_rq()
119 hdr->din_resid = scsi_req(rq->next_rq)->resid_len; in bsg_scsi_complete_rq()
121 hdr->din_resid = sreq->resid_len; in bsg_scsi_complete_rq()
123 hdr->dout_resid = sreq->resid_len; in bsg_scsi_complete_rq()
Dscsi_ioctl.c273 hdr->resid = req->resid_len; in blk_complete_sghdr_rq()