Home
last modified time | relevance | path

Searched refs:cus_pctype (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c734 struct i40e_customized_pctype *cus_pctype; in i40e_flow_fdir_find_customized_pctype() local
738 cus_pctype = &pf->customized_pctype[i]; in i40e_flow_fdir_find_customized_pctype()
739 if (pctype == cus_pctype->pctype) in i40e_flow_fdir_find_customized_pctype()
740 return cus_pctype; in i40e_flow_fdir_find_customized_pctype()
852 if (!cus_pctype) { in i40e_flow_fdir_fill_eth_ip_head()
890 cus_pctype->index == I40E_CUSTOMIZED_GTPU) { in i40e_flow_fdir_fill_eth_ip_head()
950 struct i40e_customized_pctype *cus_pctype; in i40e_flow_fdir_construct_pkt() local
1095 } else if (cus_pctype->index == in i40e_flow_fdir_construct_pkt()
1142 } else if (cus_pctype->index == in i40e_flow_fdir_construct_pkt()
1161 } else if (cus_pctype->index == in i40e_flow_fdir_construct_pkt()
[all …]
H A Di40e_flow.c2332 cus_pctype = i40e_find_customized_pctype(pf, in i40e_flow_fdir_get_pctype_value()
2337 cus_pctype = i40e_find_customized_pctype(pf, in i40e_flow_fdir_get_pctype_value()
2341 cus_pctype = i40e_find_customized_pctype(pf, in i40e_flow_fdir_get_pctype_value()
2345 cus_pctype = i40e_find_customized_pctype(pf, in i40e_flow_fdir_get_pctype_value()
2350 cus_pctype = i40e_find_customized_pctype(pf, in i40e_flow_fdir_get_pctype_value()
2354 cus_pctype = i40e_find_customized_pctype(pf, in i40e_flow_fdir_get_pctype_value()
2361 cus_pctype = i40e_find_customized_pctype(pf, in i40e_flow_fdir_get_pctype_value()
2365 cus_pctype = i40e_find_customized_pctype(pf, in i40e_flow_fdir_get_pctype_value()
2370 cus_pctype = i40e_find_customized_pctype(pf, in i40e_flow_fdir_get_pctype_value()
2384 if (cus_pctype && cus_pctype->valid) in i40e_flow_fdir_get_pctype_value()
[all …]