Searched refs:NETBK_TX_EOI (Results 1 – 3 of 3) sorted by relevance
92 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()
151 #define NETBK_TX_EOI 0x02 macro
174 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()