Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dscsi_bsg.c23 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()
/linux/block/
A Dbsg-lib.c43 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()
/linux/include/uapi/linux/
A Dbsg.h40 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */ member
/linux/Documentation/scsi/
A Dufs.rst174 io_hdr_v4.dout_xfer_len = (uint32_t)byte_cnt;

Completed in 5 milliseconds