Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/scsi/
H A 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()
H A Dsg.c666 hp->iovec_count = 0; in sg_write()
1731 unsigned int iov_count = hp->iovec_count; in sg_start_req()
/openbmc/qemu/block/
H A Discsi.c1090 if (acb->ioh->iovec_count == 0) { in iscsi_aio_ioctl()
1096 acb->ioh->iovec_count); in iscsi_aio_ioctl()
1112 if (acb->ioh->iovec_count == 0) { in iscsi_aio_ioctl()
1119 acb->ioh->iovec_count); in iscsi_aio_ioctl()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c2899 io_header->iovec_count = iov->niov; in scsi_block_do_sgio()
2900 assert(io_header->iovec_count == iov->niov); /* no overflow! */ in scsi_block_do_sgio()