Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/soc/fsl/qbman/
A Dbman.c124 u8 ci, available, ithresh, vbit; member
318 static void bm_rcr_set_ithresh(struct bm_portal *portal, u8 ithresh) in bm_rcr_set_ithresh() argument
322 rcr->ithresh = ithresh; in bm_rcr_set_ithresh()
323 bm_out(portal, BM_REG_RCR_ITR, ithresh); in bm_rcr_set_ithresh()
395 rcr->ithresh = bm_in(portal, BM_REG_RCR_ITR); in bm_rcr_init()
A Dqman.c199 u8 ci, available, ithresh, vbit; member
208 u8 pi, ci, fill, ithresh, vbit; member
218 u8 pi, ci, fill, ithresh, vbit; member
552 eqcr->ithresh = ithresh; in qm_eqcr_set_ithresh()
553 qm_out(portal, QM_REG_EQCR_ITR, ithresh); in qm_eqcr_set_ithresh()
730 if (ithresh > QMAN_DQRR_IT_MAX) in qm_dqrr_set_ithresh()
733 qm_out(portal, QM_REG_DQRR_ITR, ithresh); in qm_dqrr_set_ithresh()
775 mr->ithresh = qm_in(portal, QM_REG_MR_ITR); in qm_mr_init()
849 qm_out(portal, QM_REG_MR_ITR, ithresh); in qm_mr_set_ithresh()
1043 portal->p.dqrr.ithresh = ithresh; in qman_dqrr_set_ithresh()
[all …]
/linux-6.3-rc2/include/soc/fsl/
A Dqman.h1232 void qman_dqrr_get_ithresh(struct qman_portal *portal, u8 *ithresh);
1241 int qman_dqrr_set_ithresh(struct qman_portal *portal, u8 ithresh);

Completed in 18 milliseconds