Searched refs:hash_field (Results 1 – 3 of 3) sorted by relevance
19 enum hash_field { enum
14892 uint64_t *hash_field) in flow_dv_action_rss_l34_hash_adjust() argument14899 *hash_field &= ~MLX5_RSS_HASH_IPV4; in flow_dv_action_rss_l34_hash_adjust()14901 *hash_field |= IBV_RX_HASH_DST_IPV4; in flow_dv_action_rss_l34_hash_adjust()14903 *hash_field |= IBV_RX_HASH_SRC_IPV4; in flow_dv_action_rss_l34_hash_adjust()14905 *hash_field |= MLX5_RSS_HASH_IPV4; in flow_dv_action_rss_l34_hash_adjust()14910 *hash_field &= ~MLX5_RSS_HASH_IPV6; in flow_dv_action_rss_l34_hash_adjust()14912 *hash_field |= IBV_RX_HASH_DST_IPV6; in flow_dv_action_rss_l34_hash_adjust()14914 *hash_field |= IBV_RX_HASH_SRC_IPV6; in flow_dv_action_rss_l34_hash_adjust()14916 *hash_field |= MLX5_RSS_HASH_IPV6; in flow_dv_action_rss_l34_hash_adjust()14923 *hash_field &= ~MLX5_UDP_IBV_RX_HASH; in flow_dv_action_rss_l34_hash_adjust()[all …]
2002 uint64_t *hash_field);