Home
last modified time | relevance | path

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

/linux/drivers/scsi/snic/
H A Dsnic_main.c88 int qsz = 0; in snic_change_queue_depth() local
90 qsz = min_t(u32, qdepth, SNIC_MAX_QUEUE_DEPTH); in snic_change_queue_depth()
91 if (qsz < sdev->queue_depth) in snic_change_queue_depth()
93 else if (qsz > sdev->queue_depth) in snic_change_queue_depth()
98 scsi_change_queue_depth(sdev, qsz); in snic_change_queue_depth()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3721 size_t qsz; in arm_smmu_init_one_queue() local
3724 qsz = ((1 << q->llq.max_n_shift) * dwords) << 3; in arm_smmu_init_one_queue()
3725 q->base = dmam_alloc_coherent(smmu->dev, qsz, &q->base_dma, in arm_smmu_init_one_queue()
3727 if (q->base || qsz < PAGE_SIZE) in arm_smmu_init_one_queue()
3736 qsz, name); in arm_smmu_init_one_queue()
3740 if (!WARN_ON(q->base_dma & (qsz - 1))) { in arm_smmu_init_one_queue()