Searched refs:qsz (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_wr.c | 194 uint32_t qsz; in csio_wr_alloc_q() local 204 qsz = ALIGN(qsize, CSIO_QCREDIT_SZ) + csio_wr_qstat_pgsz(hw); in csio_wr_alloc_q() 223 qsz = ALIGN(qsize/wrsize, 16) * wrsize; in csio_wr_alloc_q() 227 qsz = ALIGN(qsize/wrsize, 8) * wrsize + csio_wr_qstat_pgsz(hw); in csio_wr_alloc_q() 236 q->vstart = pci_zalloc_consistent(hw->pdev, qsz, &q->pstart); in csio_wr_alloc_q() 247 q->size = qsz; in csio_wr_alloc_q() 260 q->credits = (qsz - q->wr_sz) / q->wr_sz; in csio_wr_alloc_q() 261 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q() 314 q->credits = (qsz - csio_wr_qstat_pgsz(hw)) / CSIO_QCREDIT_SZ; in csio_wr_alloc_q() 315 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q() [all …]
|
/Linux-v4.19/drivers/scsi/snic/ |
D | snic_main.c | 102 int qsz = 0; in snic_change_queue_depth() local 104 qsz = min_t(u32, qdepth, SNIC_MAX_QUEUE_DEPTH); in snic_change_queue_depth() 105 if (qsz < sdev->queue_depth) in snic_change_queue_depth() 107 else if (qsz > sdev->queue_depth) in snic_change_queue_depth() 112 scsi_change_queue_depth(sdev, qsz); in snic_change_queue_depth()
|
/Linux-v4.19/drivers/iommu/ |
D | arm-smmu-v3.c | 2023 size_t qsz = ((1 << q->max_n_shift) * dwords) << 3; in arm_smmu_init_one_queue() local 2025 q->base = dmam_alloc_coherent(smmu->dev, qsz, &q->base_dma, GFP_KERNEL); in arm_smmu_init_one_queue() 2028 qsz); in arm_smmu_init_one_queue()
|