Searched refs:NX_MRP_ATTRIBUTE (Results 1 – 8 of 8) sorted by relevance
| /NetX-Duo-v6.2.1/tsn/inc/ |
| D | nx_msrp.h | 140 NX_MRP_ATTRIBUTE mrp_attribute; 148 typedef UINT (*NX_MRP_EVENT_CALLBACK)(NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute,… 161 UINT nx_msrp_indication_process(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *att… 173 …ter_stream_indication(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute, U… 175 …ter_stream_indication(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute, U… 177 UINT nx_msrp_register_attach_indication(NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribut… 179 UINT nx_msrp_deregister_attach_indication(NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attrib… 181 …ter_domain_indication(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute, U… 183 …ter_domain_indication(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute, U… 184 UINT nx_msrp_attribute_find(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attrib… [all …]
|
| D | nx_mvrp.h | 77 typedef UINT (*NX_MVRP_EVENT_CALLBACK)(NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute… 82 NX_MRP_ATTRIBUTE mrp_attribute; 94 … NX_MRP_STRUCT *mrp, struct NX_MRP_PARTICIPANT_STRUCT *participant, NX_MRP_ATTRIBUTE *attribute, U… 100 UINT nx_mvrp_attribute_find(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attrib… 101 void nx_mvrp_attribute_insert(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attri… 102 UINT nx_mvrp_attribute_get(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribu…
|
| D | nx_mrp.h | 200 } NX_MRP_ATTRIBUTE; typedef 206 … NX_MRP_STRUCT *mrp, struct NX_MRP_PARTICIPANT_STRUCT *participant, NX_MRP_ATTRIBUTE *attribute, U… 221 NX_MRP_ATTRIBUTE *inused_head; /* attribute list */ 246 UINT nx_mrp_applicant_event_process(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE … 247 UINT nx_mrp_registrar_event_process(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE … 249 NX_MRP_ATTRIBUTE *nx_mrp_attribute_new(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, 250 NX_MRP_ATTRIBUTE *attribute_array, UINT unit_size, 252 UINT nx_mrp_attribute_evict(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *target); 261 UINT nx_mrp_event_process(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute… 262 UINT nx_mrp_attribute_event_get(NX_MRP_ATTRIBUTE *attribute, UCHAR *event_ptr);
|
| D | nx_srp.h | 32 typedef UINT (*NX_SRP_EVENT_CALLBACK)(NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute,…
|
| /NetX-Duo-v6.2.1/tsn/src/ |
| D | nx_mvrp.c | 67 UINT nx_mvrp_indication_process(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *att… in nx_mvrp_indication_process() 132 NX_MRP_ATTRIBUTE *attribute = NX_NULL; in nx_mvrp_mrpdu_unpack() 324 NX_MRP_ATTRIBUTE *attribute = participant -> inused_head; in nx_mvrp_mrpdu_pack() 325 NX_MRP_ATTRIBUTE *vector_attribute; in nx_mvrp_mrpdu_pack() 499 UINT nx_mvrp_attribute_find(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attrib… in nx_mvrp_attribute_find() 501 NX_MRP_ATTRIBUTE *attribute; in nx_mvrp_attribute_find() 566 void nx_mvrp_attribute_insert(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attri… in nx_mvrp_attribute_insert() 568 NX_MRP_ATTRIBUTE *tmp_attribute; in nx_mvrp_attribute_insert() 664 UINT nx_mvrp_attribute_get(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribu… in nx_mvrp_attribute_get() 666 NX_MRP_ATTRIBUTE *attribute; in nx_mvrp_attribute_get() [all …]
|
| D | nx_msrp.c | 137 UINT nx_msrp_attribute_find(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attrib… in nx_msrp_attribute_find() 139 NX_MRP_ATTRIBUTE *msrp_attribute; in nx_msrp_attribute_find() 140 NX_MRP_ATTRIBUTE *tmp; in nx_msrp_attribute_find() 144 NX_MRP_ATTRIBUTE *attribute_head = participant -> inused_head; in nx_msrp_attribute_find() 213 …*attribute_ptr = nx_mrp_attribute_new(mrp, participant, (NX_MRP_ATTRIBUTE *)msrp_attribute_array, … in nx_msrp_attribute_find() 412 NX_MRP_ATTRIBUTE *attribute = NX_NULL; in nx_msrp_register_stream_request() 504 NX_MRP_ATTRIBUTE *attribute = NX_NULL; in nx_msrp_register_attach_request() 580 NX_MRP_ATTRIBUTE *attribute = NX_NULL; in nx_msrp_deregister_stream_request() 649 NX_MRP_ATTRIBUTE *attribute = NX_NULL; in nx_msrp_deregister_attach_request() 719 NX_MRP_ATTRIBUTE *attribute = NX_NULL; in nx_msrp_register_domain_request() [all …]
|
| D | nx_mrp.c | 95 UINT nx_mrp_applicant_event_process(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE … in nx_mrp_applicant_event_process() 496 UINT nx_mrp_registrar_event_process(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE … in nx_mrp_registrar_event_process() 803 NX_MRP_ATTRIBUTE *nx_mrp_attribute_new(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, in nx_mrp_attribute_new() 804 NX_MRP_ATTRIBUTE *attribute_array, UINT unit_size, in nx_mrp_attribute_new() 807 NX_MRP_ATTRIBUTE *tmp; in nx_mrp_attribute_new() 821 tmp = (NX_MRP_ATTRIBUTE *)buf; in nx_mrp_attribute_new() 883 UINT nx_mrp_attribute_evict(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *target) in nx_mrp_attribute_evict() 885 NX_MRP_ATTRIBUTE *attribute = target; in nx_mrp_attribute_evict() 1383 UINT nx_mrp_event_process(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute… in nx_mrp_event_process() 1460 UINT nx_mrp_attribute_event_get(NX_MRP_ATTRIBUTE *attribute, UCHAR *event_ptr) in nx_mrp_attribute_event_get() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/tsn_test/ |
| D | netx_mrp_state_machine_test.c | 181 NX_MRP_ATTRIBUTE* attribute; in thread_0_entry()
|