<dec f='src/src/sys/dev/pci/ixgbe/ixgbe_api.h' l='163' type='u32 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common)'/>
<def f='src/src/sys/dev/pci/ixgbe/ixgbe_82599.c' l='1562' ll='1616' type='u32 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common)'/>
<use f='src/src/sys/dev/pci/ixgbe/ixgbe_82599.c' l='1663' u='c' c='ixgbe_fdir_add_signature_filter_82599'/>
<doc f='src/src/sys/dev/pci/ixgbe/ixgbe_82599.c' l='1552'>/**
 *  ixgbe_atr_compute_sig_hash_82599 - Compute the signature hash
 *  @stream: input bitstream to compute the hash on
 *
 *  This function is almost identical to the function above but contains
 *  several optomizations such as unwinding all of the loops, letting the
 *  compiler work out all of the conditional ifs since the keys are static
 *  defines, and computing two keys at once since the hashed dword stream
 *  will be the same for both keys.
 **/</doc>
