Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c3586 u64 pfflp; in ixgbe_set_source_address_pruning_X550() local
3592 pfflp = (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPL); in ixgbe_set_source_address_pruning_X550()
3593 pfflp |= (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPH) << 32; in ixgbe_set_source_address_pruning_X550()
3596 pfflp |= (1ULL << pool); in ixgbe_set_source_address_pruning_X550()
3598 pfflp &= ~(1ULL << pool); in ixgbe_set_source_address_pruning_X550()
3600 IXGBE_WRITE_REG(hw, IXGBE_PFFLPL, (u32)pfflp); in ixgbe_set_source_address_pruning_X550()
3601 IXGBE_WRITE_REG(hw, IXGBE_PFFLPH, (u32)(pfflp >> 32)); in ixgbe_set_source_address_pruning_X550()