Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c590 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_rxtx_control()
602 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_rxtx_control()
1397 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_promiscuous_enable()
1399 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_promiscuous_enable()
1409 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_promiscuous_disable()
1415 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_promiscuous_disable()
1425 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_allmulticast_enable()
1427 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_allmulticast_enable()
1440 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_allmulticast_disable()
1442 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_allmulticast_disable()
[all …]
H A Digc_txrx.c1097 rctl = IGC_READ_REG(hw, IGC_RCTL); in igc_rx_init()
1098 IGC_WRITE_REG(hw, IGC_RCTL, rctl & ~IGC_RCTL_EN); in igc_rx_init()
1232 rctl |= IGC_READ_REG(hw, IGC_RCTL); in igc_rx_init()
1286 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in igc_rx_init()