Home
last modified time | relevance | path

Searched refs:action (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/tsn/src/
Dnx_mrp.c106 attribute -> applicant.action = NX_MRP_ACTION_NULL; in nx_mrp_applicant_event_process()
311 attribute -> applicant.action = NX_MRP_ACTION_S_OPT; in nx_mrp_applicant_event_process()
315 attribute -> applicant.action = NX_MRP_ACTION_SJ; in nx_mrp_applicant_event_process()
320 attribute -> applicant.action = NX_MRP_ACTION_SN; in nx_mrp_applicant_event_process()
325 attribute -> applicant.action = NX_MRP_ACTION_SN; in nx_mrp_applicant_event_process()
338 attribute -> applicant.action = NX_MRP_ACTION_SJ; in nx_mrp_applicant_event_process()
343 attribute -> applicant.action = NX_MRP_ACTION_SJ_OPT; in nx_mrp_applicant_event_process()
347 attribute -> applicant.action = NX_MRP_ACTION_SL; in nx_mrp_applicant_event_process()
352 attribute -> applicant.action = NX_MRP_ACTION_S; in nx_mrp_applicant_event_process()
370 attribute -> applicant.action = NX_MRP_ACTION_S_OPT; in nx_mrp_applicant_event_process()
[all …]
Dnx_msrp.c1712 if (participant -> leaveall.action == NX_MRP_ACTION_SLA) in nx_msrp_mrpdu_pack_attribute()
1718 …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()
2011 if (participant -> leaveall.action == NX_MRP_ACTION_SLA) in nx_msrp_mrpdu_pack()
2075 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack()
2078 if (participant -> leaveall.action == NX_MRP_ACTION_SLA) in nx_msrp_mrpdu_pack()
2142 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack()
2145 if (participant -> leaveall.action == NX_MRP_ACTION_SLA) in nx_msrp_mrpdu_pack()
2209 …if ((attribute -> applicant.action == NX_MRP_ACTION_NULL) || (attribute -> applicant.action > NX_M… in nx_msrp_mrpdu_pack()
2213 if (participant -> leaveall.action == NX_MRP_ACTION_SLA) in nx_msrp_mrpdu_pack()
[all …]
Dnx_mvrp.c350 if (attribute -> applicant.action == NX_MRP_ACTION_NULL) in nx_mvrp_mrpdu_pack()
356 if (participant -> leaveall.action == NX_MRP_ACTION_SLA) in nx_mvrp_mrpdu_pack()
371 if (attribute -> applicant.action == NX_MRP_ACTION_NULL) in nx_mvrp_mrpdu_pack()
/NetX-Duo-v6.2.1/test/regression/tsn_test/
Dnetx_mrp_state_machine_test.c710 …>applicant.state != NX_MRP_APPLICANT_STATE_LO) || (attribute ->applicant.action != NX_MRP_ACTION_N… in thread_0_entry()
726 …>applicant.state != NX_MRP_APPLICANT_STATE_AP) || (attribute ->applicant.action != NX_MRP_ACTION_N… in thread_0_entry()
732 …>applicant.state != NX_MRP_APPLICANT_STATE_VO) || (attribute ->applicant.action != NX_MRP_ACTION_N… in thread_0_entry()
737 …>applicant.state != NX_MRP_APPLICANT_STATE_AA) || (attribute ->applicant.action != NX_MRP_ACTION_S… in thread_0_entry()
742 …>applicant.state != NX_MRP_APPLICANT_STATE_AN) || (attribute ->applicant.action != NX_MRP_ACTION_S… in thread_0_entry()
748 …>applicant.state != NX_MRP_APPLICANT_STATE_QA) || (attribute ->applicant.action != NX_MRP_ACTION_S… in thread_0_entry()
754 …>applicant.state != NX_MRP_APPLICANT_STATE_AA) || (attribute ->applicant.action != NX_MRP_ACTION_S… in thread_0_entry()
759 …>applicant.state != NX_MRP_APPLICANT_STATE_QA) || (attribute ->applicant.action != NX_MRP_ACTION_S… in thread_0_entry()
764 …>applicant.state != NX_MRP_APPLICANT_STATE_QA) || (attribute ->applicant.action != NX_MRP_ACTION_N… in thread_0_entry()
769 …>applicant.state != NX_MRP_APPLICANT_STATE_VO) || (attribute ->applicant.action != NX_MRP_ACTION_S… in thread_0_entry()
[all …]
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_mrp.h172 UCHAR action; member
180 UCHAR action; /* attribute event value would be encapsulated in next msg */ member
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.h378 UINT action; member
Dnx_azure_iot_adu_agent.c513 …if (adu_agent_ptr -> nx_azure_iot_adu_agent_workflow.action == NX_AZURE_IOT_ADU_AGENT_ACTION_CANCE… in nx_azure_iot_adu_agent_component_properties_process()
526 …else if (adu_agent_ptr -> nx_azure_iot_adu_agent_workflow.action != NX_AZURE_IOT_ADU_AGENT_ACTION_… in nx_azure_iot_adu_agent_component_properties_process()
2274 … nx_azure_iot_json_reader_token_int32_get(json_reader_ptr, (int32_t *)&(workflow -> action))) in nx_azure_iot_adu_agent_service_properties_get()
3403 … (INT)adu_agent_ptr -> nx_azure_iot_adu_agent_workflow.action) || in nx_azure_iot_adu_agent_reported_properties_state_send()
3685 … (INT)adu_agent_ptr -> nx_azure_iot_adu_agent_workflow.action) || in nx_azure_iot_adu_agent_service_reported_properties_send()