Home
last modified time | relevance | path

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

/Linux-v4.19/include/soc/fsl/
Ddpaa2-io.h100 int dpaa2_io_service_pull_channel(struct dpaa2_io *d, u32 channelid,
/Linux-v4.19/drivers/soc/fsl/dpio/
Ddpio-service.c320 int dpaa2_io_service_pull_channel(struct dpaa2_io *d, u32 channelid, in dpaa2_io_service_pull_channel() function
342 EXPORT_SYMBOL_GPL(dpaa2_io_service_pull_channel);
/Linux-v4.19/Documentation/networking/dpaa2/
Ddpio-driver.rst121 dpaa2_io_service_pull_channel()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c902 err = dpaa2_io_service_pull_channel(ch->dpio, ch->ch_id, in pull_channel()