Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dqi.c235 qman_p_poll_dqrr(p, 16); in empty_retired_fq()
484 int cleaned = qman_p_poll_dqrr(np->p, budget); in caam_qi_poll()
/OK3568_Linux_fs/kernel/include/soc/fsl/
H A Dqman.h935 int qman_p_poll_dqrr(struct qman_portal *p, unsigned int limit);
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/
H A Dqman.c1754 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);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2279 int cleaned = qman_p_poll_dqrr(np->p, budget); in dpaa_eth_poll()