Searched refs:vlan_id (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/tsn/src/ |
| D | nx_mvrp.c | 70 USHORT vlan_id; in nx_mvrp_indication_process() local 83 vlan_id = ((NX_MVRP_ATTRIBUTE *)attribute) -> vlan_id; in nx_mvrp_indication_process() 84 status = nx_mvrp_action_request(mrp, participant, vlan_id, indication_type); in nx_mvrp_indication_process() 141 USHORT vlan_id; in nx_mvrp_mrpdu_unpack() local 188 vlan_id = (USHORT)*data_ptr++; in nx_mvrp_mrpdu_unpack() 189 vlan_id = (USHORT)(vlan_id << 8); in nx_mvrp_mrpdu_unpack() 190 vlan_id |= (USHORT)*data_ptr++; in nx_mvrp_mrpdu_unpack() 212 status = nx_mvrp_attribute_get(mrp, participant, &attribute, vlan_id); in nx_mvrp_mrpdu_unpack() 227 vlan_id++; in nx_mvrp_mrpdu_unpack() 237 status = nx_mvrp_attribute_get(mrp, participant, &attribute, vlan_id); in nx_mvrp_mrpdu_unpack() [all …]
|
| /NetX-Duo-v6.2.1/tsn/inc/ |
| D | nx_mvrp.h | 83 USHORT vlan_id; member 100 …nd(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, USHORT vlan_id); 102 …et(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, USHORT vlan_id); 103 UINT nx_mvrp_action_request(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, USHORT vlan_id, UCHAR act…
|