Searched refs:leaveall_timer (Results 1 – 4 of 4) sorted by relevance
649 participant -> leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_mrp_leaveall_event_process()664 participant -> leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_mrp_leaveall_event_process()671 participant -> leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_mrp_leaveall_event_process()1781 if (participant -> leaveall_timer > NX_MRP_TIMEOUT_INTERVAL) in nx_mrp_leaveall_timeout_process()1783 participant -> leaveall_timer -= NX_MRP_TIMEOUT_INTERVAL; in nx_mrp_leaveall_timeout_process()1785 else if (participant -> leaveall_timer == NX_MRP_TIMEOUT_INTERVAL) in nx_mrp_leaveall_timeout_process()
833 mvrp_ptr -> participant.leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_mvrp_init()
81 msrp_ptr -> nx_msrp_participant.leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_msrp_init()
215 UINT leaveall_timer; member