hops 492 arch/s390/kernel/dis.c int start, end, opsize, hops, i; hops 517 arch/s390/kernel/dis.c for (i = 0, hops = 0; start + i < 32 && hops < 3; hops++) { hops 530 arch/s390/kernel/dis.c hops = 0; hops 531 arch/s390/kernel/dis.c while (start < end && hops < 8) { hops 553 arch/s390/kernel/dis.c hops++; hops 587 drivers/staging/gdm724x/gdm_lte.c u8 hops; /* used by relay agents only */ hops 160 drivers/thunderbolt/path.c path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); hops 161 drivers/thunderbolt/path.c if (!path->hops) { hops 191 drivers/thunderbolt/path.c path->hops[i].in_port = p; hops 192 drivers/thunderbolt/path.c path->hops[i].in_hop_index = h; hops 193 drivers/thunderbolt/path.c path->hops[i].in_counter_index = -1; hops 194 drivers/thunderbolt/path.c path->hops[i].out_port = out_port; hops 195 drivers/thunderbolt/path.c path->hops[i].next_hop_index = next_hop; hops 248 drivers/thunderbolt/path.c path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); hops 249 drivers/thunderbolt/path.c if (!path->hops) { hops 287 drivers/thunderbolt/path.c path->hops[i].in_hop_index = in_hopid; hops 288 drivers/thunderbolt/path.c path->hops[i].in_port = in_port; hops 289 drivers/thunderbolt/path.c path->hops[i].in_counter_index = -1; hops 290 drivers/thunderbolt/path.c path->hops[i].out_port = out_port; hops 291 drivers/thunderbolt/path.c path->hops[i].next_hop_index = out_hopid; hops 318 drivers/thunderbolt/path.c const struct tb_path_hop *hop = &path->hops[i]; hops 328 drivers/thunderbolt/path.c kfree(path->hops); hops 336 drivers/thunderbolt/path.c res = tb_port_add_nfc_credits(path->hops[i].in_port, hops 339 drivers/thunderbolt/path.c tb_port_warn(path->hops[i].in_port, hops 400 drivers/thunderbolt/path.c res = __tb_path_deactivate_hop(path->hops[i].in_port, hops 401 drivers/thunderbolt/path.c path->hops[i].in_hop_index, hops 404 drivers/thunderbolt/path.c tb_port_warn(path->hops[i].in_port, hops 406 drivers/thunderbolt/path.c i, path->hops[i].in_hop_index); hops 418 drivers/thunderbolt/path.c path->name, tb_route(path->hops[0].in_port->sw), hops 419 drivers/thunderbolt/path.c path->hops[0].in_port->port, hops 420 drivers/thunderbolt/path.c tb_route(path->hops[path->path_length - 1].out_port->sw), hops 421 drivers/thunderbolt/path.c path->hops[path->path_length - 1].out_port->port); hops 446 drivers/thunderbolt/path.c path->name, tb_route(path->hops[0].in_port->sw), hops 447 drivers/thunderbolt/path.c path->hops[0].in_port->port, hops 448 drivers/thunderbolt/path.c tb_route(path->hops[path->path_length - 1].out_port->sw), hops 449 drivers/thunderbolt/path.c path->hops[path->path_length - 1].out_port->port); hops 453 drivers/thunderbolt/path.c if (path->hops[i].in_counter_index == -1) hops 455 drivers/thunderbolt/path.c res = tb_port_clear_counter(path->hops[i].in_port, hops 456 drivers/thunderbolt/path.c path->hops[i].in_counter_index); hops 463 drivers/thunderbolt/path.c res = tb_port_add_nfc_credits(path->hops[i].in_port, hops 476 drivers/thunderbolt/path.c __tb_path_deactivate_hop(path->hops[i].in_port, hops 477 drivers/thunderbolt/path.c path->hops[i].in_hop_index, path->clear_fc); hops 480 drivers/thunderbolt/path.c hop.next_hop = path->hops[i].next_hop_index; hops 481 drivers/thunderbolt/path.c hop.out_port = path->hops[i].out_port->port; hops 482 drivers/thunderbolt/path.c hop.initial_credits = path->hops[i].initial_credits; hops 494 drivers/thunderbolt/path.c hop.counter = path->hops[i].in_counter_index; hops 495 drivers/thunderbolt/path.c hop.counter_enable = path->hops[i].in_counter_index != -1; hops 504 drivers/thunderbolt/path.c tb_port_dbg(path->hops[i].in_port, "Writing hop %d\n", i); hops 505 drivers/thunderbolt/path.c tb_dump_hop(&path->hops[i], &hop); hops 506 drivers/thunderbolt/path.c res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, hops 507 drivers/thunderbolt/path.c 2 * path->hops[i].in_hop_index, 2); hops 531 drivers/thunderbolt/path.c if (path->hops[i].in_port->sw->is_unplugged) hops 533 drivers/thunderbolt/path.c if (path->hops[i].out_port->sw->is_unplugged) hops 236 drivers/thunderbolt/tb.h struct tb_path_hop *hops; hops 103 drivers/thunderbolt/tunnel.c path->hops[0].initial_credits = 7; hops 104 drivers/thunderbolt/tunnel.c path->hops[1].initial_credits = 16; hops 275 drivers/thunderbolt/tunnel.c paths[TB_DP_VIDEO_PATH_OUT]->hops[0].in_hop_index, hops 276 drivers/thunderbolt/tunnel.c paths[TB_DP_AUX_PATH_OUT]->hops[0].in_hop_index, hops 277 drivers/thunderbolt/tunnel.c paths[TB_DP_AUX_PATH_IN]->hops[last].next_hop_index); hops 280 drivers/thunderbolt/tunnel.c paths[TB_DP_VIDEO_PATH_OUT]->hops[last].next_hop_index, hops 281 drivers/thunderbolt/tunnel.c paths[TB_DP_AUX_PATH_IN]->hops[0].in_hop_index, hops 282 drivers/thunderbolt/tunnel.c paths[TB_DP_AUX_PATH_OUT]->hops[last].next_hop_index); hops 312 drivers/thunderbolt/tunnel.c path->hops[i].initial_credits = 1; hops 317 drivers/thunderbolt/tunnel.c u32 nfc_credits = path->hops[0].in_port->config.nfc_credits; hops 509 drivers/thunderbolt/tunnel.c path->hops[i].initial_credits = credits; hops 155 include/net/dn.h __u16 hops; hops 79 net/batman-adv/distributed-arp-table.c __u8 hops; hops 1542 net/batman-adv/distributed-arp-table.c __u8 hops; hops 244 net/decnet/dn_neigh.c lp->visit_ct = cb->hops & 0x3f; hops 287 net/decnet/dn_neigh.c sp->forward = cb->hops & 0x3f; hops 329 net/decnet/dn_neigh.c sp->forward = cb->hops & 0x3f; hops 560 net/decnet/dn_route.c cb->hops = *ptr++; /* Visit Count */ hops 588 net/decnet/dn_route.c cb->hops = *ptr & 0x3f; hops 757 net/decnet/dn_route.c cb->hops = 0; hops 792 net/decnet/dn_route.c if (++cb->hops > 30) hops 609 net/ipv4/ipconfig.c u8 hops; /* Used only by gateways */ hops 871 net/ipv6/exthdrs.c int hops; hops 878 net/ipv6/exthdrs.c hops = ihdr->rt_hdr.hdrlen >> 1; hops 880 net/ipv6/exthdrs.c if (hops > 1) hops 882 net/ipv6/exthdrs.c (hops - 1) * sizeof(struct in6_addr)); hops 884 net/ipv6/exthdrs.c phdr->addr[hops - 1] = **addr_p; hops 896 net/ipv6/exthdrs.c int plen, hops; hops 904 net/ipv6/exthdrs.c hops = sr_ihdr->first_segment + 1; hops 906 net/ipv6/exthdrs.c (hops - 1) * sizeof(struct in6_addr)); hops 911 net/ipv6/exthdrs.c if (sr_ihdr->hdrlen > hops * 2) { hops 914 net/ipv6/exthdrs.c tlvs_offset = (1 + hops * 2) << 3; hops 915 net/ipv6/exthdrs.c tlvs_length = (sr_ihdr->hdrlen - hops * 2) << 3;