Searched refs:hashed (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ipa/
H A Dipa_table.c33 * 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) argument
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 filte
205 ipa_table_reset_add(struct gsi_trans *trans, bool filter, bool hashed, bool ipv6, u16 first, u16 count) argument
234 ipa_filter_reset_table(struct ipa *ipa, bool hashed, bool ipv6, bool modem) argument
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_ldm.c283 size_t hashed; local
287 hashed = ZSTD_ldm_gear_feed(&hashState, ip, iend - ip, splits, &numSplits);
302 ip += hashed;
361 size_t hashed; local
365 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip,
471 /* If we find a match that ends after the data that we've hashed
479 if (anchor > ip + hashed) {
481 /* Continue the outer loop at anchor (ip + hashed == anchor). */
482 ip = anchor - hashed;
487 ip += hashed;
[all...]
/linux-master/drivers/scsi/libsas/
H A Dsas_init.c68 void sas_hash_addr(u8 *hashed, const u8 *sas_addr) argument
88 hashed[0] = (r >> 16) & 0xFF;
89 hashed[1] = (r >> 8) & 0xFF;
90 hashed[2] = r & 0xFF;
H A Dsas_internal.h42 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);

Completed in 299 milliseconds