QM_DQRR_SIZE 578 drivers/soc/fsl/qbman/qman.c #define DQRR_CARRY (uintptr_t)(QM_DQRR_SIZE << DQRR_SHIFT) QM_DQRR_SIZE 592 drivers/soc/fsl/qbman/qman.c return ((uintptr_t)e >> DQRR_SHIFT) & (QM_DQRR_SIZE - 1); QM_DQRR_SIZE 603 drivers/soc/fsl/qbman/qman.c ((mf & (QM_DQRR_SIZE - 1)) << 20)); QM_DQRR_SIZE 620 drivers/soc/fsl/qbman/qman.c dqrr->pi = qm_in(portal, QM_REG_DQRR_PI_CINH) & (QM_DQRR_SIZE - 1); QM_DQRR_SIZE 621 drivers/soc/fsl/qbman/qman.c dqrr->ci = qm_in(portal, QM_REG_DQRR_CI_CINH) & (QM_DQRR_SIZE - 1); QM_DQRR_SIZE 623 drivers/soc/fsl/qbman/qman.c dqrr->fill = dpaa_cyc_diff(QM_DQRR_SIZE, dqrr->ci, dqrr->pi); QM_DQRR_SIZE 624 drivers/soc/fsl/qbman/qman.c dqrr->vbit = (qm_in(portal, QM_REG_DQRR_PI_CINH) & QM_DQRR_SIZE) ? QM_DQRR_SIZE 633 drivers/soc/fsl/qbman/qman.c for (cfg = 0; cfg < QM_DQRR_SIZE; cfg++) QM_DQRR_SIZE 636 drivers/soc/fsl/qbman/qman.c ((max_fill & (QM_DQRR_SIZE - 1)) << 20) | /* DQRR_MF */ QM_DQRR_SIZE 691 drivers/soc/fsl/qbman/qman.c dqrr->pi = (dqrr->pi + 1) & (QM_DQRR_SIZE - 1); QM_DQRR_SIZE 707 drivers/soc/fsl/qbman/qman.c DPAA_ASSERT(idx < QM_DQRR_SIZE);