Lines Matching defs:rfe_ctl
354 u32 rfe_ctl;
1255 pdata->rfe_ctl);
1268 lan78xx_write_reg(dev, RFE_CTL, pdata->rfe_ctl);
1280 pdata->rfe_ctl &= ~(RFE_CTL_UCAST_EN_ | RFE_CTL_MCAST_EN_ |
1292 pdata->rfe_ctl |= RFE_CTL_BCAST_EN_;
1296 pdata->rfe_ctl |= RFE_CTL_MCAST_EN_ | RFE_CTL_UCAST_EN_;
1301 pdata->rfe_ctl |= RFE_CTL_MCAST_EN_;
1311 pdata->rfe_ctl |= RFE_CTL_DA_PERFECT_;
1323 pdata->rfe_ctl |= RFE_CTL_MCAST_HASH_;
2580 pdata->rfe_ctl |= RFE_CTL_TCPUDP_COE_ | RFE_CTL_IP_COE_;
2581 pdata->rfe_ctl |= RFE_CTL_ICMP_COE_ | RFE_CTL_IGMP_COE_;
2583 pdata->rfe_ctl &= ~(RFE_CTL_TCPUDP_COE_ | RFE_CTL_IP_COE_);
2584 pdata->rfe_ctl &= ~(RFE_CTL_ICMP_COE_ | RFE_CTL_IGMP_COE_);
2588 pdata->rfe_ctl |= RFE_CTL_VLAN_STRIP_;
2590 pdata->rfe_ctl &= ~RFE_CTL_VLAN_STRIP_;
2593 pdata->rfe_ctl |= RFE_CTL_VLAN_FILTER_;
2595 pdata->rfe_ctl &= ~RFE_CTL_VLAN_FILTER_;
2599 lan78xx_write_reg(dev, RFE_CTL, pdata->rfe_ctl);
2990 ret = lan78xx_read_reg(dev, RFE_CTL, &pdata->rfe_ctl);
2994 pdata->rfe_ctl |= RFE_CTL_BCAST_EN_ | RFE_CTL_DA_PERFECT_;
2996 ret = lan78xx_write_reg(dev, RFE_CTL, pdata->rfe_ctl);