Searched refs:A_SG_CONTROL (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 745 writel(sge->sge_control, adapter->regs + A_SG_CONTROL); in t1_vlan_mode() 746 readl(adapter->regs + A_SG_CONTROL); /* flush */ in t1_vlan_mode() 758 writel(0, ap->regs + A_SG_CONTROL); in configure_sge() 1992 writel(0, sge->adapter->regs + A_SG_CONTROL); in t1_sge_stop() 1993 readl(sge->adapter->regs + A_SG_CONTROL); /* flush */ in t1_sge_stop() 2014 writel(sge->sge_control, sge->adapter->regs + A_SG_CONTROL); in t1_sge_start() 2016 readl(sge->adapter->regs + A_SG_CONTROL); /* flush */ in t1_sge_start()
|
D | regs.h | 42 #define A_SG_CONTROL 0x0 macro
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 3274 t3_set_reg_field(adap, A_SG_CONTROL, F_GLOBALENABLE, F_GLOBALENABLE); in t3_sge_start() 3291 t3_set_reg_field(adap, A_SG_CONTROL, F_GLOBALENABLE, 0); in t3_sge_stop_dma() 3343 t3_write_reg(adap, A_SG_CONTROL, ctrl); in t3_sge_init()
|
D | regs.h | 2 #define A_SG_CONTROL 0x0 macro
|