Searched refs:nexthop (Results 1 – 3 of 3) sorted by relevance
138 int nexthop; in mv88e6123_61_65_setup_global() local140 nexthop = 0x1f; in mv88e6123_61_65_setup_global()142 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6123_61_65_setup_global()144 REG_WRITE(REG_GLOBAL2, 0x06, 0x8000 | (i << 8) | nexthop); in mv88e6123_61_65_setup_global()
131 int nexthop; in mv88e6131_setup_global() local133 nexthop = 0x1f; in mv88e6131_setup_global()135 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6131_setup_global()137 REG_WRITE(REG_GLOBAL2, 0x06, 0x8000 | (i << 8) | nexthop); in mv88e6131_setup_global()
195 } nexthop; member