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