Home
last modified time | relevance | path

Searched refs:parser_threshold (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.h75 u_int parser_threshold;/* threshold of entries above which */ member
H A Dnae.c812 uint32_t parser_threshold = 384; in nlm_nae_init_ingress() local
825 (parser_threshold & 0x3ff) | in nlm_nae_init_ingress()
826 (((parser_threshold / desc_size) + 1) & 0xff) << 12 | in nlm_nae_init_ingress()
827 (((parser_threshold / 64) % desc_size) & 0xff) << 20); in nlm_nae_init_ingress()