tx_time_single    502 net/mac80211/rc80211_minstrel.c 		unsigned int tx_time_single;
tx_time_single    531 net/mac80211/rc80211_minstrel.c 			tx_time_single = mr->ack_time + mr->perfect_tx_time;
tx_time_single    534 net/mac80211/rc80211_minstrel.c 			tx_time_single += (t_slot * cw) >> 1;
tx_time_single    537 net/mac80211/rc80211_minstrel.c 			tx_time += tx_time_single;
tx_time_single    538 net/mac80211/rc80211_minstrel.c 			tx_time_cts += tx_time_single + mi->sp_ack_dur;
tx_time_single    539 net/mac80211/rc80211_minstrel.c 			tx_time_rtscts += tx_time_single + 2 * mi->sp_ack_dur;