Symbol: ithresh
drivers/soc/fsl/qbman/bman.c
124
u8 ci, available, ithresh, vbit;
drivers/soc/fsl/qbman/bman.c
318
static void bm_rcr_set_ithresh(struct bm_portal *portal, u8 ithresh)
drivers/soc/fsl/qbman/bman.c
322
rcr->ithresh = ithresh;
drivers/soc/fsl/qbman/bman.c
323
bm_out(portal, BM_REG_RCR_ITR, ithresh);
drivers/soc/fsl/qbman/bman.c
395
rcr->ithresh = bm_in(portal, BM_REG_RCR_ITR);
drivers/soc/fsl/qbman/qman.c
1032
int qman_dqrr_set_ithresh(struct qman_portal *portal, u8 ithresh)
drivers/soc/fsl/qbman/qman.c
1039
res = qm_dqrr_set_ithresh(&portal->p, ithresh);
drivers/soc/fsl/qbman/qman.c
1043
portal->p.dqrr.ithresh = ithresh;
drivers/soc/fsl/qbman/qman.c
1049
void qman_dqrr_get_ithresh(struct qman_portal *portal, u8 *ithresh)
drivers/soc/fsl/qbman/qman.c
1051
if (portal && ithresh)
drivers/soc/fsl/qbman/qman.c
1052
*ithresh = qm_in(&portal->p, QM_REG_DQRR_ITR);
drivers/soc/fsl/qbman/qman.c
199
u8 ci, available, ithresh, vbit;
drivers/soc/fsl/qbman/qman.c
208
u8 pi, ci, fill, ithresh, vbit;
drivers/soc/fsl/qbman/qman.c
218
u8 pi, ci, fill, ithresh, vbit;
drivers/soc/fsl/qbman/qman.c
439
eqcr->ithresh = qm_in(portal, QM_REG_EQCR_ITR);
drivers/soc/fsl/qbman/qman.c
548
static inline void qm_eqcr_set_ithresh(struct qm_portal *portal, u8 ithresh)
drivers/soc/fsl/qbman/qman.c
552
eqcr->ithresh = ithresh;
drivers/soc/fsl/qbman/qman.c
553
qm_out(portal, QM_REG_EQCR_ITR, ithresh);
drivers/soc/fsl/qbman/qman.c
621
dqrr->ithresh = qm_in(portal, QM_REG_DQRR_ITR);
drivers/soc/fsl/qbman/qman.c
727
static inline int qm_dqrr_set_ithresh(struct qm_portal *portal, u8 ithresh)
drivers/soc/fsl/qbman/qman.c
730
if (ithresh > QMAN_DQRR_IT_MAX)
drivers/soc/fsl/qbman/qman.c
733
qm_out(portal, QM_REG_DQRR_ITR, ithresh);
drivers/soc/fsl/qbman/qman.c
775
mr->ithresh = qm_in(portal, QM_REG_MR_ITR);
drivers/soc/fsl/qbman/qman.c
847
static inline void qm_mr_set_ithresh(struct qm_portal *portal, u8 ithresh)
drivers/soc/fsl/qbman/qman.c
849
qm_out(portal, QM_REG_MR_ITR, ithresh);