Searched defs:rate (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c927 float rate; local
1051 } else if (strcmp(path, "rate") == 0) {
1052 /* rate = speed * width */
1055 rate = 2.5;
1058 rate = 5;
1063 rate = 10;
1066 rate = 14.0625;
1069 rate = 25.78125;
1072 rate = 0;
1078 rate
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c110 uint32_t kbits_rate; /* Ingress policing rate */
1582 * Attempts to set input rate limiting (policing) policy. Returns 0 if
1592 uint64_t rate; local
1603 rate = kbits_rate * 1000;
1605 kbits_rate == 0 ? NULL : &rate, B_TRUE)) != 0) {
2614 max_rate_s = smap_get(details, "max-rate");
2666 smap_add_format(details, "max-rate", "%llu", 8ULL * htb->max_rate);
2702 smap_add_format(details, "max-rate", "%llu",
2709 /* Solaris: currently, min-rate, burst and priority are not supported */
2715 const char *max_rate_s = smap_get(details, "max-rate");
[all...]

Completed in 24 milliseconds