Searched refs:flowtype (Results 1 – 4 of 4) sorted by relevance
9967 uint16_t flowtype; in i40e_pctype_to_flowtype() local9970 for (flowtype = RTE_ETH_FLOW_UNKNOWN + 1; flowtype < I40E_FLOW_TYPE_MAX; in i40e_pctype_to_flowtype()9971 flowtype++) { in i40e_pctype_to_flowtype()9972 if (adapter->pctypes_tbl[flowtype] & pctype_mask) in i40e_pctype_to_flowtype()9973 return flowtype; in i40e_pctype_to_flowtype()
562 testpmd> set port (port_id) queue-region region_id (value) flowtype (value)
1166 Set flowtype mapping on a RSS queue region on a port::1168 testpmd> set port (port_id) queue-region region_id (value) flowtype (value)1172 * For the flowtype(pctype) of packet,the specific index for each type has
10205 cmdline_fixed_string_t flowtype; member10267 flowtype, "flowtype");