Searched refs:MAX_XEN_SKB_FRAGS (Results 1 – 2 of 2) sorted by relevance
91 #define MAX_XEN_SKB_FRAGS (65536 / XEN_PAGE_SIZE + 1) macro98 #define MAX_GRANT_COPY_OPS (MAX_XEN_SKB_FRAGS * XEN_NETIF_RX_RING_SIZE)
560 #define MAX_XEN_SKB_FRAGS (65536 / XEN_PAGE_SIZE + 1) macro596 if (unlikely(slots > MAX_XEN_SKB_FRAGS + 1)) { in xennet_start_xmit()