Searched refs:hash_fields (Results 1 – 3 of 3) sorted by relevance
448 static u32 ena_flow_hash_to_flow_type(u16 hash_fields) in ena_flow_hash_to_flow_type() argument452 if (hash_fields & ENA_ADMIN_RSS_L2_DA) in ena_flow_hash_to_flow_type()455 if (hash_fields & ENA_ADMIN_RSS_L3_DA) in ena_flow_hash_to_flow_type()458 if (hash_fields & ENA_ADMIN_RSS_L3_SA) in ena_flow_hash_to_flow_type()461 if (hash_fields & ENA_ADMIN_RSS_L4_DP) in ena_flow_hash_to_flow_type()464 if (hash_fields & ENA_ADMIN_RSS_L4_SP) in ena_flow_hash_to_flow_type()470 static u16 ena_flow_data_to_flow_hash(u32 hash_fields) in ena_flow_data_to_flow_hash() argument474 if (hash_fields & RXH_L2DA) in ena_flow_data_to_flow_hash()477 if (hash_fields & RXH_IP_DST) in ena_flow_data_to_flow_hash()480 if (hash_fields & RXH_IP_SRC) in ena_flow_data_to_flow_hash()[all …]
2485 u16 hash_fields) in ena_com_fill_hash_ctrl() argument2504 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()2506 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()2509 hash_ctrl->selected_fields[proto].fields = hash_fields; in ena_com_fill_hash_ctrl()
720 u16 hash_fields);