Searched refs:tx_success (Results 1 – 8 of 8) 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()
59 stat_printf(tx_stat, 2, tx_success); in mt76x0_ampdu_stat_read()
58 stat_printf(tx_stat, 2, tx_success); in mt7601u_ampdu_stat_read()
305 qual->tx_success = 0; in rt2x00link_reset_qual()
461 rt2x00dev->link.qual.tx_success += success; in rt2x00lib_txdone_nomatch()538 rt2x00dev->link.qual.tx_success += success; in rt2x00lib_txdone()
257 int tx_success; member
1372 bool tx_success) in iwl_mvm_csa_count_down() argument1378 if (!tx_success && !mvmvif->csa_countdown) in iwl_mvm_csa_count_down()1389 tx_success) { in iwl_mvm_csa_count_down()
1689 bool tx_success; in team_xmit() local1692 tx_success = team_queue_override_transmit(team, skb); in team_xmit()1693 if (!tx_success) in team_xmit()1694 tx_success = team->ops.transmit(team, skb); in team_xmit()1695 if (tx_success) { in team_xmit()