Searched refs:offset_max (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/ipa/ |
A D | ipa_cmd.c | 174 u32 offset_max = field_max(IP_FLTRT_FLAGS_NHASH_ADDR_FMASK); in ipa_cmd_table_init_valid() local 192 if (mem->offset > offset_max || in ipa_cmd_table_init_valid() 193 ipa->mem_offset > offset_max - mem->offset) { in ipa_cmd_table_init_valid() 196 ipa->mem_offset, mem->offset, offset_max); in ipa_cmd_table_init_valid() 209 u32 offset_max; in ipa_cmd_header_init_local_valid() local 230 if (offset > offset_max || ipa->mem_offset > offset_max - offset) { in ipa_cmd_header_init_local_valid() 233 ipa->mem_offset, offset, offset_max); in ipa_cmd_header_init_local_valid() 260 u32 offset_max; in ipa_cmd_register_write_offset_valid() local 272 offset_max = ~0U >> (32 - bit_count); in ipa_cmd_register_write_offset_valid() 278 if (offset > offset_max || ipa->mem_offset > offset_max - offset) { in ipa_cmd_register_write_offset_valid() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | mkregtable.c | 113 unsigned offset_max; member 139 t->offset_max = 0; in table_init() 174 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build() 254 if (o > t->offset_max) in parser_auth() 255 t->offset_max = o; in parser_auth() 260 if (t->offset_max < last_reg) in parser_auth() 261 t->offset_max = last_reg; in parser_auth()
|
/linux-6.3-rc2/arch/x86/events/amd/ |
A D | ibs.c | 92 int offset_max; member 651 .offset_max = MSR_AMD64_IBSFETCH_REG_COUNT, 676 .offset_max = MSR_AMD64_IBSOP_REG_COUNT, 1008 return perf_ibs->offset_max; in perf_ibs_get_offset_max() 1023 int offset, size, check_rip, offset_max, throttle = 0; in perf_ibs_handle_irq() local 1062 offset_max = perf_ibs_get_offset_max(perf_ibs, event->attr.sample_type, check_rip); in perf_ibs_handle_irq() 1068 perf_ibs->offset_max, in perf_ibs_handle_irq() 1070 } while (offset < offset_max); in perf_ibs_handle_irq()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | zalon.c | 43 .offset_max = 8,
|
A D | ncr53c8xx.h | 461 unsigned char offset_max; member
|
A D | ncr53c8xx.c | 8134 np->maxoffs = device->chip.offset_max;
|
/linux-6.3-rc2/lib/ |
A D | memcpy_kunit.c | 470 static const int offset_max = 128; /* less than ARRAY_SIZE(large_src); */ in memmove_overlap_test() local 484 for (int d_off = 0; d_off < offset_max; d_off++) { in memmove_overlap_test()
|
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/ |
A D | sym_defs.h | 41 u_char offset_max; member
|
A D | sym_glue.c | 1278 np->maxoffs = dev->chip.offset_max; in sym_attach()
|
Completed in 33 milliseconds