Home
last modified time | relevance | path

Searched refs:INTR_FLAG_MSI_ENABLED (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/microchip/
Dlan743x_main.h945 #define INTR_FLAG_MSI_ENABLED BIT(8) macro
Dlan743x_main.c483 if (intr->flags & INTR_FLAG_MSI_ENABLED) { in lan743x_intr_close()
485 intr->flags &= ~INTR_FLAG_MSI_ENABLED; in lan743x_intr_close()
537 intr->flags |= INTR_FLAG_MSI_ENABLED; in lan743x_intr_open()