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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c2521 unsigned int max_rate; /* In bytes/s. */ member in struct:htb
2527 unsigned int max_rate; /* In bytes/s */ member in struct:htb_class
2558 htb_install__(struct netdev *netdev_, uint64_t max_rate) argument
2567 htb->max_rate = max_rate;
2599 hc->max_rate = 0;
2615 hc->max_rate = max_rate_s ? strtoull(max_rate_s, NULL, 10) / 8 : 0;
2616 if (!hc->max_rate) {
2621 hc->max_rate = netdev_features_to_bps(current,
2640 htb_install__(netdev, hc.max_rate);
[all...]
H A Dutil-solaris.c1852 const char *max_rate = NULL; local
1866 max_rate = smap_get(&details, "max-rate");
1867 if (max_rate == NULL)
1871 maxbw = strtoull(max_rate, &endp, 10);

Completed in 27 milliseconds