Home
last modified time | relevance | path

Searched refs:canary_count (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ipa/
Dipa_data-sc7180.c200 .canary_count = 0,
205 .canary_count = 2,
210 .canary_count = 2,
215 .canary_count = 2,
220 .canary_count = 2,
225 .canary_count = 2,
230 .canary_count = 2,
235 .canary_count = 2,
240 .canary_count = 2,
245 .canary_count = 2,
[all …]
Dipa_data-sdm845.c240 .canary_count = 0,
245 .canary_count = 0,
250 .canary_count = 2,
255 .canary_count = 2,
260 .canary_count = 2,
265 .canary_count = 2,
270 .canary_count = 2,
275 .canary_count = 2,
280 .canary_count = 2,
285 .canary_count = 2,
[all …]
Dipa_mem.c118 else if (mem->offset < mem->canary_count * sizeof(__le32)) in ipa_mem_valid()
120 mem_id, mem->canary_count); in ipa_mem_valid()
186 u16 canary_count; in ipa_mem_config() local
197 canary_count = mem->canary_count; in ipa_mem_config()
198 if (!canary_count) in ipa_mem_config()
205 while (--canary_count); in ipa_mem_config()
Dipa_mem.h77 u16 canary_count; member