Home
last modified time | relevance | path

Searched refs:expected_ack_cnt (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-debug.c373 " %-30s %10u %10u %10u %10u\n", "expected_ack_cnt:", in il3945_ucode_tx_stats_read()
374 le32_to_cpu(tx->expected_ack_cnt), in il3945_ucode_tx_stats_read()
375 accum_tx->expected_ack_cnt, delta_tx->expected_ack_cnt, in il3945_ucode_tx_stats_read()
376 max_tx->expected_ack_cnt); in il3945_ucode_tx_stats_read()
H A D4965-debug.c515 scnprintf(buf + pos, bufsz - pos, fmt_table, "expected_ack_cnt:", in il4965_ucode_tx_stats_read()
516 le32_to_cpu(tx->expected_ack_cnt), in il4965_ucode_tx_stats_read()
517 accum_tx->expected_ack_cnt, delta_tx->expected_ack_cnt, in il4965_ucode_tx_stats_read()
518 max_tx->expected_ack_cnt); in il4965_ucode_tx_stats_read()
H A Dcommands.h2764 __le32 expected_ack_cnt; member
2905 __le32 expected_ack_cnt; member
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h171 __le32 expected_ack_cnt; member
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1168 fmt_table, "expected_ack_cnt:", in iwl_dbgfs_ucode_tx_stats_read()
1169 le32_to_cpu(tx->expected_ack_cnt), in iwl_dbgfs_ucode_tx_stats_read()
1170 accum_tx->expected_ack_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1171 delta_tx->expected_ack_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1172 max_tx->expected_ack_cnt); in iwl_dbgfs_ucode_tx_stats_read()
H A Dcommands.h2598 __le32 expected_ack_cnt; member