speed            2087 ompi/mca/topo/treematch/treematch/tm_tree.c   double speed; /* communication speed at this level*/
speed            2142 ompi/mca/topo/treematch/treematch/tm_tree.c     speed = comm_speed[depth];
speed            2144 ompi/mca/topo/treematch/treematch/tm_tree.c     speed = -1;
speed            2145 ompi/mca/topo/treematch/treematch/tm_tree.c   group_nodes(aff_mat, tab_node, new_tab_node, arity, M, obj_weight, speed);
speed             592 opal/mca/btl/tcp/btl_tcp_component.c             unsigned int speed = opal_ethtool_get_speed(if_name);
speed             593 opal/mca/btl/tcp/btl_tcp_component.c             btl->super.btl_bandwidth = (speed == 0) ? MCA_BTL_TCP_BTL_BANDWIDTH : speed;
speed             696 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   unsigned linksta, speed, width;
speed             700 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   speed = linksta & HWLOC_PCI_EXP_LNKSTA_SPEED; /* PCIe generation */
speed             709 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   if (speed <= 2)
speed             710 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     lanespeed = 2.5f * speed * 0.8f;
speed             712 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     lanespeed = 8.0f * (1<<(speed-3)) * 128/130; /* assume Gen5 will be 32 GT/s and so on */
speed            5521 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned char speed[2];
speed             242 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h     char *speed;
speed              52 opal/util/ethtool.c     unsigned int speed = 0;
speed              75 opal/util/ethtool.c     speed = ethtool_cmd_speed(&edata);
speed              77 opal/util/ethtool.c     speed = (edata.speed_hi << 16) | edata.speed;
speed              79 opal/util/ethtool.c     speed = edata.speed;
speed              81 opal/util/ethtool.c     if (UINT_MAX == speed) {
speed              82 opal/util/ethtool.c         speed = 0;
speed              89 opal/util/ethtool.c     return speed;