Searched refs:offset_max (Results 1 – 6 of 6) sorted by relevance
558 unsigned offset_max; member584 t->offset_max = 0; in table_init()619 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()699 if (o > t->offset_max) in parser_auth()700 t->offset_max = o; in parser_auth()705 if (t->offset_max < last_reg) in parser_auth()706 t->offset_max = last_reg; in parser_auth()
540 * Larger offset requests will be silently capped to offset_max.542 uint64_t offset_max;2008 if (unlikely(offset > kring->offset_max))2009 offset = kring->offset_max;541 uint64_t offset_max; global() member
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() 2438 * available space and offset_max is ignored. in netmap_compute_buf_len() 2443 kring->offset_max; in netmap_compute_buf_len() 2449 * offset_max. This may be used by drivers of NICs that 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;