Searched refs:qsz (Results 1 – 2 of 2) sorted by relevance
194 uint32_t qsz; in csio_wr_alloc_q() local204 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 = dma_alloc_coherent(&hw->pdev->dev, qsz, &q->pstart, in csio_wr_alloc_q()248 q->size = qsz; in csio_wr_alloc_q()261 q->credits = (qsz - q->wr_sz) / q->wr_sz; in csio_wr_alloc_q()262 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 …]
88 int qsz = 0; in snic_change_queue_depth() local90 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()