Searched refs:ithresh (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/soc/fsl/qbman/ |
D | bman.c | 124 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()
|
D | qman.c | 197 u8 ci, available, ithresh, vbit; member 206 u8 pi, ci, fill, ithresh, vbit; member 216 u8 pi, ci, fill, ithresh, vbit; member 437 eqcr->ithresh = qm_in(portal, QM_REG_EQCR_ITR); in qm_eqcr_init() 551 static inline void qm_eqcr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_eqcr_set_ithresh() argument 555 eqcr->ithresh = ithresh; in qm_eqcr_set_ithresh() 556 qm_out(portal, QM_REG_EQCR_ITR, ithresh); in qm_eqcr_set_ithresh() 624 dqrr->ithresh = qm_in(portal, QM_REG_DQRR_ITR); in qm_dqrr_init() 730 static inline void qm_dqrr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_dqrr_set_ithresh() argument 732 qm_out(portal, QM_REG_DQRR_ITR, ithresh); in qm_dqrr_set_ithresh() [all …]
|