Home
last modified time | relevance | path

Searched refs:dpaa2_io_store_next (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/soc/fsl/
Ddpaa2-io.h128 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last);
/linux-6.12.1/drivers/soc/fsl/dpio/
Ddpio-service.c721 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last) in dpaa2_io_store_next() function
751 EXPORT_SYMBOL_GPL(dpaa2_io_store_next);
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Ddpio-driver.rst135 dpaa2_io_store_next()
/linux-6.12.1/drivers/dma/fsl-dpaa2-qdma/
Ddpaa2-qdma.c414 dq = dpaa2_io_store_next(ppriv->store, &is_last); in dpaa2_qdma_fqdan_cb()
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c2805 dq = dpaa2_io_store_next(fq->store, &is_last); in dpaa2_switch_store_consume()
Ddpaa2-eth.c721 dq = dpaa2_io_store_next(ch->store, &is_last); in dpaa2_eth_consume_frames()
/linux-6.12.1/drivers/crypto/caam/
Dcaamalg_qi2.c4875 dq = dpaa2_io_store_next(ppriv->store, &is_last); in dpaa2_caam_store_consume()