Lines Matching refs:TXGBE_PSRCTL
2507 fctrl = rd32(hw, TXGBE_PSRCTL); in txgbe_dev_promiscuous_enable()
2509 wr32(hw, TXGBE_PSRCTL, fctrl); in txgbe_dev_promiscuous_enable()
2520 fctrl = rd32(hw, TXGBE_PSRCTL); in txgbe_dev_promiscuous_disable()
2526 wr32(hw, TXGBE_PSRCTL, fctrl); in txgbe_dev_promiscuous_disable()
2537 fctrl = rd32(hw, TXGBE_PSRCTL); in txgbe_dev_allmulticast_enable()
2539 wr32(hw, TXGBE_PSRCTL, fctrl); in txgbe_dev_allmulticast_enable()
2553 fctrl = rd32(hw, TXGBE_PSRCTL); in txgbe_dev_allmulticast_disable()
2555 wr32(hw, TXGBE_PSRCTL, fctrl); in txgbe_dev_allmulticast_disable()
3251 psrctl = rd32(hw, TXGBE_PSRCTL); in txgbe_uc_hash_table_set()
3259 wr32(hw, TXGBE_PSRCTL, psrctl); in txgbe_uc_hash_table_set()
3288 psrctl = rd32(hw, TXGBE_PSRCTL); in txgbe_uc_all_hash_table_set()
3296 wr32(hw, TXGBE_PSRCTL, psrctl); in txgbe_uc_all_hash_table_set()