Home
last modified time | relevance | path

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

/drivers/net/ethernet/amazon/ena/
A Dena_ethtool.c698 if (hash_fields & ENA_ADMIN_RSS_L2_DA) in ena_flow_hash_to_flow_type()
701 if (hash_fields & ENA_ADMIN_RSS_L3_DA) in ena_flow_hash_to_flow_type()
704 if (hash_fields & ENA_ADMIN_RSS_L3_SA) in ena_flow_hash_to_flow_type()
707 if (hash_fields & ENA_ADMIN_RSS_L4_DP) in ena_flow_hash_to_flow_type()
720 if (hash_fields & RXH_L2DA) in ena_flow_data_to_flow_hash()
723 if (hash_fields & RXH_IP_DST) in ena_flow_data_to_flow_hash()
726 if (hash_fields & RXH_IP_SRC) in ena_flow_data_to_flow_hash()
729 if (hash_fields & RXH_L4_B_2_3) in ena_flow_data_to_flow_hash()
732 if (hash_fields & RXH_L4_B_0_1) in ena_flow_data_to_flow_hash()
744 u16 hash_fields; in ena_get_rxfh_fields() local
[all …]
A Dena_com.c2809 u16 hash_fields) in ena_com_fill_hash_ctrl() argument
2828 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2831 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
2834 hash_ctrl->selected_fields[proto].fields = hash_fields; in ena_com_fill_hash_ctrl()
A Dena_com.h797 u16 hash_fields);
/drivers/net/ethernet/mellanox/mlxsw/
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 …]

Completed in 40 milliseconds