Lines Matching refs:rx_config
741 u16 rx_config, val; in rtase_hw_set_features() local
743 rx_config = rtase_r16(tp, RTASE_RX_CONFIG_0); in rtase_hw_set_features()
745 rx_config |= (RTASE_ACCEPT_ERR | RTASE_ACCEPT_RUNT); in rtase_hw_set_features()
747 rx_config &= ~(RTASE_ACCEPT_ERR | RTASE_ACCEPT_RUNT); in rtase_hw_set_features()
749 rtase_w16(tp, RTASE_RX_CONFIG_0, rx_config); in rtase_hw_set_features()
757 rx_config = rtase_r16(tp, RTASE_RX_CONFIG_1); in rtase_hw_set_features()
759 rx_config |= (RTASE_INNER_VLAN_DETAG_EN | in rtase_hw_set_features()
762 rx_config &= ~(RTASE_INNER_VLAN_DETAG_EN | in rtase_hw_set_features()
765 rtase_w16(tp, RTASE_RX_CONFIG_1, rx_config); in rtase_hw_set_features()
841 u16 rx_config; in rtase_nic_reset() local
844 rx_config = rtase_r16(tp, RTASE_RX_CONFIG_0); in rtase_nic_reset()
845 rtase_w16(tp, RTASE_RX_CONFIG_0, rx_config & ~RTASE_ACCEPT_MASK); in rtase_nic_reset()
868 rtase_w16(tp, RTASE_RX_CONFIG_0, rx_config); in rtase_nic_reset()