Home
last modified time | relevance | path

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

/trueos/sys/mips/nlm/dev/net/
HDxlpge.c271 int context_base, int hwport, int max_channels) in nlm_config_egress() argument
281 data = ((context_base + num_channels - 1) << 22) | in nlm_config_egress()
282 (context_base << 12) | (hwport << 4) | 1; in nlm_config_egress()
286 context_base, num_channels, max_channels, sc->portcfg); in nlm_config_egress()
288 context_base, num_channels, max_channels, sc->portcfg); in nlm_config_egress()
297 data = (hwport << 15) | ((context_base + offset) << 5); in nlm_config_egress()