Home
last modified time | relevance | path

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

/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c50 #define DPAA_MBUF_TO_CONTIG_FD(_mbuf, _fd, _bpid) \ macro
907 DPAA_MBUF_TO_CONTIG_FD(mbuf, fd_arr, 0xff); in tx_on_dpaa_pool_unsegmented()
914 DPAA_MBUF_TO_CONTIG_FD(mbuf, fd_arr, bp_info->bpid); in tx_on_dpaa_pool_unsegmented()
917 DPAA_MBUF_TO_CONTIG_FD(mbuf, fd_arr, in tx_on_dpaa_pool_unsegmented()
927 DPAA_MBUF_TO_CONTIG_FD(mbuf, fd_arr, 0xff); in tx_on_dpaa_pool_unsegmented()
937 DPAA_MBUF_TO_CONTIG_FD(mbuf, fd_arr, in tx_on_dpaa_pool_unsegmented()
1109 DPAA_MBUF_TO_CONTIG_FD(mbuf, in dpaa_eth_queue_tx()