Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/xen-netback/
Dnetback.c471 make_tx_response(queue, txp, 0, XEN_NETIF_RSP_OKAY); in xenvif_get_requests()
503 XEN_NETIF_RSP_OKAY); in xenvif_get_requests()
604 XEN_NETIF_RSP_OKAY); in xenvif_tx_check_gop()
646 XEN_NETIF_RSP_OKAY); in xenvif_tx_check_gop()
671 XEN_NETIF_RSP_OKAY); in xenvif_tx_check_gop()
682 XEN_NETIF_RSP_OKAY); in xenvif_tx_check_gop()
998 XEN_NETIF_RSP_OKAY : in xenvif_tx_build_gops()
1011 XEN_NETIF_RSP_OKAY); in xenvif_tx_build_gops()
1407 XEN_NETIF_RSP_OKAY); in xenvif_tx_dealloc_action()
/kernel/linux/linux-5.10/include/xen/interface/io/
Dnetif.h953 #define XEN_NETIF_RSP_OKAY 0 macro