Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c9954 uint64_t pctype_mask; in i40e_flowtype_to_pctype() local
9957 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() local
9975 if (adapter->pctypes_tbl[flowtype] & pctype_mask) in i40e_pctype_to_flowtype()