Searched refs:A_SG_INT_CAUSE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 937 writel(0xffffffff, sge->adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_clear() 946 u32 cause = readl(adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_error_handler() 973 writel(cause, adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_error_handler()
|
H A D | regs.h | 250 #define A_SG_INT_CAUSE 0xbc macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 928 writel(0xffffffff, sge->adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_clear() 937 u32 cause = readl(adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_error_handler() 968 writel(cause, adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_error_handler()
|
H A D | regs.h | 241 #define A_SG_INT_CAUSE 0xbc macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 2869 unsigned int v, status = t3_read_reg(adapter, A_SG_INT_CAUSE) & in t3_sge_err_intr_handler() 2899 t3_write_reg(adapter, A_SG_INT_CAUSE, status); in t3_sge_err_intr_handler()
|
H A D | cxgb3_main.c | 2767 status = t3_read_reg(adapter, A_SG_INT_CAUSE); in t3_adap_check_task() 2788 t3_write_reg(adapter, A_SG_INT_CAUSE, reset); in t3_adap_check_task()
|
H A D | regs.h | 190 #define A_SG_INT_CAUSE 0x5c macro
|
H A D | t3_hw.c | 2060 A_SG_INT_CAUSE, in t3_intr_clear()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 2765 status = t3_read_reg(adapter, A_SG_INT_CAUSE); in t3_adap_check_task() 2786 t3_write_reg(adapter, A_SG_INT_CAUSE, reset); in t3_adap_check_task()
|
H A D | sge.c | 2867 unsigned int v, status = t3_read_reg(adapter, A_SG_INT_CAUSE) & in t3_sge_err_intr_handler() 2897 t3_write_reg(adapter, A_SG_INT_CAUSE, status); in t3_sge_err_intr_handler()
|
H A D | regs.h | 190 #define A_SG_INT_CAUSE 0x5c macro
|
H A D | t3_hw.c | 1995 A_SG_INT_CAUSE, in t3_intr_clear()
|
Completed in 79 milliseconds