Lines Matching refs:IGC_RCTL
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()
1600 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_mtu_set()
1612 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_mtu_set()
2235 rctl = IGC_READ_REG(hw, IGC_RCTL); in eth_igc_flow_ctrl_set()
2243 IGC_WRITE_REG(hw, IGC_RCTL, rctl); in eth_igc_flow_ctrl_set()
2446 igc_read_reg_check_clear_bits(hw, IGC_RCTL, in igc_vlan_hw_filter_disable()
2459 reg_val = IGC_READ_REG(hw, IGC_RCTL); in igc_vlan_hw_filter_enable()
2462 IGC_WRITE_REG(hw, IGC_RCTL, reg_val); in igc_vlan_hw_filter_enable()