Searched refs:iov_count (Results 1 – 2 of 2) sorted by relevance
284 int iov_count = 0; in megasas_map_sgl() local288 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() local702 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 …]
5003 - 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 …]