Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/tsn_test/
Dnetx_mrp_state_machine_test.c219 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_VO; in thread_0_entry()
221 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry()
224 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_VP; in thread_0_entry()
226 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry()
229 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_VN; in thread_0_entry()
231 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry()
234 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_AN; in thread_0_entry()
236 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry()
239 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_AA; in thread_0_entry()
241 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry()
[all …]
/NetX-Duo-v6.2.1/tsn/src/
Dnx_mrp.c98 UCHAR origin_state = attribute -> applicant.state; in nx_mrp_applicant_event_process()
106 attribute -> applicant.action = NX_MRP_ACTION_NULL; in nx_mrp_applicant_event_process()
111 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_VO; in nx_mrp_applicant_event_process()
115 if (attribute -> applicant.state != NX_MRP_APPLICANT_STATE_AN) in nx_mrp_applicant_event_process()
117 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_VN; in nx_mrp_applicant_event_process()
123 switch (attribute -> applicant.state) in nx_mrp_applicant_event_process()
126 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_VP; in nx_mrp_applicant_event_process()
130 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_AA; in nx_mrp_applicant_event_process()
134 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_AP; in nx_mrp_applicant_event_process()
138 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_QP; in nx_mrp_applicant_event_process()
[all …]
Dnx_msrp.c1718 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack_attribute()
2008 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack()
2075 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack()
2142 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack()
2209 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack()
2277 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack()
2341 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack()
Dnx_mvrp.c350 if (attribute -> applicant.action == NX_MRP_ACTION_NULL) in nx_mvrp_mrpdu_pack()
371 if (attribute -> applicant.action == NX_MRP_ACTION_NULL) in nx_mvrp_mrpdu_pack()
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_mrp.h196 NX_MRP_ATTRIBUTE_APPLICANT applicant; member