Home
last modified time | relevance | path

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

/linux-6.15/include/soc/fsl/
H A Dqman.h946 void qman_p_static_dequeue_add(struct qman_portal *p, u32 pools);
/linux-6.15/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-6.15/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c822 qman_p_static_dequeue_add(portal, pool); in dpaa_eth_add_channel()