Searched refs:first_interrupt (Results 1 – 3 of 3) sorted by relevance
136 u8 first_interrupt ____cacheline_aligned;
2106 WRITE_ONCE(ena_napi->first_interrupt, true); in ena_intr_msix_io()3912 if (likely(READ_ONCE(ena_napi->first_interrupt))) in check_for_rx_interrupt_queue()3955 if (unlikely(!READ_ONCE(ena_napi->first_interrupt) && is_tx_comp_time_expired)) { in check_missing_comp_in_tx_queue()
3568 u16 interrupt_id, first_interrupt, last_interrupt; in hl_interrupt_wait_ioctl() local3586 first_interrupt = prop->first_available_user_interrupt; in hl_interrupt_wait_ioctl()3600 } else if (interrupt_id >= first_interrupt && interrupt_id <= last_interrupt) { in hl_interrupt_wait_ioctl()3602 int_idx = interrupt_id - first_interrupt + prop->user_dec_intr_count; in hl_interrupt_wait_ioctl()