Searched refs:tx_time (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/ath/carl9170/ |
D | cmd.c | 185 ar->tally.tx_time += le32_to_cpu(tally.tx_time) / tick; in carl9170_collect_tally() 193 info->channel_time_tx = ar->tally.tx_time; in carl9170_collect_tally()
|
D | fwcmd.h | 293 __le32 tx_time; member
|
D | carl9170.h | 346 u64 tx_time; /* usec */ member
|
/drivers/net/wireless/ath/ath5k/ |
D | pcu.c | 285 u16 tx_time; in ath5k_hw_write_rate_duration() local 305 tx_time = ath5k_hw_get_frame_duration(ah, 10, rate, false); in ath5k_hw_write_rate_duration() 307 ath5k_hw_reg_write(ah, tx_time, reg); in ath5k_hw_write_rate_duration() 312 tx_time = ath5k_hw_get_frame_duration(ah, 10, rate, true); in ath5k_hw_write_rate_duration() 313 ath5k_hw_reg_write(ah, tx_time, in ath5k_hw_write_rate_duration()
|
/drivers/staging/cxt1e1/ |
D | comet.c | 297 pci_write_32 ((u_int32_t *) &comet->tx_time, 0x0d); /* internal oscillator */ in init_comet() 302 pci_write_32 ((u_int32_t *) &comet->tx_time, 0x09); /* loop timing in init_comet() 317 pci_write_32 ((u_int32_t *) &comet->tx_time, 0x0d); /* oscillator timing */ in init_comet()
|
D | comet.h | 36 VINT32 tx_time; /* 06 TX Timing Options */ member
|
/drivers/s390/net/ |
D | ctcm_main.h | 125 unsigned long tx_time; member
|
D | ctcm_sysfs.c | 102 priv->channel[WRITE]->prof.tx_time); in ctcm_print_statistics()
|
D | ctcm_fsms.c | 263 if (duration > ch->prof.tx_time) in chx_txdone() 264 ch->prof.tx_time = duration; in chx_txdone() 1242 if (duration > ch->prof.tx_time) in ctcmpc_chx_txdone() 1243 ch->prof.tx_time = duration; in ctcmpc_chx_txdone()
|
D | netiucv.c | 206 unsigned long tx_time; member 1771 return sprintf(buf, "%ld\n", priv->conn->prof.tx_time); in txtime_show() 1780 priv->conn->prof.tx_time = 0; in txtime_write()
|