Home
last modified time | relevance | path

Searched refs:XEN_NETIF_EXTRA_FLAG_MORE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/xen/interface/io/
Dnetif.h165 #define XEN_NETIF_EXTRA_FLAG_MORE (1U<<_XEN_NETIF_EXTRA_FLAG_MORE) macro
/linux-4.4.14/drivers/net/xen-netback/
Dnetback.c1124 } while (extra.flags & XEN_NETIF_EXTRA_FLAG_MORE); in xenvif_get_extras()
/linux-4.4.14/drivers/net/
Dxen-netfront.c757 } while (extra->flags & XEN_NETIF_EXTRA_FLAG_MORE); in xennet_get_extras()