Home
last modified time | relevance | path

Searched refs:IGC_STATUS (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_diag.c95 before = rd32(IGC_STATUS); in igc_reg_test()
97 wr32(IGC_STATUS, toggle); in igc_reg_test()
98 after = rd32(IGC_STATUS) & toggle; in igc_reg_test()
107 wr32(IGC_STATUS, before); in igc_reg_test()
Digc_regs.h9 #define IGC_STATUS 0x00008 /* Device Status - RO */ macro
324 #define wrfl() ((void)rd32(IGC_STATUS))
Digc_mac.c32 if (!(rd32(IGC_STATUS) & in igc_disable_pcie_master()
686 status = rd32(IGC_STATUS); in igc_get_speed_and_duplex_copper()
Digc_base.c165 hw->bus.func = (rd32(IGC_STATUS) & IGC_STATUS_FUNC_MASK) >> in igc_init_phy_params_base()
Digc_dump.c14 {IGC_STATUS, "STATUS"},
Digc_ethtool.c181 regs_buff[1] = rd32(IGC_STATUS); in igc_ethtool_get_regs()
1799 0 : rd32(IGC_STATUS); in igc_ethtool_get_link_ksettings()
Digc_main.c3065 !(rd32(IGC_STATUS) & IGC_STATUS_TXOFF) && in igc_clean_tx_irq()
7049 status = rd32(IGC_STATUS); in __igc_shutdown()