Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c3533 u64 pfflp; in ixgbe_set_source_address_pruning_X550() local
3539 pfflp = (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPL); in ixgbe_set_source_address_pruning_X550()
3540 pfflp |= (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPH) << 32; in ixgbe_set_source_address_pruning_X550()
3543 pfflp |= (1ULL << pool); in ixgbe_set_source_address_pruning_X550()
3545 pfflp &= ~(1ULL << pool); in ixgbe_set_source_address_pruning_X550()
3547 IXGBE_WRITE_REG(hw, IXGBE_PFFLPL, (u32)pfflp); in ixgbe_set_source_address_pruning_X550()
3548 IXGBE_WRITE_REG(hw, IXGBE_PFFLPH, (u32)(pfflp >> 32)); in ixgbe_set_source_address_pruning_X550()