Home
last modified time | relevance | path

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

/linux/include/soc/fsl/
H A Ddpaa2-io.h128 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last);
/linux/drivers/soc/fsl/dpio/
H A 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/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Ddpio-driver.rst135 dpaa2_io_store_next()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2805 dq = dpaa2_io_store_next(fq->store, &is_last); in dpaa2_switch_store_consume()
H A Ddpaa2-eth.c721 dq = dpaa2_io_store_next(ch->store, &is_last); in dpaa2_eth_consume_frames()
/linux/drivers/crypto/caam/
H A Dcaamalg_qi2.c4875 dq = dpaa2_io_store_next(ppriv->store, &is_last); in dpaa2_caam_store_consume()