Home
last modified time | relevance | path

Searched refs:qman_p_poll_dqrr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/crypto/caam/
Dqi.c239 qman_p_poll_dqrr(p, 16); in empty_retired_fq()
477 int cleaned = qman_p_poll_dqrr(np->p, budget); in caam_qi_poll()
/Linux-v5.4/include/soc/fsl/
Dqman.h924 int qman_p_poll_dqrr(struct qman_portal *p, unsigned int limit);
/Linux-v5.4/drivers/soc/fsl/qbman/
Dqman.c1752 int qman_p_poll_dqrr(struct qman_portal *p, unsigned int limit) in qman_p_poll_dqrr() function
1756 EXPORT_SYMBOL(qman_p_poll_dqrr);
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c2172 int cleaned = qman_p_poll_dqrr(np->p, budget); in dpaa_eth_poll()