Lines Matching +full:2 +full:gbps
11 * 2. Redistributions in binary form must reproduce the above copyright
111 top_speed = port_top_speed(pi) * 1000000; /* Gbps -> Kbps */
328 if (txq->tc_idx == -2) {
357 txq->tc_idx = -2;
372 MPASS(txq->tc_idx == -2);
619 int i, rc, port_id, mbps, gbps;
649 gbps = port_top_speed(sc->port[port_id]);
650 sbuf_printf(sb, "%u%% of %uGbps", tc.maxrate, gbps);
654 gbps = tc.maxrate / 1000000;
655 if (tc.maxrate == gbps * 1000000)
656 sbuf_printf(sb, "%uGbps", gbps);