Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/drivers/scsi/
Dscsi_ioctl.c458 if (hdr->iovec_count) { in sg_io()
463 hdr->iovec_count, 0, &iov, &i); in sg_io()
654 .iovec_count = hdr->iovec_count, in put_sg_io_hdr()
702 .iovec_count = hdr32.iovec_count, in get_sg_io_hdr()
Dsg.c673 hp->iovec_count = 0; in sg_write()
1697 unsigned int iov_count = hp->iovec_count; in sg_start_req()