Searched refs:first_interrupt (Results 1 – 3 of 3) sorted by relevance
123 u8 first_interrupt ____cacheline_aligned;
1553 WRITE_ONCE(ena_napi->first_interrupt, true); in ena_intr_msix_io()3382 if (likely(READ_ONCE(ena_napi->first_interrupt))) in check_for_rx_interrupt_queue()3429 if (unlikely(!READ_ONCE(ena_napi->first_interrupt) && is_tx_comp_time_expired)) { in check_missing_comp_in_tx_queue()
3626 u16 interrupt_id, first_interrupt, last_interrupt; in hl_interrupt_wait_ioctl() local3644 first_interrupt = prop->first_available_user_interrupt; in hl_interrupt_wait_ioctl()3658 } else if (interrupt_id >= first_interrupt && interrupt_id <= last_interrupt) { in hl_interrupt_wait_ioctl()3660 int_idx = interrupt_id - first_interrupt + prop->user_dec_intr_count; in hl_interrupt_wait_ioctl()