Home
last modified time | relevance | path

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

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