Searched refs:rss_hash_res (Results 1 – 1 of 1) sorted by relevance
1310 uint32_t rss_hash_res = 0; in rxq_cq_to_mbuf() local1315 rss_hash_res = rte_be_to_cpu_32(cqe->rx_hash_res); in rxq_cq_to_mbuf()1317 rss_hash_res = rte_be_to_cpu_32(mcqe->rx_hash_result); in rxq_cq_to_mbuf()1318 if (rss_hash_res) { in rxq_cq_to_mbuf()1319 pkt->hash.rss = rss_hash_res; in rxq_cq_to_mbuf()