Searched refs:pfflp (Results 1 – 1 of 1) sorted by relevance
3540 u64 pfflp; in ixgbe_set_source_address_pruning_x550() local3546 pfflp = (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPL); in ixgbe_set_source_address_pruning_x550()3547 pfflp |= (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPH) << 32; in ixgbe_set_source_address_pruning_x550()3550 pfflp |= (1ULL << pool); in ixgbe_set_source_address_pruning_x550()3552 pfflp &= ~(1ULL << pool); in ixgbe_set_source_address_pruning_x550()3554 IXGBE_WRITE_REG(hw, IXGBE_PFFLPL, (u32)pfflp); in ixgbe_set_source_address_pruning_x550()3555 IXGBE_WRITE_REG(hw, IXGBE_PFFLPH, (u32)(pfflp >> 32)); in ixgbe_set_source_address_pruning_x550()