Searched refs:trunk_link_active (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/net/ |
| D | if_trunk.c | 85 struct trunk_port *trunk_link_active(struct trunk_softc *, 591 if (tp == trunk_link_active(tr, tr->tr_primary)) in trunk_port2req() 1246 trunk_link_active(tr, tp); in trunk_port_state() 1250 trunk_link_active(struct trunk_softc *tr, struct trunk_port *tp) in trunk_link_active() function 1364 if (tp == NULL && (tp = trunk_link_active(tr, NULL)) == NULL) { in trunk_rr_start() 1373 tp_next = trunk_link_active(tr, SLIST_NEXT(tp, tp_entries)); in trunk_rr_start() 1405 tr->tr_psc = (caddr_t)trunk_link_active(tr, tr->tr_primary); in trunk_fail_attach() 1423 tr->tr_psc = (caddr_t)trunk_link_active(tr, tr->tr_primary); in trunk_fail_port_create() 1435 tp_next = trunk_link_active(tr, SLIST_NEXT(tp, tp_entries)); in trunk_fail_port_destroy() 1442 tr->tr_psc = (caddr_t)trunk_link_active(tr, tr->tr_primary); in trunk_fail_port_destroy() [all …]
|