Searched refs:rss_config (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rss.c | 250 struct hns3_rss_conf *rss_config = &hw->rss_info; in hns3_set_rss_input_tuple() local 260 rte_cpu_to_le_64(rss_config->rss_tuple_sets.rss_tuple_fields); in hns3_set_rss_input_tuple()
|
| H A D | hns3_flow.c | 1482 hns3_hw_rss_hash_set(struct hns3_hw *hw, struct rte_flow_action_rss *rss_config) in hns3_hw_rss_hash_set() argument 1487 hns3_parse_rss_key(hw, rss_config); in hns3_hw_rss_hash_set() 1489 ret = hns3_parse_rss_algorithm(hw, &rss_config->func, in hns3_hw_rss_hash_set() 1494 ret = hns3_set_rss_algo_key(hw, rss_config->key); in hns3_hw_rss_hash_set() 1499 hw->rss_info.conf.func = rss_config->func; in hns3_hw_rss_hash_set() 1503 ret = hns3_set_rss_tuple_by_rss_hf(hw, tuple, rss_config->types); in hns3_hw_rss_hash_set()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_flow.c | 4687 struct i40e_rte_flow_rss_conf *rss_config = in i40e_flow_parse_rss_action() local 4748 memset(rss_config, 0, sizeof(struct i40e_rte_flow_rss_conf)); in i40e_flow_parse_rss_action() 4898 rss_config->queue_region_conf = TRUE; in i40e_flow_parse_rss_action() 4904 if (rss_config->queue_region_conf) in i40e_flow_parse_rss_action() 4971 if (rss->key_len && rss->key_len > RTE_DIM(rss_config->key)) in i40e_flow_parse_rss_action() 4975 if (rss->queue_num > RTE_DIM(rss_config->queue)) in i40e_flow_parse_rss_action() 4979 if (i40e_rss_conf_init(rss_config, rss)) in i40e_flow_parse_rss_action() 4989 memset(rss_config, 0, sizeof(struct i40e_rte_flow_rss_conf)); in i40e_flow_parse_rss_action() 4995 rss_config->queue_region_conf = FALSE; in i40e_flow_parse_rss_action()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_hsi_eth.h | 1442 struct eth_vport_rss_config rss_config /* rss config data */; member
|
| H A D | ecore_l2.c | 477 p_config = &p_ramrod->rss_config; in ecore_sp_vport_update_rss()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 1931 goto rss_config; in bnxt_rss_hash_update_op() 1940 rss_config: in bnxt_rss_hash_update_op()
|