Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Digc_mac.c716 status = IGC_READ_REG(hw, IGC_STATUS); in igc_get_speed_and_duplex_copper_generic()
820 if (!(IGC_READ_REG(hw, IGC_STATUS) & in igc_disable_pcie_master_generic()
H A Dif_igc.h334 #define IGC_WRITE_FLUSH(a) IGC_READ_REG(a, IGC_STATUS)
H A Digc_regs.h15 #define IGC_STATUS 0x00008 /* Device Status - RO */ macro
H A Dif_igc.c613 status = IGC_READ_REG(hw, IGC_STATUS); in igc_init_dmac()
632 status = IGC_READ_REG(hw, IGC_STATUS); in igc_init_dmac()
1632 if (IGC_READ_REG(&sc->hw, IGC_STATUS) & IGC_STATUS_LU) { in igc_update_link_status()