Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_flow.c2264 if (pf->fdir.inset_flag[pctype] && in i40e_flow_set_fdir_inset()
2268 if (pf->fdir.inset_flag[pctype] && in i40e_flow_set_fdir_inset()
2319 pf->fdir.inset_flag[pctype] = 1; in i40e_flow_set_fdir_inset()
5514 pf->fdir.inset_flag[pctype] = 0; in i40e_flow_flush_fdir_filter()
H A Di40e_ethdev.h786 bool inset_flag[I40E_FILTER_PCTYPE_MAX]; /* Mark if input set is set */ member