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

  /external/autotest/client/site_tests/network_WiFiTxRx/
network_WiFiTxRx.py 16 max_tx=20, max_rx=20 ):
23 @param max_tx: Maximum allowable WiFi Tx value in dBm (integer)
61 if tx < min_tx or tx > max_tx:
63 tx, min_tx, max_tx))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ethtool.h 241 * @max_tx: Read only. Maximum number of transmit channel the driver support.
246 * @tx_count: Valid values are in the range 1 to the max_tx.
256 __u32 max_tx; member in struct:ethtool_channels
    [all...]
  /bionic/libc/kernel/uapi/linux/
ethtool.h 175 __u32 max_tx; member in struct:ethtool_channels
  /external/iproute2/ip/
ipaddress.c 427 int max_tx = vf_rate->max_tx_rate; local
432 print_int(PRINT_JSON, "max_tx", NULL, max_tx);
436 if (max_tx)
437 fprintf(fp, ", max_tx_rate %dMbps", max_tx);
    [all...]
  /external/kernel-headers/original/uapi/linux/
ethtool.h 499 * @max_tx: Read only. Maximum number of transmit channel the driver support.
504 * @tx_count: Valid values are in the range 1 to the max_tx.
514 __u32 max_tx; member in struct:ethtool_channels
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 3482 __vki_u32 max_tx; member in struct:vki_ethtool_channels
    [all...]

Completed in 195 milliseconds