Lines Matching refs:psrctl
3518 uint32_t psrctl; in txgbe_uc_hash_table_set() local
3547 psrctl = rd32(hw, TXGBE_PSRCTL); in txgbe_uc_hash_table_set()
3549 psrctl |= TXGBE_PSRCTL_UCHFENA; in txgbe_uc_hash_table_set()
3551 psrctl &= ~TXGBE_PSRCTL_UCHFENA; in txgbe_uc_hash_table_set()
3553 psrctl &= ~TXGBE_PSRCTL_ADHF12_MASK; in txgbe_uc_hash_table_set()
3554 psrctl |= TXGBE_PSRCTL_ADHF12(hw->mac.mc_filter_type); in txgbe_uc_hash_table_set()
3555 wr32(hw, TXGBE_PSRCTL, psrctl); in txgbe_uc_hash_table_set()
3565 uint32_t psrctl; in txgbe_uc_all_hash_table_set() local
3584 psrctl = rd32(hw, TXGBE_PSRCTL); in txgbe_uc_all_hash_table_set()
3586 psrctl |= TXGBE_PSRCTL_UCHFENA; in txgbe_uc_all_hash_table_set()
3588 psrctl &= ~TXGBE_PSRCTL_UCHFENA; in txgbe_uc_all_hash_table_set()
3590 psrctl &= ~TXGBE_PSRCTL_ADHF12_MASK; in txgbe_uc_all_hash_table_set()
3591 psrctl |= TXGBE_PSRCTL_ADHF12(hw->mac.mc_filter_type); in txgbe_uc_all_hash_table_set()
3592 wr32(hw, TXGBE_PSRCTL, psrctl); in txgbe_uc_all_hash_table_set()