Searched refs:desired_hash (Results 1 – 3 of 3) sorted by relevance
401 uint32_t hash, uint32_t desired_hash);
655 uint32_t hash, uint32_t desired_hash) in rte_thash_get_complement() argument657 return h->compl_table[(hash ^ desired_hash) & h->lsb_msk]; in rte_thash_get_complement()
185 same as in ``desired_hash``.