Searched refs:tx_success (Results 1 – 6 of 6) sorted by relevance
81 bool tx_success; in wl18xx_tx_complete_packet() local90 tx_success = !(tx_stat_byte & BIT(WL18XX_TX_STATUS_STAT_BIT_IDX)); in wl18xx_tx_complete_packet()101 if (tx_success && !(info->flags & IEEE80211_TX_CTL_NO_ACK)) in wl18xx_tx_complete_packet()113 if (!tx_success) in wl18xx_tx_complete_packet()134 id, skb, tx_success); in wl18xx_tx_complete_packet()
1280 bool tx_success) in iwl_mvm_csa_count_down() argument1286 if (!tx_success && !mvmvif->csa_countdown) in iwl_mvm_csa_count_down()1297 tx_success) { in iwl_mvm_csa_count_down()
313 qual->tx_success = 0; in rt2x00link_reset_qual()
253 int tx_success; member
385 rt2x00dev->link.qual.tx_success += success; in rt2x00lib_txdone()
1646 bool tx_success; in team_xmit() local1649 tx_success = team_queue_override_transmit(team, skb); in team_xmit()1650 if (!tx_success) in team_xmit()1651 tx_success = team->ops.transmit(team, skb); in team_xmit()1652 if (tx_success) { in team_xmit()