HomeSort by relevance Sort by last modified time
    Searched refs:QOS (Results 1 - 7 of 7) sorted by null

  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
scan_result.h 49 QOS = 1 << 9,
  /hardware/interfaces/wifi/offload/1.0/
types.hal 58 QOS = 1 << 9,
  /external/scapy/scapy/contrib/
mqtt.py 78 BitEnumField("QOS", 0, 2, QOS_LEVEL),
161 lambda pkt: (pkt.underlayer.QOS == 1
162 or pkt.underlayer.QOS == 2)),
204 ByteEnumField("QOS", 0, QOS_LEVEL),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2atm.h 329 QOS PvcQos;
winsock2.h 375 #include <qos.h>
381 } QOS,*LPQOS;
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc 79 // Check if QoS is supported.
145 // QoS not supported.
686 "UdpSocket2Windows::SetQos(), socket not capable of QOS");
718 QOS Qos;
722 memset (&Qos, QOS_NOT_SPECIFIED, sizeof(QOS));
724 Qos.SendingFlowspec.ServiceType = serviceType;
725 Qos.SendingFlowspec.TokenRate = tokenRate;
726 Qos.SendingFlowspec.TokenBucketSize = QOS_NOT_SPECIFIED
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 18 * **RDMA_QP_SL**: Service level configuration for QOS and ECN, valid values are 0-7. If not defined by user, the default value is 0.
20 * **RDMA_TRAFFIC_CLASS**: Traffic class configuration for QP, in case of DSCP trust level QoS configuration. If not defined by user, the default value is 0. For more info see [HowTo Configure Trust state on Mellanox Adapters](https://community.mellanox.com/docs/DOC-2866).

Completed in 207 milliseconds