Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.h34 #define DPAA_SGT_MAX_ENTRIES 16 /* maximum number of entries in SG Table */ macro
H A Ddpaa_rxtx.c369 while (i < DPAA_SGT_MAX_ENTRIES) { in dpaa_eth_sg_to_mbuf()
471 while (i < DPAA_SGT_MAX_ENTRIES) { in dpaa_free_mbuf()
846 while (i < DPAA_SGT_MAX_ENTRIES) { in dpaa_eth_mbuf_to_sg_fd()
953 mbuf->nb_segs <= DPAA_SGT_MAX_ENTRIES) { in tx_on_dpaa_pool()
972 struct rte_mbuf *new_mbufs[DPAA_SGT_MAX_ENTRIES + 1] = {0}; in reallocate_mbuf()
H A Ddpaa_ethdev.c181 (frame_size > buffsz * DPAA_SGT_MAX_ENTRIES)) { in dpaa_mtu_set()
183 buffsz * DPAA_SGT_MAX_ENTRIES); in dpaa_mtu_set()
974 buffsz * DPAA_SGT_MAX_ENTRIES) { in dpaa_eth_rx_queue_setup()
978 buffsz * DPAA_SGT_MAX_ENTRIES); in dpaa_eth_rx_queue_setup()