Searched refs:IMR_NORMAL_MASK (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.c | 157 atlx_imr_set(adapter, IMR_NORMAL_MASK); in atlx_irq_enable()
|
H A D | atl2.h | 178 #define IMR_NORMAL_MASK (\ macro
|
H A D | atl1.h | 274 #define IMR_NORMAL_MASK (\ macro
|
H A D | atl2.c | 328 ATL2_WRITE_REG(&adapter->hw, REG_IMR, IMR_NORMAL_MASK); in atl2_irq_enable()
|
H A D | atl1.c | 2441 atlx_imr_set(adapter, IMR_NORMAL_MASK); in atl1_rings_clean()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.c | 157 atlx_imr_set(adapter, IMR_NORMAL_MASK); in atlx_irq_enable()
|
H A D | atl2.h | 178 #define IMR_NORMAL_MASK (\ macro
|
H A D | atl1.h | 274 #define IMR_NORMAL_MASK (\ macro
|
H A D | atl2.c | 328 ATL2_WRITE_REG(&adapter->hw, REG_IMR, IMR_NORMAL_MASK); in atl2_irq_enable()
|
H A D | atl1.c | 2443 atlx_imr_set(adapter, IMR_NORMAL_MASK); in atl1_rings_clean()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.c | 45 #define IMR_NORMAL_MASK (ISR_ERROR | ISR_OVER | ISR_TX_PKT) macro 633 adpt->irq.mask = RX_PKT_INT0 | IMR_NORMAL_MASK; in emac_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.c | 44 #define IMR_NORMAL_MASK (ISR_ERROR | ISR_OVER | ISR_TX_PKT) macro 629 adpt->irq.mask = RX_PKT_INT0 | IMR_NORMAL_MASK; in emac_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.h | 570 #define IMR_NORMAL_MASK (\ macro
|
H A D | atl1e_main.c | 83 AT_WRITE_REG(&adapter->hw, REG_IMR, IMR_NORMAL_MASK); in atl1e_irq_enable() 1288 if ((status & IMR_NORMAL_MASK) == 0 || in atl1e_intr() 1343 IMR_NORMAL_MASK & ~ISR_RX_EVENT); in atl1e_intr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.h | 570 #define IMR_NORMAL_MASK (\ macro
|
H A D | atl1e_main.c | 83 AT_WRITE_REG(&adapter->hw, REG_IMR, IMR_NORMAL_MASK); in atl1e_irq_enable() 1288 if ((status & IMR_NORMAL_MASK) == 0 || in atl1e_intr() 1343 IMR_NORMAL_MASK & ~ISR_RX_EVENT); in atl1e_intr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.h | 706 #define IMR_NORMAL_MASK (\ macro
|
H A D | atl1c_main.c | 790 hw->intr_mask = IMR_NORMAL_MASK; in atl1c_sw_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.h | 730 #define IMR_NORMAL_MASK (\ macro
|
H A D | atl1c_main.c | 808 hw->intr_mask = IMR_NORMAL_MASK; in atl1c_sw_init()
|
Completed in 45 milliseconds