Lines Matching defs:rfe_ctl
303 u32 rfe_ctl;
1043 pdata->rfe_ctl);
1056 lan78xx_write_reg(dev, RFE_CTL, pdata->rfe_ctl);
1068 pdata->rfe_ctl &= ~(RFE_CTL_UCAST_EN_ | RFE_CTL_MCAST_EN_ |
1079 pdata->rfe_ctl |= RFE_CTL_BCAST_EN_;
1083 pdata->rfe_ctl |= RFE_CTL_MCAST_EN_ | RFE_CTL_UCAST_EN_;
1088 pdata->rfe_ctl |= RFE_CTL_MCAST_EN_;
1098 pdata->rfe_ctl |= RFE_CTL_DA_PERFECT_;
1110 pdata->rfe_ctl |= RFE_CTL_MCAST_HASH_;
2312 pdata->rfe_ctl |= RFE_CTL_TCPUDP_COE_ | RFE_CTL_IP_COE_;
2313 pdata->rfe_ctl |= RFE_CTL_ICMP_COE_ | RFE_CTL_IGMP_COE_;
2315 pdata->rfe_ctl &= ~(RFE_CTL_TCPUDP_COE_ | RFE_CTL_IP_COE_);
2316 pdata->rfe_ctl &= ~(RFE_CTL_ICMP_COE_ | RFE_CTL_IGMP_COE_);
2320 pdata->rfe_ctl |= RFE_CTL_VLAN_STRIP_;
2322 pdata->rfe_ctl &= ~RFE_CTL_VLAN_STRIP_;
2325 pdata->rfe_ctl |= RFE_CTL_VLAN_FILTER_;
2327 pdata->rfe_ctl &= ~RFE_CTL_VLAN_FILTER_;
2331 lan78xx_write_reg(dev, RFE_CTL, pdata->rfe_ctl);
2501 ret = lan78xx_read_reg(dev, RFE_CTL, &pdata->rfe_ctl);
2502 pdata->rfe_ctl |= RFE_CTL_BCAST_EN_ | RFE_CTL_DA_PERFECT_;
2503 ret = lan78xx_write_reg(dev, RFE_CTL, pdata->rfe_ctl);