Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4445 struct i40e_flex_pit *l3_flex_pit = NULL, *flex_pit = NULL; in i40e_check_fdir_input_set() local
4470 flex_pit = i40e_find_flex_offset(&pf->l4_flex_pit_list, in i40e_check_fdir_input_set()
4472 if (IS_ERR(flex_pit)) in i40e_check_fdir_input_set()
4473 return PTR_ERR(flex_pit); in i40e_check_fdir_input_set()
4489 if (flex_pit) { in i40e_check_fdir_input_set()
4496 flex_pit->pit_index) { in i40e_check_fdir_input_set()
4503 flex_pit = l3_flex_pit; in i40e_check_fdir_input_set()
4512 if (!flex_pit) { in i40e_check_fdir_input_set()
4516 pit_index = flex_pit->pit_index; in i40e_check_fdir_input_set()