Home
last modified time | relevance | path

Searched refs:IGC_STATUS (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A 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()
H A Digc_regs.h9 #define IGC_STATUS 0x00008 /* Device Status - RO */ macro
261 #define wrfl() ((void)rd32(IGC_STATUS))
H A Digc_mac.c32 if (!(rd32(IGC_STATUS) & in igc_disable_pcie_master()
686 status = rd32(IGC_STATUS); in igc_get_speed_and_duplex_copper()
H A Digc_dump.c14 {IGC_STATUS, "STATUS"},
H A Digc_base.c170 hw->bus.func = (rd32(IGC_STATUS) & IGC_STATUS_FUNC_MASK) >> in igc_init_phy_params_base()
H A Digc_ethtool.c161 regs_buff[1] = rd32(IGC_STATUS); in igc_ethtool_get_regs()
1721 0 : rd32(IGC_STATUS); in igc_ethtool_get_link_ksettings()
H A Digc_main.c2242 !(rd32(IGC_STATUS) & IGC_STATUS_TXOFF)) { in igc_clean_tx_irq()
5491 status = rd32(IGC_STATUS); in __igc_shutdown()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A 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()
H A Digc_regs.h9 #define IGC_STATUS 0x00008 /* Device Status - RO */ macro
324 #define wrfl() ((void)rd32(IGC_STATUS))
H A Digc_mac.c32 if (!(rd32(IGC_STATUS) & in igc_disable_pcie_master()
686 status = rd32(IGC_STATUS); in igc_get_speed_and_duplex_copper()
H A Digc_base.c165 hw->bus.func = (rd32(IGC_STATUS) & IGC_STATUS_FUNC_MASK) >> in igc_init_phy_params_base()
H A Digc_dump.c14 {IGC_STATUS, "STATUS"},
H A 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()
H A Digc_main.c3065 !(rd32(IGC_STATUS) & IGC_STATUS_TXOFF) && in igc_clean_tx_irq()
7038 status = rd32(IGC_STATUS); in __igc_shutdown()

Completed in 26 milliseconds