Searched refs:offset_max (Results 1 – 7 of 7) sorted by relevance
177 u32 offset_max = field_max(IP_FLTRT_FLAGS_NHASH_ADDR_FMASK); in ipa_cmd_table_valid() local192 if (mem->offset > offset_max || in ipa_cmd_table_valid()193 ipa->mem_offset > offset_max - mem->offset) { in ipa_cmd_table_valid()196 ipa->mem_offset, mem->offset, offset_max); in ipa_cmd_table_valid()219 u32 offset_max; in ipa_cmd_header_valid() local229 offset_max = field_max(HDR_INIT_LOCAL_FLAGS_HDR_ADDR_FMASK); in ipa_cmd_header_valid()240 if (offset > offset_max || ipa->mem_offset > offset_max - offset) { in ipa_cmd_header_valid()243 ipa->mem_offset, offset, offset_max); in ipa_cmd_header_valid()279 u32 offset_max; in ipa_cmd_register_write_offset_valid() local291 offset_max = ~0U >> (32 - bit_count); in ipa_cmd_register_write_offset_valid()[all …]
113 unsigned offset_max; member139 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()
43 .offset_max = 8,
461 unsigned char offset_max; member
8130 np->maxoffs = device->chip.offset_max;
41 u_char offset_max; member
1281 np->maxoffs = dev->chip.offset_max; in sym_attach()