Lines Matching refs:psrctl
3222 uint32_t psrctl; in txgbe_uc_hash_table_set() local
3251 psrctl = rd32(hw, TXGBE_PSRCTL); in txgbe_uc_hash_table_set()
3253 psrctl |= TXGBE_PSRCTL_UCHFENA; in txgbe_uc_hash_table_set()
3255 psrctl &= ~TXGBE_PSRCTL_UCHFENA; in txgbe_uc_hash_table_set()
3257 psrctl &= ~TXGBE_PSRCTL_ADHF12_MASK; in txgbe_uc_hash_table_set()
3258 psrctl |= TXGBE_PSRCTL_ADHF12(hw->mac.mc_filter_type); in txgbe_uc_hash_table_set()
3259 wr32(hw, TXGBE_PSRCTL, psrctl); in txgbe_uc_hash_table_set()
3269 uint32_t psrctl; in txgbe_uc_all_hash_table_set() local
3288 psrctl = rd32(hw, TXGBE_PSRCTL); in txgbe_uc_all_hash_table_set()
3290 psrctl |= TXGBE_PSRCTL_UCHFENA; in txgbe_uc_all_hash_table_set()
3292 psrctl &= ~TXGBE_PSRCTL_UCHFENA; in txgbe_uc_all_hash_table_set()
3294 psrctl &= ~TXGBE_PSRCTL_ADHF12_MASK; in txgbe_uc_all_hash_table_set()
3295 psrctl |= TXGBE_PSRCTL_ADHF12(hw->mac.mc_filter_type); in txgbe_uc_all_hash_table_set()
3296 wr32(hw, TXGBE_PSRCTL, psrctl); in txgbe_uc_all_hash_table_set()