Searched refs:pfflp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 3541 u64 pfflp; in ixgbe_set_source_address_pruning_X550() local 3547 pfflp = (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPL); in ixgbe_set_source_address_pruning_X550() 3548 pfflp |= (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPH) << 32; in ixgbe_set_source_address_pruning_X550() 3551 pfflp |= (1ULL << pool); in ixgbe_set_source_address_pruning_X550() 3553 pfflp &= ~(1ULL << pool); in ixgbe_set_source_address_pruning_X550() 3555 IXGBE_WRITE_REG(hw, IXGBE_PFFLPL, (u32)pfflp); in ixgbe_set_source_address_pruning_X550() 3556 IXGBE_WRITE_REG(hw, IXGBE_PFFLPH, (u32)(pfflp >> 32)); in ixgbe_set_source_address_pruning_X550()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 3591 u64 pfflp; in ixgbe_set_source_address_pruning_X550() local 3597 pfflp = (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPL); in ixgbe_set_source_address_pruning_X550() 3598 pfflp |= (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPH) << 32; in ixgbe_set_source_address_pruning_X550() 3601 pfflp |= (1ULL << pool); in ixgbe_set_source_address_pruning_X550() 3603 pfflp &= ~(1ULL << pool); in ixgbe_set_source_address_pruning_X550() 3605 IXGBE_WRITE_REG(hw, IXGBE_PFFLPL, (u32)pfflp); in ixgbe_set_source_address_pruning_X550() 3606 IXGBE_WRITE_REG(hw, IXGBE_PFFLPH, (u32)(pfflp >> 32)); in ixgbe_set_source_address_pruning_X550()
|
Completed in 9 milliseconds