Searched refs:flex_pit (Results 1 – 1 of 1) sorted by relevance
4546 struct i40e_flex_pit *l3_flex_pit = NULL, *flex_pit = NULL; in i40e_check_fdir_input_set() local4571 flex_pit = i40e_find_flex_offset(&pf->l4_flex_pit_list, in i40e_check_fdir_input_set()4573 if (IS_ERR(flex_pit)) in i40e_check_fdir_input_set()4574 return PTR_ERR(flex_pit); in i40e_check_fdir_input_set()4590 if (flex_pit) { in i40e_check_fdir_input_set()4597 flex_pit->pit_index) { in i40e_check_fdir_input_set()4604 flex_pit = l3_flex_pit; in i40e_check_fdir_input_set()4613 if (!flex_pit) { in i40e_check_fdir_input_set()4617 pit_index = flex_pit->pit_index; in i40e_check_fdir_input_set()