Searched refs:CSIO_QCREDIT_SZ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 83 * Ring the doorbell only when we have atleast CSIO_QCREDIT_SZ in csio_wr_ring_fldb() 204 qsz = ALIGN(qsize, CSIO_QCREDIT_SZ) + csio_wr_qstat_pgsz(hw); in csio_wr_alloc_q() 315 q->credits = (qsz - csio_wr_qstat_pgsz(hw)) / CSIO_QCREDIT_SZ; in csio_wr_alloc_q() 493 iqp.fl0size = csio_q_size(hw, flq_idx) / CSIO_QCREDIT_SZ; in csio_wr_iq_create() 581 eqp.eqsize = csio_q_size(hw, eq_idx) / CSIO_QCREDIT_SZ; in csio_wr_eq_create() 868 (q->pidx * CSIO_QCREDIT_SZ)); in csio_wr_get() 872 uint32_t req_sz = ALIGN(size, CSIO_QCREDIT_SZ); in csio_wr_get() 873 int req_credits = req_sz / CSIO_QCREDIT_SZ; in csio_wr_get() 913 q->pidx = (uint16_t)(ALIGN(wrp->size2, CSIO_QCREDIT_SZ) / in csio_wr_get() 914 CSIO_QCREDIT_SZ); in csio_wr_get() [all...] |
H A D | csio_wr.h | 282 CSIO_QCREDIT_SZ = 64, /* pidx/cidx increments enumerator
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 83 * Ring the doorbell only when we have atleast CSIO_QCREDIT_SZ in csio_wr_ring_fldb() 204 qsz = ALIGN(qsize, CSIO_QCREDIT_SZ) + csio_wr_qstat_pgsz(hw); in csio_wr_alloc_q() 315 q->credits = (qsz - csio_wr_qstat_pgsz(hw)) / CSIO_QCREDIT_SZ; in csio_wr_alloc_q() 493 iqp.fl0size = csio_q_size(hw, flq_idx) / CSIO_QCREDIT_SZ; in csio_wr_iq_create() 581 eqp.eqsize = csio_q_size(hw, eq_idx) / CSIO_QCREDIT_SZ; in csio_wr_eq_create() 869 (q->pidx * CSIO_QCREDIT_SZ)); in csio_wr_get() 873 uint32_t req_sz = ALIGN(size, CSIO_QCREDIT_SZ); in csio_wr_get() 874 int req_credits = req_sz / CSIO_QCREDIT_SZ; in csio_wr_get() 914 q->pidx = (uint16_t)(ALIGN(wrp->size2, CSIO_QCREDIT_SZ) / in csio_wr_get() 915 CSIO_QCREDIT_SZ); in csio_wr_get() [all...] |
H A D | csio_wr.h | 282 CSIO_QCREDIT_SZ = 64, /* pidx/cidx increments enumerator
|
Completed in 6 milliseconds