Searched refs:dout_xfer_len (Results 1 – 4 of 4) sorted by relevance
23 if (hdr->dout_xfer_len && hdr->din_xfer_len) { in scsi_bsg_sg_io_fn()28 rq = scsi_alloc_request(q, hdr->dout_xfer_len ? in scsi_bsg_sg_io_fn()51 if (hdr->dout_xfer_len) { in scsi_bsg_sg_io_fn()53 hdr->dout_xfer_len, GFP_KERNEL); in scsi_bsg_sg_io_fn()
43 rq = blk_mq_alloc_request(q, hdr->dout_xfer_len ? in bsg_transport_sg_io_fn()63 if (hdr->dout_xfer_len && hdr->din_xfer_len) { in bsg_transport_sg_io_fn()83 if (hdr->dout_xfer_len) { in bsg_transport_sg_io_fn()85 hdr->dout_xfer_len, GFP_KERNEL); in bsg_transport_sg_io_fn()
40 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */ member
174 io_hdr_v4.dout_xfer_len = (uint32_t)byte_cnt;
Completed in 5 milliseconds