Home
last modified time | relevance | path

Searched refs:dpaa_eth_sg_to_mbuf (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.h282 struct rte_mbuf *dpaa_eth_sg_to_mbuf(const struct qm_fd *fd, uint32_t ifid);
H A Ddpaa_rxtx.c338 dpaa_eth_sg_to_mbuf(const struct qm_fd *fd, uint32_t ifid) in dpaa_eth_sg_to_mbuf() function
409 return dpaa_eth_sg_to_mbuf(fd, ifid); in dpaa_eth_fd_to_mbuf()
534 bufs[i] = dpaa_eth_sg_to_mbuf(fd, dpaa_intf->ifid); in dpaa_rx_cb_no_prefetch()
574 bufs[i] = dpaa_eth_sg_to_mbuf(fd, dpaa_intf->ifid); in dpaa_rx_cb()