Home
last modified time | relevance | path

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

/linux/include/scsi/
H A 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/drivers/scsi/
H A Dscsi_ioctl.c473 GFP_KERNEL, hdr->iovec_count && hdr->dxfer_len, in sg_io()
474 hdr->iovec_count, 0, rq_data_dir(rq)); in sg_io()
642 .iovec_count = hdr->iovec_count, in put_sg_io_hdr()
690 .iovec_count = hdr32.iovec_count, in get_sg_io_hdr()
H A Dsg.c667 hp->iovec_count = 0; in sg_write()
1730 unsigned int iov_count = hp->iovec_count; in sg_start_req()