Home
last modified time | relevance | path

Searched refs:NETBK_COMMON_EOI (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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.h143 * NETBK_COMMON_EOI, otherwise NETBK_RX_EOI and NETBK_TX_EOI are set
146 * NETBK_COMMON_EOI or their specific bits (NETBK_RX_EOI or
152 #define NETBK_COMMON_EOI 0x04 macro
H A Dinterface.c166 old = atomic_fetch_or(NETBK_COMMON_EOI, &queue->eoi_pending); in xenvif_interrupt()
173 atomic_andnot(NETBK_COMMON_EOI, &queue->eoi_pending); in xenvif_interrupt()
H A Dnetback.c173 else if (atomic_fetch_andnot(NETBK_TX_EOI | NETBK_COMMON_EOI, in xenvif_napi_schedule_or_enable_events()
175 (NETBK_TX_EOI | NETBK_COMMON_EOI)) in xenvif_napi_schedule_or_enable_events()
/kernel/linux/linux-6.6/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.h143 * NETBK_COMMON_EOI, otherwise NETBK_RX_EOI and NETBK_TX_EOI are set
146 * NETBK_COMMON_EOI or their specific bits (NETBK_RX_EOI or
152 #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.c173 else if (atomic_fetch_andnot(NETBK_TX_EOI | NETBK_COMMON_EOI, in xenvif_napi_schedule_or_enable_events()
175 (NETBK_TX_EOI | NETBK_COMMON_EOI)) in xenvif_napi_schedule_or_enable_events()

Completed in 12 milliseconds