Searched refs:bkt_hash (Results 1 – 6 of 6) sorted by relevance
155 input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF); in txgbe_atr_compute_perfect_hash()321 if (input_mask->formatted.bkt_hash) in txgbe_fdir_set_input_mask()425 fdirhash = (__force u32)input->formatted.bkt_hash | in txgbe_fdir_write_perfect_filter()461 fdirhash = (__force u32)input->formatted.bkt_hash; in txgbe_fdir_erase_perfect_filter()
250 if (rule->filter.formatted.bkt_hash == in txgbe_match_ethtool_fdir_entry()251 input->filter.formatted.bkt_hash && in txgbe_match_ethtool_fdir_entry()285 (!input || rule->filter.formatted.bkt_hash != in txgbe_update_ethtool_fdir_entry()286 input->filter.formatted.bkt_hash)) { in txgbe_update_ethtool_fdir_entry()
221 __be16 bkt_hash; member
1481 input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF); in ixgbe_atr_compute_perfect_hash_82599()1539 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()1667 fdirhash = (__force u32)input->formatted.bkt_hash; in ixgbe_fdir_write_perfect_filter_82599()1705 fdirhash = (__force u32)input->formatted.bkt_hash; in ixgbe_fdir_erase_perfect_filter_82599()
2731 if (!input || (rule->filter.formatted.bkt_hash != in ixgbe_update_ethtool_fdir_entry()2732 input->filter.formatted.bkt_hash)) { in ixgbe_update_ethtool_fdir_entry()
3082 __be16 bkt_hash; member