Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c274 int context_base, int hwport, int max_channels) in nlm_config_egress() argument
284 data = ((context_base + num_channels - 1) << 22) | in nlm_config_egress()
285 (context_base << 12) | (hwport << 4) | 1; in nlm_config_egress()
289 context_base, num_channels, max_channels, sc->portcfg); in nlm_config_egress()
291 context_base, num_channels, max_channels, sc->portcfg); in nlm_config_egress()
300 data = (hwport << 15) | ((context_base + offset) << 5); in nlm_config_egress()