Skip to content

Commit

Permalink
Updated tsn files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-ms committed Dec 28, 2023
1 parent b661ac0 commit c9214bc
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 142 deletions.
4 changes: 2 additions & 2 deletions tsn/inc/nx_mrp.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* COMPONENT DEFINITION RELEASE */
/* */
/* nx_mrp.h Generic */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand All @@ -39,7 +39,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions tsn/inc/nx_mvrp.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* COMPONENT DEFINITION RELEASE */
/* */
/* nx_mvrp.h Generic */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand All @@ -39,7 +39,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions tsn/inc/nx_shaper.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* COMPONENT DEFINITION RELEASE */
/* */
/* nx_shaper.h Generic */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand All @@ -37,7 +37,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/

Expand Down
76 changes: 38 additions & 38 deletions tsn/src/nx_mrp.c

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions tsn/src/nx_msrp.c

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions tsn/src/nx_mvrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NX_MVRP_ATTRIBUTE mvrp_attribute_array[NX_MVRP_ATTRIBUTE_ARRAY_MAX_SIZE];
/* FUNCTION RELEASE */
/* */
/* nx_mvrp_indication_process PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand Down Expand Up @@ -62,7 +62,7 @@ NX_MVRP_ATTRIBUTE mvrp_attribute_array[NX_MVRP_ATTRIBUTE_ARRAY_MAX_SIZE];
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT nx_mvrp_indication_process(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute, UCHAR indication_type)
Expand Down Expand Up @@ -92,7 +92,7 @@ NX_MVRP *mvrp = (NX_MVRP *)participant;
/* FUNCTION RELEASE */
/* */
/* nx_mvrp_mrpdu_unpack PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand Down Expand Up @@ -124,7 +124,7 @@ NX_MVRP *mvrp = (NX_MVRP *)participant;
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT nx_mvrp_mrpdu_unpack(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_PACKET *packet_ptr)
Expand Down Expand Up @@ -286,7 +286,7 @@ UCHAR three_packed_event, first_event, second_event, third_event;
/* FUNCTION RELEASE */
/* */
/* nx_mvrp_mrpdu_pack PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand Down Expand Up @@ -317,7 +317,7 @@ UCHAR three_packed_event, first_event, second_event, third_event;
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT nx_mvrp_mrpdu_pack(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_PACKET *packet_ptr)
Expand Down Expand Up @@ -462,7 +462,7 @@ USHORT i;
/* FUNCTION RELEASE */
/* */
/* nx_mvrp_attribute_find PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand Down Expand Up @@ -494,7 +494,7 @@ USHORT i;
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT nx_mvrp_attribute_find(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, USHORT vlan_id)
Expand Down Expand Up @@ -530,7 +530,7 @@ NX_MVRP_ATTRIBUTE *mvrp_attribute;
/* FUNCTION RELEASE */
/* */
/* nx_mvrp_attribute_insert PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand Down Expand Up @@ -561,7 +561,7 @@ NX_MVRP_ATTRIBUTE *mvrp_attribute;
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/
void nx_mvrp_attribute_insert(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute)
Expand Down Expand Up @@ -624,7 +624,7 @@ USHORT vlan_id = ((NX_MVRP_ATTRIBUTE *)attribute) -> vlan_id;
/* FUNCTION RELEASE */
/* */
/* nx_mvrp_attribute_get PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand Down Expand Up @@ -659,7 +659,7 @@ USHORT vlan_id = ((NX_MVRP_ATTRIBUTE *)attribute) -> vlan_id;
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT nx_mvrp_attribute_get(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, USHORT vlan_id)
Expand Down Expand Up @@ -704,7 +704,7 @@ UINT status;
/* FUNCTION RELEASE */
/* */
/* nx_mvrp_action_request PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand Down Expand Up @@ -737,7 +737,7 @@ UINT status;
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT nx_mvrp_action_request(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, USHORT vlan_id, UCHAR action_type)
Expand Down Expand Up @@ -789,7 +789,7 @@ UCHAR mrp_event;
/* FUNCTION RELEASE */
/* */
/* nx_mvrp_init PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Yajun Xia, Microsoft Corporation */
Expand Down Expand Up @@ -818,7 +818,7 @@ UCHAR mrp_event;
/* */
/* DATE NAME DESCRIPTION */
/* */
/* xx-xx-xxxx Yajun Xia Initial Version 6.x */
/* 12-31-2023 Yajun Xia Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT nx_mvrp_init(NX_MVRP *mvrp_ptr)
Expand Down
Loading

0 comments on commit c9214bc

Please sign in to comment.