Home
last modified time | relevance | path

Searched refs:iov_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dmegasas.c284 int iov_count = 0; in megasas_map_sgl() local
288 iov_count = cmd->frame->header.sge_count; in megasas_map_sgl()
289 if (!iov_count || iov_count > MEGASAS_MAX_SGE) { in megasas_map_sgl()
290 trace_megasas_iovec_sgl_overflow(cmd->index, iov_count, in megasas_map_sgl()
294 pci_dma_sglist_init(&cmd->qsg, PCI_DEVICE(s), iov_count); in megasas_map_sgl()
295 for (i = 0; i < iov_count; i++) { in megasas_map_sgl()
699 int iov_count; in megasas_map_dcmd() local
702 iov_count = cmd->frame->header.sge_count; in megasas_map_dcmd()
703 if (!iov_count) { in megasas_map_dcmd()
707 } else if (iov_count > 1) { in megasas_map_dcmd()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch5003 - iov_count)
5009 -int iov_count;
5012 + gss_iov_buffer_desc *iov, int iov_count)
5135 - iov_count)
5142 -int iov_count;
5145 + gss_iov_buffer_desc *iov, int iov_count)
5149 @@ -120,20 +109,10 @@ int iov_count;
5159 - iov_count)
5166 -int iov_count;
5170 + int iov_count)
[all …]