Searched refs:pctype_mask (Results 1 – 1 of 1) sorted by relevance
9954 uint64_t pctype_mask; in i40e_flowtype_to_pctype() local9957 pctype_mask = adapter->pctypes_tbl[flow_type]; in i40e_flowtype_to_pctype()9959 if (pctype_mask & (1ULL << i)) in i40e_flowtype_to_pctype()9971 uint64_t pctype_mask = 1ULL << pctype; in i40e_pctype_to_flowtype() local9975 if (adapter->pctypes_tbl[flowtype] & pctype_mask) in i40e_pctype_to_flowtype()