ithresh 124 drivers/soc/fsl/qbman/bman.c u8 ci, available, ithresh, vbit; ithresh 318 drivers/soc/fsl/qbman/bman.c static void bm_rcr_set_ithresh(struct bm_portal *portal, u8 ithresh) ithresh 322 drivers/soc/fsl/qbman/bman.c rcr->ithresh = ithresh; ithresh 323 drivers/soc/fsl/qbman/bman.c bm_out(portal, BM_REG_RCR_ITR, ithresh); ithresh 395 drivers/soc/fsl/qbman/bman.c rcr->ithresh = bm_in(portal, BM_REG_RCR_ITR); ithresh 199 drivers/soc/fsl/qbman/qman.c u8 ci, available, ithresh, vbit; ithresh 208 drivers/soc/fsl/qbman/qman.c u8 pi, ci, fill, ithresh, vbit; ithresh 218 drivers/soc/fsl/qbman/qman.c u8 pi, ci, fill, ithresh, vbit; ithresh 439 drivers/soc/fsl/qbman/qman.c eqcr->ithresh = qm_in(portal, QM_REG_EQCR_ITR); ithresh 553 drivers/soc/fsl/qbman/qman.c static inline void qm_eqcr_set_ithresh(struct qm_portal *portal, u8 ithresh) ithresh 557 drivers/soc/fsl/qbman/qman.c eqcr->ithresh = ithresh; ithresh 558 drivers/soc/fsl/qbman/qman.c qm_out(portal, QM_REG_EQCR_ITR, ithresh); ithresh 626 drivers/soc/fsl/qbman/qman.c dqrr->ithresh = qm_in(portal, QM_REG_DQRR_ITR); ithresh 732 drivers/soc/fsl/qbman/qman.c static inline int qm_dqrr_set_ithresh(struct qm_portal *portal, u8 ithresh) ithresh 735 drivers/soc/fsl/qbman/qman.c if (ithresh > QMAN_DQRR_IT_MAX) ithresh 738 drivers/soc/fsl/qbman/qman.c qm_out(portal, QM_REG_DQRR_ITR, ithresh); ithresh 780 drivers/soc/fsl/qbman/qman.c mr->ithresh = qm_in(portal, QM_REG_MR_ITR); ithresh 852 drivers/soc/fsl/qbman/qman.c static inline void qm_mr_set_ithresh(struct qm_portal *portal, u8 ithresh) ithresh 854 drivers/soc/fsl/qbman/qman.c qm_out(portal, QM_REG_MR_ITR, ithresh); ithresh 1037 drivers/soc/fsl/qbman/qman.c int qman_dqrr_set_ithresh(struct qman_portal *portal, u8 ithresh) ithresh 1044 drivers/soc/fsl/qbman/qman.c res = qm_dqrr_set_ithresh(&portal->p, ithresh); ithresh 1048 drivers/soc/fsl/qbman/qman.c portal->p.dqrr.ithresh = ithresh; ithresh 1054 drivers/soc/fsl/qbman/qman.c void qman_dqrr_get_ithresh(struct qman_portal *portal, u8 *ithresh) ithresh 1056 drivers/soc/fsl/qbman/qman.c if (portal && ithresh) ithresh 1057 drivers/soc/fsl/qbman/qman.c *ithresh = qm_in(&portal->p, QM_REG_DQRR_ITR);