Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c738 cus_pctype = &pf->customized_pctype[i]; in i40e_flow_fdir_find_customized_pctype()
817 bool is_customized_pctype = fdir_input->flow_ext.customized_pctype; in i40e_flow_fdir_fill_eth_ip_head()
1050 } else if (fdir_input->flow_ext.customized_pctype) { in i40e_flow_fdir_construct_pkt()
1689 if (!filter->input.flow_ext.customized_pctype) { in i40e_flow_add_del_fdir_filter()
H A Di40e_ethdev.h634 bool customized_pctype; /* If customized pctype is used */ member
1173 struct i40e_customized_pctype customized_pctype[I40E_CUSTOMIZED_MAX]; member
H A Di40e_flow.c2473 filter->input.flow_ext.customized_pctype = false; in i40e_flow_parse_fdir_pattern()
2915 filter->input.flow_ext.customized_pctype = true; in i40e_flow_parse_fdir_pattern()
2948 filter->input.flow_ext.customized_pctype = true; in i40e_flow_parse_fdir_pattern()
3123 filter->input.flow_ext.customized_pctype = true; in i40e_flow_parse_fdir_pattern()
3132 if (filter->input.flow_ext.customized_pctype) { in i40e_flow_parse_fdir_pattern()
3144 if (!filter->input.flow_ext.customized_pctype) { in i40e_flow_parse_fdir_pattern()
H A Di40e_ethdev.c1165 pf->customized_pctype[i].index = i; in i40e_init_customized_info()
1166 pf->customized_pctype[i].pctype = I40E_FILTER_PCTYPE_INVALID; in i40e_init_customized_info()
1167 pf->customized_pctype[i].valid = false; in i40e_init_customized_info()
11898 if (pf->customized_pctype[i].index == index) in i40e_find_customized_pctype()
11899 return &pf->customized_pctype[i]; in i40e_find_customized_pctype()