Searched refs:tx_success (Results 1 – 7 of 7) sorted by relevance
81 bool tx_success; in wl18xx_tx_complete_packet() local91 tx_success = !(tx_stat_byte & BIT(WL18XX_TX_STATUS_STAT_BIT_IDX)); in wl18xx_tx_complete_packet()103 if (tx_success && !(info->flags & IEEE80211_TX_CTL_NO_ACK)) in wl18xx_tx_complete_packet()117 if (!tx_success) in wl18xx_tx_complete_packet()138 id, skb, tx_success); in wl18xx_tx_complete_packet()
58 stat_printf(tx_stat, 2, tx_success); in mt7601u_ampdu_stat_read()
1388 bool tx_success) in iwl_mvm_csa_count_down() argument1394 if (!tx_success && !mvmvif->csa_countdown) in iwl_mvm_csa_count_down()1405 tx_success) { in iwl_mvm_csa_count_down()
307 qual->tx_success = 0; in rt2x00link_reset_qual()
254 int tx_success; member
385 rt2x00dev->link.qual.tx_success += success; in rt2x00lib_txdone()
1684 bool tx_success; in team_xmit() local1687 tx_success = team_queue_override_transmit(team, skb); in team_xmit()1688 if (!tx_success) in team_xmit()1689 tx_success = team->ops.transmit(team, skb); in team_xmit()1690 if (tx_success) { in team_xmit()