Searched refs:hash_fields (Results 1 – 4 of 4) sorted by relevance
698 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 …]
2809 u16 hash_fields) in ena_com_fill_hash_ctrl() argument2828 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()
797 u16 hash_fields);
11226 u32 hash_fields) in mlxsw_sp_mp_hash_inner_custom() argument11270 u32 hash_fields; in mlxsw_sp_mp4_hash_init() local11295 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