Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4552 struct i40e_flex_pit *l3_flex_pit = NULL, *flex_pit = NULL; in i40e_check_fdir_input_set() local
4590 l3_flex_pit = in i40e_check_fdir_input_set()
4593 if (IS_ERR(l3_flex_pit)) in i40e_check_fdir_input_set()
4594 return PTR_ERR(l3_flex_pit); in i40e_check_fdir_input_set()
4601 if (l3_flex_pit) { in i40e_check_fdir_input_set()
4602 if (l3_flex_pit->pit_index != in i40e_check_fdir_input_set()
4610 flex_pit = l3_flex_pit; in i40e_check_fdir_input_set()