Home
last modified time | relevance | path

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

/Linux-v6.6/include/xen/interface/io/
Dnetif.h850 #define XEN_NETIF_EXTRA_FLAG_MORE (1U<<_XEN_NETIF_EXTRA_FLAG_MORE) macro
/Linux-v6.6/drivers/net/xen-netback/
Drx.c452 extra->flags |= XEN_NETIF_EXTRA_FLAG_MORE; in xenvif_rx_extra_slot()
Dnetback.c737 } while (extra.flags & XEN_NETIF_EXTRA_FLAG_MORE); in xenvif_get_extras()
/Linux-v6.6/drivers/net/
Dxen-netfront.c961 } while (extra.flags & XEN_NETIF_EXTRA_FLAG_MORE); in xennet_get_extras()