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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c2585 const struct smap *details, struct htb_class *hc)
2599 hc->max_rate = 0;
2600 hc->min_rate = 0;
2601 hc->burst = 0;
2602 hc->priority = 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,
2635 struct htb_class hc; local
2637 htb_parse_qdisc_details__(netdev, details, &hc);
2584 htb_parse_qdisc_details__(struct netdev *netdev_, const struct smap *details, struct htb_class *hc) argument
2650 struct htb_class *hc, *next; local
2673 struct htb_class hc; local
2697 const struct htb_class *hc = htb_class_cast__(queue); local
2711 htb_parse_class_details__(struct netdev *netdev, const struct smap *details, struct htb_class *hc) argument
2730 htb_update_queue__(struct netdev *netdev, unsigned int queue_id, const struct htb_class *hc) argument
2758 struct htb_class hc; local
2780 struct htb_class *hc = htb_class_cast__(queue); local
[all...]

Completed in 18 milliseconds