Home
last modified time | relevance | path

Searched refs:IGC_RCTL (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/igc/base/
H A Digc_base.c166 rctl = IGC_READ_REG(hw, IGC_RCTL); in igc_rx_fifo_flush_base()
170 IGC_WRITE_REG(hw, IGC_RCTL, temp_rctl); in igc_rx_fifo_flush_base()
171 IGC_WRITE_REG(hw, IGC_RCTL, temp_rctl | IGC_RCTL_EN); in igc_rx_fifo_flush_base()
180 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in igc_rx_fifo_flush_base()
H A Digc_regs.h61 #define IGC_RCTL 0x00100 /* Rx Control - RW */ macro
H A Digc_i225.c217 IGC_WRITE_REG(hw, IGC_RCTL, 0); in igc_reset_hw_i225()
/dpdk/drivers/net/igc/
H A Digc_ethdev.c586 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_rxtx_control()
598 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_rxtx_control()
1391 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_promiscuous_enable()
1393 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_promiscuous_enable()
1403 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_promiscuous_disable()
1409 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_promiscuous_disable()
1419 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_allmulticast_enable()
1421 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_allmulticast_enable()
1434 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_allmulticast_disable()
1436 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_allmulticast_disable()
[all …]
H A Digc_txrx.c1080 rctl = IGC_READ_REG(hw, IGC_RCTL); in igc_rx_init()
1081 IGC_WRITE_REG(hw, IGC_RCTL, rctl & ~IGC_RCTL_EN); in igc_rx_init()
1215 rctl |= IGC_READ_REG(hw, IGC_RCTL); in igc_rx_init()
1269 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in igc_rx_init()