Searched refs:pctype_mask (Results 1 – 1 of 1) sorted by relevance
9951 uint64_t pctype_mask; in i40e_flowtype_to_pctype() local9954 pctype_mask = adapter->pctypes_tbl[flow_type]; in i40e_flowtype_to_pctype()9956 if (pctype_mask & (1ULL << i)) in i40e_flowtype_to_pctype()9968 uint64_t pctype_mask = 1ULL << pctype; in i40e_pctype_to_flowtype() local9972 if (adapter->pctypes_tbl[flowtype] & pctype_mask) in i40e_pctype_to_flowtype()