Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/amazon/ena/
Dena_ethtool.c448 static u32 ena_flow_hash_to_flow_type(u16 hash_fields) in ena_flow_hash_to_flow_type() argument
452 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() argument
474 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 …]
Dena_com.c2485 u16 hash_fields) in ena_com_fill_hash_ctrl() argument
2504 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()
Dena_com.h720 u16 hash_fields);