Home
last modified time | relevance | path

Searched refs:A_XGM_INT_ENABLE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c1876 A_XGM_INT_ENABLE + mac->offset, in mac_intr_handler()
2120 t3_write_reg(adapter, XGM_REG(A_XGM_INT_ENABLE, idx), XGM_INTR_MASK); in t3_port_intr_enable()
2121 t3_read_reg(adapter, XGM_REG(A_XGM_INT_ENABLE, idx)); /* flush */ in t3_port_intr_enable()
2137 t3_write_reg(adapter, XGM_REG(A_XGM_INT_ENABLE, idx), 0); in t3_port_intr_disable()
2138 t3_read_reg(adapter, XGM_REG(A_XGM_INT_ENABLE, idx)); /* flush */ in t3_port_intr_disable()
Dcxgb3_main.c223 A_XGM_INT_ENABLE + in t3_os_link_fault()
277 A_XGM_INT_ENABLE + pi->mac.offset, in t3_os_link_changed()
288 A_XGM_INT_ENABLE + pi->mac.offset, in t3_os_link_changed()
Dregs.h2380 #define A_XGM_INT_ENABLE 0x8d4 macro