Searched refs:hw_flowtype (Results 1 – 6 of 6) sorted by relevance
2685 if (rss_region_conf->hw_flowtype == in i40e_queue_region_set_flowtype()2686 info->region[i].hw_flowtype[j]) { in i40e_queue_region_set_flowtype()2695 rss_region_conf->hw_flowtype; in i40e_queue_region_set_flowtype()2705 uint8_t hw_flowtype; in i40e_queue_region_pf_flowtype_conf() local2717 hw_flowtype = info->region[i].hw_flowtype[j]; in i40e_queue_region_pf_flowtype_conf()2718 index = hw_flowtype >> 3; in i40e_queue_region_pf_flowtype_conf()2722 if ((hw_flowtype & 0x7) == 0) { in i40e_queue_region_pf_flowtype_conf()2727 } else if ((hw_flowtype & 0x7) == 1) { in i40e_queue_region_pf_flowtype_conf()2732 } else if ((hw_flowtype & 0x7) == 2) { in i40e_queue_region_pf_flowtype_conf()2737 } else if ((hw_flowtype & 0x7) == 3) { in i40e_queue_region_pf_flowtype_conf()[all …]
193 uint8_t hw_flowtype; member221 uint8_t hw_flowtype[RTE_PMD_I40E_PCTYPE_MAX]; member
4758 conf_info->region[0].hw_flowtype[0] = in i40e_flow_parse_rss_action()4771 conf_info->region[0].hw_flowtype[m] = in i40e_flow_parse_rss_action()4834 if (conf_info->region[n].hw_flowtype[n] >= in i40e_flow_parse_rss_action()4876 tmp = conf_info->region[n].hw_flowtype[m]; in i40e_flow_parse_rss_action()4877 info->region[i].hw_flowtype[j] = tmp; in i40e_flow_parse_rss_action()4891 tmp = conf_info->region[n].hw_flowtype[m]; in i40e_flow_parse_rss_action()4892 info->region[i].hw_flowtype[j] = tmp; in i40e_flow_parse_rss_action()
832 uint8_t hw_flowtype[I40E_FILTER_PCTYPE_MAX]; member
5287 printf(" %-14u ", info->region[i].hw_flowtype[j]); in port_queue_region_info_display()
9789 region_conf.hw_flowtype = res->flowtype_id; in cmd_region_flowtype_parsed()