Searched refs:qman_p_poll_dqrr (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | qi.c | 235 qman_p_poll_dqrr(p, 16); in empty_retired_fq() 484 int cleaned = qman_p_poll_dqrr(np->p, budget); in caam_qi_poll()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | qi.c | 242 qman_p_poll_dqrr(p, 16); in empty_retired_fq() 491 int cleaned = qman_p_poll_dqrr(np->p, budget); in caam_qi_poll()
|
/kernel/linux/linux-5.10/include/soc/fsl/ |
H A D | qman.h | 681 * qman_p_poll_dqrr() or interrupt-handling, as appropriate. If within 929 * qman_p_poll_dqrr - process DQRR (fast-path) entries 935 int qman_p_poll_dqrr(struct qman_portal *p, unsigned int limit);
|
/kernel/linux/linux-6.6/include/soc/fsl/ |
H A D | qman.h | 681 * qman_p_poll_dqrr() or interrupt-handling, as appropriate. If within 930 * qman_p_poll_dqrr - process DQRR (fast-path) entries 936 int qman_p_poll_dqrr(struct qman_portal *p, unsigned int limit);
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
H A D | qman.c | 1754 int qman_p_poll_dqrr(struct qman_portal *p, unsigned int limit) in qman_p_poll_dqrr() function 1758 EXPORT_SYMBOL(qman_p_poll_dqrr); variable
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/ |
H A D | qman.c | 1754 int qman_p_poll_dqrr(struct qman_portal *p, unsigned int limit) in qman_p_poll_dqrr() function 1758 EXPORT_SYMBOL(qman_p_poll_dqrr); variable
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 2279 int cleaned = qman_p_poll_dqrr(np->p, budget); in dpaa_eth_poll()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 2412 cleaned = qman_p_poll_dqrr(np->p, budget); in dpaa_eth_poll()
|
Completed in 23 milliseconds