Home
last modified time | relevance | path

Searched refs:NETBK_TX_EOI (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dinterface.c94 old = atomic_fetch_or(NETBK_TX_EOI, &queue->eoi_pending); in xenvif_tx_interrupt()
95 WARN(old & NETBK_TX_EOI, "Interrupt while EOI pending\n"); in xenvif_tx_interrupt()
98 atomic_andnot(NETBK_TX_EOI, &queue->eoi_pending); in xenvif_tx_interrupt()
H A Dcommon.h143 * NETBK_COMMON_EOI, otherwise NETBK_RX_EOI and NETBK_TX_EOI are set
147 * NETBK_TX_EOI) are set and they will reset those bits.
151 #define NETBK_TX_EOI 0x02 macro
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 Dinterface.c92 old = atomic_fetch_or(NETBK_TX_EOI, &queue->eoi_pending); in xenvif_tx_interrupt()
93 WARN(old & NETBK_TX_EOI, "Interrupt while EOI pending\n"); in xenvif_tx_interrupt()
96 atomic_andnot(NETBK_TX_EOI, &queue->eoi_pending); in xenvif_tx_interrupt()
H A Dcommon.h143 * NETBK_COMMON_EOI, otherwise NETBK_RX_EOI and NETBK_TX_EOI are set
147 * NETBK_TX_EOI) are set and they will reset those bits.
151 #define NETBK_TX_EOI 0x02 macro
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 9 milliseconds