Lines Matching defs:tuple_len
55 uint32_t tuple_len; /** < Length in bits of the subtuple */
577 ent->tuple_len = len;
760 uint8_t *tuple, unsigned int tuple_len,
764 uint32_t tmp_tuple[tuple_len / sizeof(uint32_t)];
773 (tuple_len % sizeof(uint32_t) != 0) || (attempts <= 0))
778 attempts = RTE_MIN(attempts, 1U << (h->tuple_len - ctx->reta_sz_log));
782 hash = rte_thash_gfni(ctx->matrices, tuple, tuple_len);
784 for (j = 0; j < (tuple_len / 4); j++)
789 hash = rte_softrss(tmp_tuple, tuple_len / 4, hash_key);
798 offset = h->tuple_offset + h->tuple_len - ctx->reta_sz_log;
810 h->tuple_len - ctx->reta_sz_log);