Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/
H A Ddpaa2-io.h109 int dpaa2_io_service_pull_channel(struct dpaa2_io *d, u32 channelid,
/openbmc/linux/drivers/soc/fsl/dpio/
H A Ddpio-service.c426 int dpaa2_io_service_pull_channel(struct dpaa2_io *d, u32 channelid, in dpaa2_io_service_pull_channel() function
448 EXPORT_SYMBOL_GPL(dpaa2_io_service_pull_channel);
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Ddpio-driver.rst125 dpaa2_io_service_pull_channel()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1923 err = dpaa2_io_service_pull_channel(ch->dpio, ch->ch_id, in dpaa2_eth_pull_channel()