Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amazon/ena/
A Dena_ethtool.c503 if (hash_fields & ENA_ADMIN_RSS_L2_DA) in ena_flow_hash_to_flow_type()
506 if (hash_fields & ENA_ADMIN_RSS_L3_DA) in ena_flow_hash_to_flow_type()
509 if (hash_fields & ENA_ADMIN_RSS_L3_SA) in ena_flow_hash_to_flow_type()
512 if (hash_fields & ENA_ADMIN_RSS_L4_DP) in ena_flow_hash_to_flow_type()
525 if (hash_fields & RXH_L2DA) in ena_flow_data_to_flow_hash()
528 if (hash_fields & RXH_IP_DST) in ena_flow_data_to_flow_hash()
531 if (hash_fields & RXH_IP_SRC) in ena_flow_data_to_flow_hash()
534 if (hash_fields & RXH_L4_B_2_3) in ena_flow_data_to_flow_hash()
537 if (hash_fields & RXH_L4_B_0_1) in ena_flow_data_to_flow_hash()
547 u16 hash_fields; in ena_get_rss_hash() local
[all …]
A Dena_com.c2600 u16 hash_fields) in ena_com_fill_hash_ctrl() argument
2620 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2623 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
2626 hash_ctrl->selected_fields[proto].fields = hash_fields; in ena_com_fill_hash_ctrl()
A Dena_com.h717 u16 hash_fields);
/linux/net/ipv4/
A Droute.c1905 if (!(hash_fields & FIB_MULTIPATH_HASH_FIELD_OUTER_MASK)) in fib_multipath_custom_hash_outer()
1912 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in fib_multipath_custom_hash_outer()
1914 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in fib_multipath_custom_hash_outer()
1916 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in fib_multipath_custom_hash_outer()
1918 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in fib_multipath_custom_hash_outer()
1920 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in fib_multipath_custom_hash_outer()
1999 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in fib_multipath_custom_hash_fl4()
2001 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in fib_multipath_custom_hash_fl4()
2003 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in fib_multipath_custom_hash_fl4()
2005 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in fib_multipath_custom_hash_fl4()
[all …]
/linux/net/ipv6/
A Droute.c2344 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_outer() local
2354 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_outer()
2356 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_outer()
2358 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in rt6_multipath_custom_hash_outer()
2362 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in rt6_multipath_custom_hash_outer()
2364 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in rt6_multipath_custom_hash_outer()
2375 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_inner() local
2435 u32 hash_fields = ip6_multipath_hash_fields(net); in rt6_multipath_custom_hash_fl6() local
2443 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in rt6_multipath_custom_hash_fl6()
2445 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in rt6_multipath_custom_hash_fl6()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c9912 u32 hash_fields) in mlxsw_sp_mp_hash_inner_custom() argument
9956 u32 hash_fields; in mlxsw_sp_mp4_hash_init() local
9981 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) in mlxsw_sp_mp4_hash_init()
9983 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) in mlxsw_sp_mp4_hash_init()
9985 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_IP_PROTO) in mlxsw_sp_mp4_hash_init()
9987 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_PORT) in mlxsw_sp_mp4_hash_init()
9989 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_PORT) in mlxsw_sp_mp4_hash_init()
9992 mlxsw_sp_mp_hash_inner_custom(config, hash_fields); in mlxsw_sp_mp4_hash_init()
10044 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_SRC_IP) { in mlxsw_sp_mp6_hash_init()
10048 if (hash_fields & FIB_MULTIPATH_HASH_FIELD_DST_IP) { in mlxsw_sp_mp6_hash_init()
[all …]
/linux/drivers/net/ethernet/intel/ice/
A Dice_flow.c1840 ice_flow_set_rss_seg_info(struct ice_flow_seg_info *segs, u64 hash_fields, in ice_flow_set_rss_seg_info() argument
1846 for_each_set_bit(i, (unsigned long *)&hash_fields, in ice_flow_set_rss_seg_info()

Completed in 59 milliseconds