Home
last modified time | relevance | path

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

/Linux-v4.19/include/soc/fsl/
Ddpaa2-io.h113 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last);
/Linux-v4.19/drivers/soc/fsl/dpio/
Ddpio-service.c516 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last) in dpaa2_io_store_next() function
545 EXPORT_SYMBOL_GPL(dpaa2_io_store_next);
/Linux-v4.19/Documentation/networking/dpaa2/
Ddpio-driver.rst131 dpaa2_io_store_next()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c302 dq = dpaa2_io_store_next(ch->store, &is_last); in consume_frames()