Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/scsi/
Dscsi_ioctl.c457 GFP_KERNEL, hdr->iovec_count && hdr->dxfer_len, in sg_io()
458 hdr->iovec_count, 0, rq_data_dir(rq)); in sg_io()
626 .iovec_count = hdr->iovec_count, in put_sg_io_hdr()
674 .iovec_count = hdr32.iovec_count, in get_sg_io_hdr()
Dsg.c673 hp->iovec_count = 0; in sg_write()
1736 unsigned int iov_count = hp->iovec_count; in sg_start_req()