Lines Matching refs:hashed
33 * is normally another set of "hashed" filter and route tables, which are
35 * by all IPA hardware (IPA v4.2 doesn't support hashed tables).
145 ipa_table_mem(struct ipa *ipa, bool filter, bool hashed, bool ipv6)
149 mem_id = filter ? hashed ? ipv6 ? IPA_MEM_V6_FILTER_HASHED
153 : hashed ? ipv6 ? IPA_MEM_V6_ROUTE_HASHED
161 /* Return true if hashed tables are supported */
206 bool hashed, bool ipv6, u16 first, u16 count)
215 mem = ipa_table_mem(ipa, filter, hashed, ipv6);
231 * for the IPv4 and IPv6 non-hashed and hashed filter tables.
234 ipa_filter_reset_table(struct ipa *ipa, bool hashed, bool ipv6, bool modem)
258 ipa_table_reset_add(trans, true, hashed, ipv6, endpoint_id, 1);
407 /* The non-hashed region will exist (see ipa_table_mem_valid()) */
416 * to hold the bitmap itself. The size of the hashed filter
417 * table is either the same as the non-hashed one, or zero.
447 /* Zero the unused space in the hashed filter table */
460 * - One for route table initialization (non-hashed and hashed)
461 * - One for filter table initialization (non-hashed and hashed)
462 * - One to zero unused entries in the non-hashed filter table
463 * - One to zero unused entries in the hashed filter table
465 * - One for route table initialization (non-hashed and hashed)
466 * - One for filter table initialization (non-hashed and hashed)
467 * - One to zero unused entries in the non-hashed filter table
468 * - One to zero unused entries in the hashed filter table
488 * ipa_filter_tuple_zero() - Zero an endpoint's hashed filter tuple
522 /* Configure a hashed filter table; there is no ipa_filter_deconfig() */
549 * ipa_route_tuple_zero() - Zero a hashed route table entry tuple
581 /* Configure a hashed route table; there is no ipa_route_deconfig() */
614 /* IPv4 and IPv6 non-hashed tables are expected to be defined and
657 /* If hashing is supported, hashed tables are expected to be defined,
658 * and have the same size as non-hashed tables. If hashing is not
659 * supported, hashed tables are expected to have zero size (or not