Home
last modified time | relevance | path

Searched refs:qman_p_static_dequeue_add (Results 1 – 3 of 3) sorted by relevance

/linux/include/soc/fsl/
H A Dqman.h946 void qman_p_static_dequeue_add(struct qman_portal *p, u32 pools);
/linux/drivers/soc/fsl/qbman/
H A Dqman.c1763 void qman_p_static_dequeue_add(struct qman_portal *p, u32 pools) in qman_p_static_dequeue_add() function
1773 EXPORT_SYMBOL(qman_p_static_dequeue_add);
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c803 qman_p_static_dequeue_add(portal, pool); in dpaa_eth_add_channel()