Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c479 u32 hi_hash_dword, lo_hash_dword, flow_pool_ptid; in txgbe_atr_compute_hash() local
484 flow_pool_ptid = be_to_cpu32(dword_stream[0]); in txgbe_atr_compute_hash()
496 hi_hash_dword ^= flow_pool_ptid ^ (flow_pool_ptid >> 16); in txgbe_atr_compute_hash()
509 lo_hash_dword ^= flow_pool_ptid ^ (flow_pool_ptid << 16); in txgbe_atr_compute_hash()