Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4544 struct i40e_flex_pit *l3_flex_pit = NULL, *flex_pit = NULL; in i40e_check_fdir_input_set() local
4582 l3_flex_pit = in i40e_check_fdir_input_set()
4585 if (IS_ERR(l3_flex_pit)) in i40e_check_fdir_input_set()
4586 return PTR_ERR(l3_flex_pit); in i40e_check_fdir_input_set()
4593 if (l3_flex_pit) { in i40e_check_fdir_input_set()
4594 if (l3_flex_pit->pit_index != in i40e_check_fdir_input_set()
4602 flex_pit = l3_flex_pit; in i40e_check_fdir_input_set()