Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4556 struct i40e_flex_pit *l3_flex_pit = NULL, *flex_pit = NULL; in i40e_check_fdir_input_set() local
4594 l3_flex_pit = in i40e_check_fdir_input_set()
4597 if (IS_ERR(l3_flex_pit)) in i40e_check_fdir_input_set()
4598 return PTR_ERR(l3_flex_pit); in i40e_check_fdir_input_set()
4605 if (l3_flex_pit) { in i40e_check_fdir_input_set()
4606 if (l3_flex_pit->pit_index != in i40e_check_fdir_input_set()
4614 flex_pit = l3_flex_pit; in i40e_check_fdir_input_set()