Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/fsl/qbman/
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()
Dqman.c199 u8 ci, available, ithresh, vbit; member
208 u8 pi, ci, fill, ithresh, vbit; member
218 u8 pi, ci, fill, ithresh, vbit; member
439 eqcr->ithresh = qm_in(portal, QM_REG_EQCR_ITR); in qm_eqcr_init()
548 static inline void qm_eqcr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_eqcr_set_ithresh() argument
552 eqcr->ithresh = ithresh; in qm_eqcr_set_ithresh()
553 qm_out(portal, QM_REG_EQCR_ITR, ithresh); in qm_eqcr_set_ithresh()
621 dqrr->ithresh = qm_in(portal, QM_REG_DQRR_ITR); in qm_dqrr_init()
727 static inline int qm_dqrr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_dqrr_set_ithresh() argument
730 if (ithresh > QMAN_DQRR_IT_MAX) in qm_dqrr_set_ithresh()
[all …]
/linux-6.1.9/include/soc/fsl/
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);