Searched refs:lacp_timer_bits (Results 1 – 3 of 3) sorted by relevance
155 uint32_t lacp_timer_bits; in aggr_port_timer_thread() local166 if ((lacp_timer_bits = pl->lacp_timer_bits) == 0) { in aggr_port_timer_thread()172 pl->lacp_timer_bits = 0; in aggr_port_timer_thread()174 if (lacp_timer_bits & LACP_THREAD_EXIT) in aggr_port_timer_thread()177 if (lacp_timer_bits & LACP_PERIODIC_TIMEOUT) in aggr_port_timer_thread()179 if (lacp_timer_bits & LACP_WAIT_WHILE_TIMEOUT) in aggr_port_timer_thread()181 if (lacp_timer_bits & LACP_CURRENT_WHILE_TIMEOUT) in aggr_port_timer_thread()193 if (lacp_timer_bits & LACP_PERIODIC_TIMEOUT) in aggr_port_timer_thread()195 if (lacp_timer_bits & LACP_WAIT_WHILE_TIMEOUT) in aggr_port_timer_thread()197 if (lacp_timer_bits & LACP_CURRENT_WHILE_TIMEOUT) in aggr_port_timer_thread()[all …]
300 pl->lacp_timer_bits |= LACP_THREAD_EXIT; in aggr_port_delete()
242 uint32_t lacp_timer_bits; member