Home
last modified time | relevance | path

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

/Linux-v5.4/include/soc/fsl/
Ddpaa2-io.h122 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last);
/Linux-v5.4/drivers/soc/fsl/dpio/
Ddpio-service.c607 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last) in dpaa2_io_store_next() function
637 EXPORT_SYMBOL_GPL(dpaa2_io_store_next);
/Linux-v5.4/Documentation/networking/device_drivers/freescale/dpaa2/
Ddpio-driver.rst132 dpaa2_io_store_next()
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c465 dq = dpaa2_io_store_next(ch->store, &is_last); in consume_frames()
/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi2.c4820 dq = dpaa2_io_store_next(ppriv->store, &is_last); in dpaa2_caam_store_consume()