Searched refs:ack_timeout (Results 1 - 12 of 12) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Dpcu.c826 int ack_timeout = ath5k_hw_get_default_sifs(ah) + slot_time; local
827 int cts_timeout = ack_timeout;
830 ath5k_hw_set_ack_timeout(ah, ack_timeout);
/drivers/net/wireless/iwlegacy/
H A D3945-debug.c386 " %-30s %10u %10u %10u %10u\n", "ack_timeout:",
387 le32_to_cpu(tx->ack_timeout), accum_tx->ack_timeout,
388 delta_tx->ack_timeout, max_tx->ack_timeout);
H A D4965-debug.c529 scnprintf(buf + pos, bufsz - pos, fmt_table, "ack_timeout:",
530 le32_to_cpu(tx->ack_timeout), accum_tx->ack_timeout,
531 delta_tx->ack_timeout, max_tx->ack_timeout);
H A Dcommands.h2748 __le32 ack_timeout; member in struct:iwl39_stats_tx
2889 __le32 ack_timeout; member in struct:stats_tx
/drivers/net/wimax/i2400m/
H A Dcontrol.c716 int ack_timeout; local
756 ack_timeout = 5 * HZ;
759 ack_timeout = HZ;
769 &i2400m->msg_completion, ack_timeout);
/drivers/net/wireless/rtl818x/rtl8187/
H A Ddev.c1200 u16 ack_timeout; local
1225 * ack_timeout = ack duration + plcp + difs + preamble
1227 ack_timeout = 112 + 48 + difs;
1229 ack_timeout += 72;
1231 ack_timeout += 144;
1233 DIV_ROUND_UP(ack_timeout, 4));
/drivers/infiniband/core/
H A Dcm.c758 * calculate: 4.096x2^ack_timeout = 4.096x2^ack_delay + 2x4.096x2^life_time
759 * Because of how ack_timeout is stored, adding one doubles the timeout.
765 int ack_timeout = packet_life_time + 1; local
767 if (ack_timeout >= ca_ack_delay)
768 ack_timeout += (ca_ack_delay >= (ack_timeout - 1));
770 ack_timeout = ca_ack_delay +
771 (ack_timeout >= (ca_ack_delay - 1));
773 return min(31, ack_timeout);
/drivers/net/wireless/iwlwifi/dvm/
H A Ddebugfs.c1212 fmt_table, "ack_timeout:",
1213 le32_to_cpu(tx->ack_timeout),
1214 accum_tx->ack_timeout,
1215 delta_tx->ack_timeout, max_tx->ack_timeout);
H A Dcommands.h2664 __le32 ack_timeout; member in struct:statistics_tx
/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api.h1500 __le32 ack_timeout; member in struct:mvm_statistics_tx
/drivers/media/platform/
H A Dvino.c1616 int ack_timeout; member in struct:i2c_algo_sgi_data
1638 for (i = 0; i < adap->ack_timeout; i++) {
1773 .ack_timeout = 1000,
/drivers/scsi/qla2xxx/
H A Dqla_os.c4609 unsigned long ack_timeout; local
4612 ack_timeout = jiffies + (ha->fcoe_reset_timeout * HZ);
4619 if (time_after_eq(jiffies, ack_timeout)) {

Completed in 892 milliseconds