Searched refs:input_set (Results 1 – 2 of 2) sorted by relevance
58 calctrans_SOURCES = calctrans.c input_set.c input_set.h corpus.c
3260 u64 input_set; in i40e_get_ethtool_fdir_entry() local3308 input_set = 0xFFFFFFFFFFFFFFFFULL; in i40e_get_ethtool_fdir_entry()3312 input_set = i40e_read_fd_input_set(pf, index); in i40e_get_ethtool_fdir_entry()3315 if (input_set & I40E_L3_SRC_MASK) in i40e_get_ethtool_fdir_entry()3318 if (input_set & I40E_L3_DST_MASK) in i40e_get_ethtool_fdir_entry()3321 if (input_set & I40E_L4_SRC_MASK) in i40e_get_ethtool_fdir_entry()3324 if (input_set & I40E_L4_DST_MASK) in i40e_get_ethtool_fdir_entry()