Searched refs:fdirhashcmd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 1367 u64 fdirhashcmd; in ixgbe_fdir_add_signature_filter_82599() local 1401 * The lower 32-bits of fdirhashcmd is for FDIRHASH, the upper 32-bits in ixgbe_fdir_add_signature_filter_82599() 1404 fdirhashcmd = (u64)fdircmd << 32; in ixgbe_fdir_add_signature_filter_82599() 1405 fdirhashcmd |= ixgbe_atr_compute_sig_hash_82599(input, common); in ixgbe_fdir_add_signature_filter_82599() 1406 IXGBE_WRITE_REG64(hw, IXGBE_FDIRHASH, fdirhashcmd); in ixgbe_fdir_add_signature_filter_82599() 1408 hw_dbg(hw, "Tx Queue=%x hash=%x\n", queue, (u32)fdirhashcmd); in ixgbe_fdir_add_signature_filter_82599()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 1367 u64 fdirhashcmd; in ixgbe_fdir_add_signature_filter_82599() local 1401 * The lower 32-bits of fdirhashcmd is for FDIRHASH, the upper 32-bits in ixgbe_fdir_add_signature_filter_82599() 1404 fdirhashcmd = (u64)fdircmd << 32; in ixgbe_fdir_add_signature_filter_82599() 1405 fdirhashcmd |= ixgbe_atr_compute_sig_hash_82599(input, common); in ixgbe_fdir_add_signature_filter_82599() 1406 IXGBE_WRITE_REG64(hw, IXGBE_FDIRHASH, fdirhashcmd); in ixgbe_fdir_add_signature_filter_82599() 1408 hw_dbg(hw, "Tx Queue=%x hash=%x\n", queue, (u32)fdirhashcmd); in ixgbe_fdir_add_signature_filter_82599()
|
Completed in 6 milliseconds