Searched refs:offset_max (Results 1 – 6 of 6) sorted by relevance
559 unsigned offset_max; member585 t->offset_max = 0; in table_init()620 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()700 if (o > t->offset_max) in parser_auth()701 t->offset_max = o; in parser_auth()706 if (t->offset_max < last_reg) in parser_auth()707 t->offset_max = last_reg; in parser_auth()
541 uint64_t offset_max; member2007 if (unlikely(offset > kring->offset_max)) in nm_get_offset()2008 offset = kring->offset_max; in nm_get_offset()
2362 kring->offset_max < max_offset) { in netmap_offsets_init()2369 (unsigned long long)kring->offset_max); in netmap_offsets_init()2374 max_offset = kring->offset_max; in netmap_offsets_init()2378 kring->offset_max = max_offset; in netmap_offsets_init()2443 kring->offset_max; in netmap_compute_buf_len()
1487 hwkring->offset_max = kring->offset_max; in netmap_bwrap_bufcfg()
96 u_char offset_max; member
8426 np->maxoffs = chip->offset_max;