Searched refs:NETBK_TX_EOI (Results 1 – 3 of 3) sorted by relevance
95 old = atomic_fetch_or(NETBK_TX_EOI, &queue->eoi_pending); in xenvif_tx_interrupt()96 WARN(old & NETBK_TX_EOI, "Interrupt while EOI pending\n"); in xenvif_tx_interrupt()99 atomic_andnot(NETBK_TX_EOI, &queue->eoi_pending); in xenvif_tx_interrupt()
154 #define NETBK_TX_EOI 0x02 macro
172 else if (atomic_fetch_andnot(NETBK_TX_EOI | NETBK_COMMON_EOI, in xenvif_napi_schedule_or_enable_events()174 (NETBK_TX_EOI | NETBK_COMMON_EOI)) in xenvif_napi_schedule_or_enable_events()