Searched refs:first_interrupt (Results 1 – 3 of 3) sorted by relevance
132 u8 first_interrupt ____cacheline_aligned;
2045 WRITE_ONCE(ena_napi->first_interrupt, true); in ena_intr_msix_io()3698 if (likely(READ_ONCE(ena_napi->first_interrupt))) in check_for_rx_interrupt_queue()3742 if (unlikely(!READ_ONCE(ena_napi->first_interrupt) && is_tx_comp_time_expired)) { in check_missing_comp_in_tx_queue()
2882 u16 interrupt_id, interrupt_offset, first_interrupt, last_interrupt; in hl_interrupt_wait_ioctl() local2900 first_interrupt = prop->first_available_user_msix_interrupt; in hl_interrupt_wait_ioctl()2904 if ((interrupt_id < first_interrupt || interrupt_id > last_interrupt) && in hl_interrupt_wait_ioctl()2913 interrupt_offset = interrupt_id - first_interrupt; in hl_interrupt_wait_ioctl()
Completed in 17 milliseconds