Home
last modified time | relevance | path

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

/linux-6.1.9/include/scsi/
Dsg.h46 unsigned short iovec_count; /* [i] 0 implies no scatter gather */ member
75 unsigned short iovec_count; /* [i] 0 implies no scatter gather */ member
/linux-6.1.9/drivers/scsi/
Dscsi_ioctl.c453 GFP_KERNEL, hdr->iovec_count && hdr->dxfer_len, in sg_io()
454 hdr->iovec_count, 0, rq_data_dir(rq)); in sg_io()
623 .iovec_count = hdr->iovec_count, in put_sg_io_hdr()
671 .iovec_count = hdr32.iovec_count, in get_sg_io_hdr()
Dsg.c670 hp->iovec_count = 0; in sg_write()
1724 unsigned int iov_count = hp->iovec_count; in sg_start_req()