Searched refs:interrupts_masked (Results 1 – 2 of 2) sorted by relevance
127 u8 interrupts_masked; member
1492 READ_ONCE(ena_napi->interrupts_masked)) { in ena_io_poll() 1493 smp_rmb(); /* make sure interrupts_masked is read */ in ena_io_poll() 1494 WRITE_ONCE(ena_napi->interrupts_masked, false); in ena_io_poll() 1544 WRITE_ONCE(ena_napi->interrupts_masked, true);1545 smp_wmb(); /* write interrupts_masked before calling napi */ in ena_enable_msix()