Searched refs:tx_success (Results 1 – 7 of 7) sorted by relevance
67 bool tx_success; in wl18xx_tx_complete_packet() local77 tx_success = !(tx_stat_byte & BIT(WL18XX_TX_STATUS_STAT_BIT_IDX)); in wl18xx_tx_complete_packet()89 if (tx_success && !(info->flags & IEEE80211_TX_CTL_NO_ACK)) in wl18xx_tx_complete_packet()103 if (!tx_success) in wl18xx_tx_complete_packet()124 id, skb, tx_success); in wl18xx_tx_complete_packet()
50 stat_printf(tx_stat, 2, tx_success); in mt7601u_ampdu_stat_show()
294 qual->tx_success = 0; in rt2x00link_reset_qual()
447 rt2x00dev->link.qual.tx_success += success; in rt2x00lib_txdone_nomatch()524 rt2x00dev->link.qual.tx_success += success; in rt2x00lib_txdone()
254 int tx_success; member
1257 bool tx_success) in iwl_mvm_csa_count_down() argument1263 if (!tx_success && !mvmvif->csa_countdown) in iwl_mvm_csa_count_down()1274 tx_success) { in iwl_mvm_csa_count_down()
1727 bool tx_success; in team_xmit() local1730 tx_success = team_queue_override_transmit(team, skb); in team_xmit()1731 if (!tx_success) in team_xmit()1732 tx_success = team->ops.transmit(team, skb); in team_xmit()1733 if (tx_success) { in team_xmit()