Lines Matching refs:depth
24 u64 *eqe = get_queue_entry(eq->qbuf, eq->ci, eq->depth, EQE_SHIFT);
27 return owner ^ !!(eq->ci & eq->depth) ? eqe : NULL;
88 eq->depth = ERDMA_DEFAULT_EQ_DEPTH;
89 buf_size = eq->depth << EQE_SHIFT;
108 erdma_reg_write32(dev, ERDMA_REGS_AEQ_DEPTH_REG, eq->depth);
120 WARPPED_BUFSIZE(eq->depth << EQE_SHIFT), eq->qbuf,
217 req.depth = ilog2(eq->depth);
222 db_info_dma_addr = eq->qbuf_dma_addr + (eq->depth << EQE_SHIFT);
245 eq->depth = ERDMA_DEFAULT_EQ_DEPTH;