Searched refs:ithresh (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/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 | 199 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 …]
|
| /kernel/linux/linux-5.10/include/soc/fsl/ |
| D | qman.h | 1222 void qman_dqrr_get_ithresh(struct qman_portal *portal, u8 *ithresh); 1231 int qman_dqrr_set_ithresh(struct qman_portal *portal, u8 ithresh);
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0036_linux_drivers_staging.patch | 17532 + u8 ci, available, ithresh, vbit; 17612 + rcr->ithresh = bm_in(RCR_ITR); 17767 + return rcr->ithresh; 17770 +static inline void bm_rcr_set_ithresh(struct bm_portal *portal, u8 ithresh) 17773 + rcr->ithresh = ithresh; 17774 + bm_out(RCR_ITR, ithresh); 32129 + u8 ci, available, ithresh, vbit; 32138 + u8 pi, ci, fill, ithresh, vbit; 32148 + u8 pi, ci, fill, ithresh, vbit; 32237 + eqcr->ithresh = qm_in(EQCR_ITR); [all …]
|