Searched refs:cts_timeout (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | 3945-debug.c | 381 " %-30s %10u %10u %10u %10u\n", "cts_timeout:", il3945_ucode_tx_stats_read() 382 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, il3945_ucode_tx_stats_read() 383 delta_tx->cts_timeout, max_tx->cts_timeout); il3945_ucode_tx_stats_read()
|
H A D | 4965-debug.c | 525 scnprintf(buf + pos, bufsz - pos, fmt_table, "cts_timeout:", il4965_ucode_tx_stats_read() 526 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, il4965_ucode_tx_stats_read() 527 delta_tx->cts_timeout, max_tx->cts_timeout); il4965_ucode_tx_stats_read()
|
H A D | commands.h | 2747 __le32 cts_timeout; member in struct:iwl39_stats_tx 2888 __le32 cts_timeout; member in struct:stats_tx
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw-api-stats.h | 164 __le32 cts_timeout; member in struct:mvm_statistics_tx_non_phy
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 827 int cts_timeout = ack_timeout; ath5k_hw_set_coverage_class() local 831 ath5k_hw_set_cts_timeout(ah, cts_timeout); ath5k_hw_set_coverage_class()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
H A D | debugfs.c | 1204 fmt_table, "cts_timeout:", iwl_dbgfs_ucode_tx_stats_read() 1205 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, iwl_dbgfs_ucode_tx_stats_read() 1206 delta_tx->cts_timeout, max_tx->cts_timeout); iwl_dbgfs_ucode_tx_stats_read()
|
H A D | commands.h | 2668 __le32 cts_timeout; member in struct:statistics_tx
|
Completed in 309 milliseconds