Home
last modified time | relevance | path

Searched refs:this_speed (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c3776 int this_speed; in LAG_get_aggregatable_port_count() local
3778 this_speed = media_speed(&p->po_media_info); in LAG_get_aggregatable_port_count()
3779 if (this_speed == 0) { in LAG_get_aggregatable_port_count()
3782 if (this_speed > speed) { in LAG_get_aggregatable_port_count()
3784 speed = this_speed; in LAG_get_aggregatable_port_count()
3786 } else if (this_speed == speed) { in LAG_get_aggregatable_port_count()