Home
last modified time | relevance | path

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

/linux/drivers/net/xen-netback/
H A Drx.c583 if (atomic_fetch_andnot(NETBK_RX_EOI | NETBK_COMMON_EOI, in xenvif_wait_for_rx_work()
585 (NETBK_RX_EOI | NETBK_COMMON_EOI)) in xenvif_wait_for_rx_work()
H A Dcommon.h152 #define NETBK_COMMON_EOI 0x04 macro
H A Dinterface.c164 old = atomic_fetch_or(NETBK_COMMON_EOI, &queue->eoi_pending); in xenvif_interrupt()
171 atomic_andnot(NETBK_COMMON_EOI, &queue->eoi_pending); in xenvif_interrupt()
H A Dnetback.c174 else if (atomic_fetch_andnot(NETBK_TX_EOI | NETBK_COMMON_EOI, in xenvif_napi_schedule_or_enable_events()
176 (NETBK_TX_EOI | NETBK_COMMON_EOI)) in xenvif_napi_schedule_or_enable_events()