Searched defs:rate (Results 1 - 2 of 2) sorted by relevance
| /solaris-userland/components/open-fabrics/libibverbs/ |
| H A D | solaris_compatibility.c | 927 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 D | netdev-solaris.c | 110 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