Home
last modified time | relevance | path

Searched refs:hash_fields (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c684 if (hash_fields & ENA_ADMIN_RSS_L2_DA) in ena_flow_hash_to_flow_type()
687 if (hash_fields & ENA_ADMIN_RSS_L3_DA) in ena_flow_hash_to_flow_type()
690 if (hash_fields & ENA_ADMIN_RSS_L3_SA) in ena_flow_hash_to_flow_type()
693 if (hash_fields & ENA_ADMIN_RSS_L4_DP) in ena_flow_hash_to_flow_type()
706 if (hash_fields & RXH_L2DA) in ena_flow_data_to_flow_hash()
709 if (hash_fields & RXH_IP_DST) in ena_flow_data_to_flow_hash()
712 if (hash_fields & RXH_IP_SRC) in ena_flow_data_to_flow_hash()
715 if (hash_fields & RXH_L4_B_2_3) in ena_flow_data_to_flow_hash()
718 if (hash_fields & RXH_L4_B_0_1) in ena_flow_data_to_flow_hash()
728 u16 hash_fields; in ena_get_rss_hash() local
[all …]
H A Dena_com.h713 u16 hash_fields);
H A Dena_com.c2542 u16 hash_fields) in ena_com_fill_hash_ctrl() argument
2561 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2564 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
2567 hash_ctrl->selected_fields[proto].fields = hash_fields; in ena_com_fill_hash_ctrl()
/linux-6.15/net/ipv4/
H A Droute.c1940 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in fib_multipath_custom_hash_outer()
1947 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in fib_multipath_custom_hash_outer()
1949 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in fib_multipath_custom_hash_outer()
1951 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in fib_multipath_custom_hash_outer()
1953 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in fib_multipath_custom_hash_outer()
1955 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in fib_multipath_custom_hash_outer()
2034 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in fib_multipath_custom_hash_fl4()
2036 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in fib_multipath_custom_hash_fl4()
2038 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in fib_multipath_custom_hash_fl4()
2040 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in fib_multipath_custom_hash_fl4()
[all …]
/linux-6.15/net/ipv6/
H A Droute.c2388 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_outer() local
2398 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_outer()
2400 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_outer()
2402 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in rt6_multipath_custom_hash_outer()
2406 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in rt6_multipath_custom_hash_outer()
2408 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in rt6_multipath_custom_hash_outer()
2419 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_inner() local
2479 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_fl6() local
2487 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_fl6()
2489 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_fl6()
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c11226 u32 hash_fields) in mlxsw_sp_mp_hash_inner_custom() argument
11270 u32 hash_fields; in mlxsw_sp_mp4_hash_init() local
11295 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in mlxsw_sp_mp4_hash_init()
11297 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in mlxsw_sp_mp4_hash_init()
11299 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in mlxsw_sp_mp4_hash_init()
11301 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in mlxsw_sp_mp4_hash_init()
11303 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in mlxsw_sp_mp4_hash_init()
11306 mlxsw_sp_mp_hash_inner_custom(config, hash_fields); in mlxsw_sp_mp4_hash_init()
11358 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) { in mlxsw_sp_mp6_hash_init()
11362 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) { in mlxsw_sp_mp6_hash_init()
[all …]