Lines Matching defs:rfctl
1593 u32 rfctl;
1596 rfctl = lan743x_csr_read(adapter, RFE_CTL);
1597 rfctl &= ~(RFE_CTL_AU_ | RFE_CTL_AM_ |
1599 rfctl |= RFE_CTL_AB_;
1601 rfctl |= RFE_CTL_AM_ | RFE_CTL_AU_;
1604 rfctl |= RFE_CTL_AM_;
1608 rfctl |= RFE_CTL_IP_COE_ | RFE_CTL_TCP_UDP_COE_;
1615 rfctl |= RFE_CTL_DA_PERFECT_;
1637 rfctl |= RFE_CTL_MCAST_HASH_;
1646 lan743x_csr_write(adapter, RFE_CTL, rfctl);