Home
last modified time | relevance | path

Searched refs:customized_pctype (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/i40e/
H A Di40e_fdir.c737 cus_pctype = &pf->customized_pctype[i]; in i40e_flow_fdir_find_customized_pctype()
816 bool is_customized_pctype = fdir_input->flow_ext.customized_pctype; in i40e_flow_fdir_fill_eth_ip_head()
1049 } else if (fdir_input->flow_ext.customized_pctype) { in i40e_flow_fdir_construct_pkt()
1767 if (!filter->input.flow_ext.customized_pctype && in i40e_flow_add_del_fdir_filter()
H A Di40e_ethdev.h646 bool customized_pctype; /* If customized pctype is used */ member
1187 struct i40e_customized_pctype customized_pctype[I40E_CUSTOMIZED_MAX]; member
H A Di40e_flow.c2396 filter->input.flow_ext.customized_pctype = false; in i40e_flow_parse_fdir_pattern()
2908 filter->input.flow_ext.customized_pctype = true; in i40e_flow_parse_fdir_pattern()
2941 filter->input.flow_ext.customized_pctype = true; in i40e_flow_parse_fdir_pattern()
3120 filter->input.flow_ext.customized_pctype = true; in i40e_flow_parse_fdir_pattern()
3129 if (filter->input.flow_ext.customized_pctype) { in i40e_flow_parse_fdir_pattern()
3141 if (!filter->input.flow_ext.customized_pctype) { in i40e_flow_parse_fdir_pattern()
H A Di40e_ethdev.c1203 pf->customized_pctype[i].index = i; in i40e_init_customized_info()
1204 pf->customized_pctype[i].pctype = I40E_FILTER_PCTYPE_INVALID; in i40e_init_customized_info()
1205 pf->customized_pctype[i].valid = false; in i40e_init_customized_info()
11545 if (pf->customized_pctype[i].index == index) in i40e_find_customized_pctype()
11546 return &pf->customized_pctype[i]; in i40e_find_customized_pctype()