Home
last modified time | relevance | path

Searched refs:MAX_GRANT_COPY_OPS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/xen-netback/
Dcommon.h98 #define MAX_GRANT_COPY_OPS (MAX_XEN_SKB_FRAGS * XEN_NETIF_RX_RING_SIZE) macro
191 struct gnttab_copy grant_copy_op[MAX_GRANT_COPY_OPS];
Dnetback.c584 BUG_ON(npo.copy_prod > MAX_GRANT_COPY_OPS); in xenvif_rx_action()