Home
last modified time | relevance | path

Searched refs:pfflp (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c727 u64 pfflp; in ixgbe_set_source_address_pruning_X550() local
733 pfflp = (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPL); in ixgbe_set_source_address_pruning_X550()
734 pfflp |= (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPH) << 32; in ixgbe_set_source_address_pruning_X550()
737 pfflp |= (1ULL << pool); in ixgbe_set_source_address_pruning_X550()
739 pfflp &= ~(1ULL << pool); in ixgbe_set_source_address_pruning_X550()
741 IXGBE_WRITE_REG(hw, IXGBE_PFFLPL, (u32)pfflp); in ixgbe_set_source_address_pruning_X550()
742 IXGBE_WRITE_REG(hw, IXGBE_PFFLPH, (u32)(pfflp >> 32)); in ixgbe_set_source_address_pruning_X550()