Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_base.c167 temp_rctl = rctl & ~(IGC_RCTL_EN | IGC_RCTL_SBP); in igc_rx_fifo_flush_base()
171 IGC_WRITE_REG(hw, IGC_RCTL, temp_rctl | IGC_RCTL_EN); in igc_rx_fifo_flush_base()
H A Digc_defines.h159 #define IGC_RCTL_EN 0x00000002 /* enable */ macro
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c1098 IGC_WRITE_REG(hw, IGC_RCTL, rctl & ~IGC_RCTL_EN); in igc_rx_init()
1270 rctl |= IGC_RCTL_EN | IGC_RCTL_BAM | IGC_RCTL_LBM_NO | in igc_rx_init()
H A Digc_ethdev.c595 rctl |= IGC_RCTL_EN; in eth_igc_rxtx_control()
599 rctl &= ~IGC_RCTL_EN; in eth_igc_rxtx_control()