Searched refs:mbps (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sbin/nvmecontrol/
H A Dperftest.c51 uint64_t io_completed = 0, iops, mbps; local
58 mbps = iops * io_test->size / (1024*1024);
63 io_test->time, (uintmax_t)iops, (uintmax_t)mbps);
/freebsd-11-stable/sys/dev/patm/genrtab/
H A Dgenrtab.c412 gen_tables(u_int alink, u_int mbps) argument
416 printf(" * Tables for %ucps and %uMbps\n", alink, mbps);
419 mbps, ndtables);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.h250 position_set mbps; /* Positions which can match multibyte member in struct:__anon6497
H A Ddfa.c1520 d->states[i].mbps.nelem = 0;
1984 must put it to d->states[s].mbps, which contains the positions
1986 if (d->states[s].mbps.nelem == 0)
1988 MALLOC(d->states[s].mbps.elems, position,
1991 insert(pos, &(d->states[s].mbps));
2570 /* Check each of `d->states[s].mbps.elem' can match or not. Then return the
2571 array which corresponds to `d->states[s].mbps.elem' and each element of
2583 MALLOC(rarray, int, d->states[s].mbps.nelem);
2584 for (i = 0; i < d->states[s].mbps.nelem; ++i)
2586 position pos = d->states[s].mbps
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sched.c596 int i, rc, port_id, mbps, gbps; local
625 mbps = tc.maxrate / 1000;
629 else if (tc.maxrate == mbps * 1000)
630 sbuf_printf(sb, "%uMbps", mbps);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c170 enum ibv_rate __attribute__((const)) mbps_to_ibv_rate(int mbps) argument
172 switch (mbps) {
H A Dverbs.h623 * @mbps: value to convert.
625 enum ibv_rate __attribute_const mbps_to_ibv_rate(int mbps) __attribute_const;

Completed in 201 milliseconds