soc: fsl: dpio: add back some frame queue functions
This commit adds back functions removed in
commit a211c8170b
("staging: fsl-mc/dpio: remove couple of unused functions")
since dpseci object will make use of them.
Acked-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -97,9 +97,13 @@ void dpaa2_io_service_deregister(struct dpaa2_io *service,
|
||||
int dpaa2_io_service_rearm(struct dpaa2_io *service,
|
||||
struct dpaa2_io_notification_ctx *ctx);
|
||||
|
||||
int dpaa2_io_service_pull_fq(struct dpaa2_io *d, u32 fqid,
|
||||
struct dpaa2_io_store *s);
|
||||
int dpaa2_io_service_pull_channel(struct dpaa2_io *d, u32 channelid,
|
||||
struct dpaa2_io_store *s);
|
||||
|
||||
int dpaa2_io_service_enqueue_fq(struct dpaa2_io *d, u32 fqid,
|
||||
const struct dpaa2_fd *fd);
|
||||
int dpaa2_io_service_enqueue_qd(struct dpaa2_io *d, u32 qdid, u8 prio,
|
||||
u16 qdbin, const struct dpaa2_fd *fd);
|
||||
int dpaa2_io_service_release(struct dpaa2_io *d, u32 bpid,
|
||||
|
Reference in New Issue
Block a user