Home
last modified time | relevance | path

Searched refs:l3_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
4483 l3_flex_pit = in i40e_check_fdir_input_set()
4486 if (IS_ERR(l3_flex_pit)) in i40e_check_fdir_input_set()
4487 return PTR_ERR(l3_flex_pit); in i40e_check_fdir_input_set()
4494 if (l3_flex_pit) { in i40e_check_fdir_input_set()
4495 if (l3_flex_pit->pit_index != in i40e_check_fdir_input_set()
4503 flex_pit = l3_flex_pit; in i40e_check_fdir_input_set()