Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_regs.h29 #define IGC_ICR 0x01500 /* Intr Cause Read - RC/W1C */ macro
H A Dif_igc.c346 regs_buff[3] = IGC_READ_REG(hw, IGC_ICR); in igc_get_regs()
886 IGC_READ_REG(&sc->hw, IGC_ICR); in igc_if_init()
1051 reg_icr = IGC_READ_REG(hw, IGC_ICR); in igc_intr()
1149 reg_icr = IGC_READ_REG(&sc->hw, IGC_ICR); in igc_msix_link()
H A Digc_i225.c223 IGC_READ_REG(hw, IGC_ICR); in igc_reset_hw_i225()