Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dqi.c233 qman_p_poll_dqrr(p, 16); in empty_retired_fq()
469 int cleaned = qman_p_poll_dqrr(np->p, budget); in caam_qi_poll()
/Linux-v4.19/include/soc/fsl/
Dqman.h924 int qman_p_poll_dqrr(struct qman_portal *p, unsigned int limit);
/Linux-v4.19/drivers/soc/fsl/qbman/
Dqman.c1659 int qman_p_poll_dqrr(struct qman_portal *p, unsigned int limit) in qman_p_poll_dqrr() function
1663 EXPORT_SYMBOL(qman_p_poll_dqrr);
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c2167 int cleaned = qman_p_poll_dqrr(np->p, budget); in dpaa_eth_poll()