Searched refs:num_of_value (Results 1 – 2 of 2) sorted by relevance
1447 USHORT num_of_value; in nx_msrp_mrpdu_parse() local1476 …num_of_value = (USHORT)((*(data_ptr + num_of_value_index) & 0x1f) | *(data_ptr + num_of_value_inde… in nx_msrp_mrpdu_parse()1481 if (num_of_value > 1) in nx_msrp_mrpdu_parse()1492 if (num_of_value) in nx_msrp_mrpdu_parse()1692 …u_pack_attribute(NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute, USHORT num_of_value, in nx_msrp_mrpdu_pack_attribute() argument1706 if (num_of_value > NX_MSRP_ATTRIBUTE_ARRAY_MAX_SIZE / 4) in nx_msrp_mrpdu_pack_attribute()1721 num_of_value = 0; in nx_msrp_mrpdu_pack_attribute()1735 tmp = (USHORT)(lva_event << 13 | num_of_value); in nx_msrp_mrpdu_pack_attribute()1751 tmp = (USHORT)(lva_event << 13 | num_of_value); in nx_msrp_mrpdu_pack_attribute()1765 tmp = (USHORT)(lva_event << 13 | num_of_value); in nx_msrp_mrpdu_pack_attribute()[all …]
185 …u_pack_attribute(NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *attribute, USHORT num_of_value,