Searched refs:ithresh (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/soc/fsl/qbman/
H A Dbman.c124 u8 ci, available, ithresh, vbit; member in struct:bm_rcr
318 static void bm_rcr_set_ithresh(struct bm_portal *portal, u8 ithresh) argument
322 rcr->ithresh = ithresh;
323 bm_out(portal, BM_REG_RCR_ITR, ithresh);
395 rcr->ithresh = bm_in(portal, BM_REG_RCR_ITR);
H A Dqman.c199 u8 ci, available, ithresh, vbit; member in struct:qm_eqcr
208 u8 pi, ci, fill, ithresh, vbit; member in struct:qm_dqrr
218 u8 pi, ci, fill, ithresh, vbit; member in struct:qm_mr
439 eqcr->ithresh = qm_in(portal, QM_REG_EQCR_ITR);
548 static inline void qm_eqcr_set_ithresh(struct qm_portal *portal, u8 ithresh) argument
552 eqcr->ithresh = ithresh;
553 qm_out(portal, QM_REG_EQCR_ITR, ithresh);
621 dqrr->ithresh = qm_in(portal, QM_REG_DQRR_ITR);
727 static inline int qm_dqrr_set_ithresh(struct qm_portal *portal, u8 ithresh) argument
847 qm_mr_set_ithresh(struct qm_portal *portal, u8 ithresh) argument
1032 qman_dqrr_set_ithresh(struct qman_portal *portal, u8 ithresh) argument
1049 qman_dqrr_get_ithresh(struct qman_portal *portal, u8 *ithresh) argument
[all...]
/linux-master/include/soc/fsl/
H A Dqman.h1230 * @ithresh: threshold pointer
1232 void qman_dqrr_get_ithresh(struct qman_portal *portal, u8 *ithresh);
1237 * @ithresh: new threshold value
1241 int qman_dqrr_set_ithresh(struct qman_portal *portal, u8 ithresh);
1253 * @ithresh: new period value

Completed in 144 milliseconds