Home
last modified time | relevance | path

Searched refs:first_interrupt (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/ena/
H A Dena.h332 bool first_interrupt; member
H A Dena_datapath.c93 tx_ring->first_interrupt = true; in ena_cleanup()
94 rx_ring->first_interrupt = true; in ena_cleanup()
H A Dena.c384 ring->first_interrupt = false; in ena_init_io_rings_common()
2994 if (likely(rx_ring->first_interrupt)) in check_for_rx_interrupt_queue()
3035 if (unlikely(!tx_ring->first_interrupt && in check_missing_comp_in_tx_queue()