Home
last modified time | relevance | path

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

/Linux-v4.19/include/soc/fsl/
Ddpaa2-io.h18 struct dpaa2_io_store;
101 struct dpaa2_io_store *s);
110 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames,
112 void dpaa2_io_store_destroy(struct dpaa2_io_store *s);
113 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last);
/Linux-v4.19/drivers/soc/fsl/dpio/
Ddpio-service.c32 struct dpaa2_io_store { struct
321 struct dpaa2_io_store *s) in dpaa2_io_service_pull_channel()
447 struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames, in dpaa2_io_store_create()
450 struct dpaa2_io_store *ret; in dpaa2_io_store_create()
490 void dpaa2_io_store_destroy(struct dpaa2_io_store *s) in dpaa2_io_store_destroy()
516 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last) in dpaa2_io_store_next()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.h287 struct dpaa2_io_store *store;