Searched refs:IGC_RCTL (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_base.c | 166 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 D | igc_regs.h | 61 #define IGC_RCTL 0x00100 /* Rx Control - RW */ macro
|
| H A D | igc_i225.c | 217 IGC_WRITE_REG(hw, IGC_RCTL, 0); in igc_reset_hw_i225()
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 590 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 D | igc_txrx.c | 1097 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()
|