Searched refs:DPAA_SGT_MAX_ENTRIES (Results 1 – 1 of 1) sorted by relevance
143 #define DPAA_SGT_MAX_ENTRIES 16 /* maximum number of entries in SG Table */ macro1708 for (i = 1; (i < DPAA_SGT_MAX_ENTRIES) && in dpaa_cleanup_tx_fd()1835 for (i = 0; i < DPAA_SGT_MAX_ENTRIES; i++) { in sg_fd_to_skb()1908 WARN_ONCE(i == DPAA_SGT_MAX_ENTRIES, "No final bit on SGT\n"); in sg_fd_to_skb()1917 for (j = 0; j < DPAA_SGT_MAX_ENTRIES ; j++) { in sg_fd_to_skb()2336 (skb_shinfo(skb)->nr_frags >= DPAA_SGT_MAX_ENTRIES))) { in dpaa_start_xmit()