Home
last modified time | relevance | path

Searched refs:offset_max (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ipa/
H A Dipa_cmd.c175 u32 offset_max = field_max(IP_FLTRT_FLAGS_NHASH_ADDR_FMASK); in ipa_cmd_table_init_valid() local
193 if (mem->offset > offset_max || in ipa_cmd_table_init_valid()
194 ipa->mem_offset > offset_max - mem->offset) { in ipa_cmd_table_init_valid()
197 ipa->mem_offset, mem->offset, offset_max); in ipa_cmd_table_init_valid()
210 u32 offset_max; in ipa_cmd_header_init_local_valid() local
220 offset_max = field_max(HDR_INIT_LOCAL_FLAGS_HDR_ADDR_FMASK); in ipa_cmd_header_init_local_valid()
231 if (offset > offset_max || ipa->mem_offset > offset_max - offset) { in ipa_cmd_header_init_local_valid()
234 ipa->mem_offset, offset, offset_max); in ipa_cmd_header_init_local_valid()
261 u32 offset_max; in ipa_cmd_register_write_offset_valid() local
273 offset_max = ~0U >> (32 - bit_count); in ipa_cmd_register_write_offset_valid()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dmkregtable.c113 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/lib/
H A Dmemcpy_kunit.c467 static const int offset_max = 128; /* less than ARRAY_SIZE(large_src); */ in memmove_overlap_test() local
481 for (int d_off = 0; d_off < offset_max; d_off++) { in memmove_overlap_test()
/linux/drivers/scsi/
H A Dzalon.c43 .offset_max = 8,
H A Dncr53c8xx.h461 unsigned char offset_max; member
H A Dncr53c8xx.c8135 np->maxoffs = device->chip.offset_max;
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h41 u_char offset_max; member
H A Dsym_glue.c1332 np->maxoffs = dev->chip.offset_max; in sym_attach()