Searched refs:DPAA_SGT_MAX_ENTRIES (Results 1 – 1 of 1) sorted by relevance
150 #define DPAA_SGT_MAX_ENTRIES 16 /* maximum number of entries in SG Table */ macro1752 for (i = 0; i < DPAA_SGT_MAX_ENTRIES; i++) { in sg_fd_to_skb()1817 WARN_ONCE(i == DPAA_SGT_MAX_ENTRIES, "No final bit on SGT\n"); in sg_fd_to_skb()1834 for (i = 0; i < DPAA_SGT_MAX_ENTRIES ; i++) { in sg_fd_to_skb()2083 (skb_shinfo(skb)->nr_frags >= DPAA_SGT_MAX_ENTRIES))) { in dpaa_start_xmit()