Home
last modified time | relevance | path

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

/freebsd/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c558 unsigned offset_max; member
584 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()
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h542 uint64_t offset_max; member
2008 if (unlikely(offset > kring->offset_max)) in nm_get_offset()
2009 offset = kring->offset_max; in nm_get_offset()
H A Dnetmap.c2362 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()
H A Dnetmap_bdg.c1487 hwkring->offset_max = kring->offset_max; in netmap_bwrap_bufcfg()
/freebsd/sys/dev/sym/
H A Dsym_defs.h96 u_char offset_max; member
H A Dsym_hipd.c8426 np->maxoffs = chip->offset_max;