Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_base.c163 temp_rctl = rctl & ~(IGC_RCTL_EN | IGC_RCTL_SBP); in igc_rx_fifo_flush_base()
167 IGC_WRITE_REG(hw, IGC_RCTL, temp_rctl | IGC_RCTL_EN); in igc_rx_fifo_flush_base()
H A Digc_defines.h145 #define IGC_RCTL_EN 0x00000002 /* enable */ macro
H A Dif_igc.c2171 IGC_WRITE_REG(hw, IGC_RCTL, rctl & ~IGC_RCTL_EN); in igc_initialize_receive_unit()
2175 rctl |= IGC_RCTL_EN | IGC_RCTL_BAM | in igc_initialize_receive_unit()