Home
last modified time | relevance | path

Searched refs:iovec_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/scsi/
Dsg.h50 unsigned short iovec_count; /* [i] 0 implies no scatter gather */ member
79 unsigned short iovec_count; /* [i] 0 implies no scatter gather */ member
/Linux-v5.10/block/
Dscsi_ioctl.c330 if (hdr->iovec_count) { in sg_io()
335 hdr->iovec_count, 0, &iov, &i); in sg_io()
557 .iovec_count = hdr->iovec_count, in put_sg_io_hdr()
605 .iovec_count = hdr32.iovec_count, in get_sg_io_hdr()
/Linux-v5.10/drivers/scsi/
Dsg.c670 hp->iovec_count = 0; in sg_write()
1730 unsigned int iov_count = hp->iovec_count; in sg_start_req()