Lines Matching refs:IGC_RCTL
586 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()
1594 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_mtu_set()
1599 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_mtu_set()
2217 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_flow_ctrl_set()
2225 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_flow_ctrl_set()
2428 igc_read_reg_check_clear_bits(hw, IGC_RCTL, in igc_vlan_hw_filter_disable()
2441 reg_val = IGC_READ_REG(hw, IGC_RCTL); in igc_vlan_hw_filter_enable()
2444 IGC_WRITE_REG(hw, IGC_RCTL, reg_val); in igc_vlan_hw_filter_enable()