Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c154 aggr_lacp_port_t *pl = &port->lp_lacp; in aggr_port_timer_thread()
271 aggr_lacp_port_t *pl = &portp->lp_lacp; in aggr_lacp_init_port()
506 portp->lp_lacp.time = gethrtime(); in periodic_timer_pop_handler()
507 portp->lp_lacp.NTT = B_TRUE; in periodic_timer_pop_handler()
917 if (!portp->lp_lacp.sm.lacp_on) in receive_marker_pdu()
1015 port->lp_lacp.sm.begin = B_TRUE; in aggr_lacp_update_mode()
1450 tpp->lp_lacp.sm.begin) && in lacp_selection_logic()
1454 if (!tpp->lp_lacp.sm.ready_n) { in lacp_selection_logic()
1505 portp->lp_lacp.sm.ready_n = B_TRUE; in wait_while_timer_pop_handler()
2204 if (!portp->lp_lacp.sm.lacp_on || (portp->lp_lacp.sm.lacp_on && in aggr_set_coll_dist()
[all …]
H A Daggr_port.c273 aggr_lacp_port_t *pl = &port->lp_lacp; in aggr_port_delete()
328 mutex_destroy(&port->lp_lacp.lacp_timer_lock); in aggr_port_free()
329 cv_destroy(&port->lp_lacp.lacp_timer_cv); in aggr_port_free()
H A Daggr_grp.c2183 port->lp_state, &port->lp_lacp.ActorOperPortState); in aggr_grp_info()
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_impl.h149 aggr_lacp_port_t lp_lacp; /* LACP state */ member