Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_STAT_ACK (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtxrx.c107 info->flags |= IEEE80211_TX_STAT_ACK; in ath10k_txrx_tx_unref()
110 info->flags &= ~IEEE80211_TX_STAT_ACK; in ath10k_txrx_tx_unref()
122 info->flags &= ~IEEE80211_TX_STAT_ACK; in ath10k_txrx_tx_unref()
H A Dwmi-ops.h507 info->flags |= IEEE80211_TX_STAT_ACK; in ath10k_wmi_mgmt_tx()
H A Dhtt_rx.c4045 arsta->tx_info.flags = IEEE80211_TX_STAT_ACK; in ath10k_update_per_peer_tx_stats()
H A Dwmi.c2432 info->flags &= ~IEEE80211_TX_STAT_ACK; in wmi_process_mgmt_tx_comp()
2434 info->flags |= IEEE80211_TX_STAT_ACK; in wmi_process_mgmt_tx_comp()
/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c236 info->flags |= IEEE80211_TX_STAT_ACK; in rtw_tx_report_tx_status()
238 info->flags &= ~IEEE80211_TX_STAT_ACK; in rtw_tx_report_tx_status()
H A Dusb.c289 info->flags |= IEEE80211_TX_STAT_ACK;
H A Dsdio.c1205 info->flags |= IEEE80211_TX_STAT_ACK; in rtw_sdio_process_tx_queue()
H A Dpci.c1062 info->flags |= IEEE80211_TX_STAT_ACK; in rtw_pci_tx_isr()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1738 info->flags &= ~(IEEE80211_TX_STAT_ACK | IEEE80211_TX_STAT_TX_FILTERED); in iwl_mvm_rx_tx_cmd_single()
1744 info->flags |= IEEE80211_TX_STAT_ACK; in iwl_mvm_rx_tx_cmd_single()
1773 info->flags |= IEEE80211_TX_STAT_ACK; in iwl_mvm_rx_tx_cmd_single()
1791 !(info->flags & IEEE80211_TX_STAT_ACK) && in iwl_mvm_rx_tx_cmd_single()
2091 info->flags |= IEEE80211_TX_STAT_ACK; in iwl_mvm_rx_ba_notif()
2093 info->flags &= ~IEEE80211_TX_STAT_ACK; in iwl_mvm_rx_ba_notif()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c397 info->flags |= IEEE80211_TX_STAT_ACK; in ath12k_dp_tx_htt_tx_complete_buf()
492 info->flags |= IEEE80211_TX_STAT_ACK; in ath12k_dp_tx_complete_msdu()
H A Dwmi.c5128 info->flags |= IEEE80211_TX_STAT_ACK; in wmi_process_mgmt_tx_comp()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c736 info->flags |= IEEE80211_TX_STAT_ACK; in mt76_connac2_mac_add_txs_skb()
740 !!(info->flags & IEEE80211_TX_STAT_ACK); in mt76_connac2_mac_add_txs_skb()
H A Dtx.c106 info->flags |= IEEE80211_TX_STAT_ACK; in __mt76_tx_status_skb_done()
H A Dmt76x02_mac.c537 info->flags |= IEEE80211_TX_STAT_ACK; in mt76x02_mac_fill_tx_status()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c363 info->flags |= IEEE80211_TX_STAT_ACK; in ath11k_dp_tx_htt_tx_complete_buf()
602 info->flags |= IEEE80211_TX_STAT_ACK; in ath11k_dp_tx_complete_msdu()
H A Dwmi.c6140 info->flags |= IEEE80211_TX_STAT_ACK; in wmi_process_mgmt_tx_comp()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h399 IEEE80211_TX_STAT_ACK = BIT(7), enumerator
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1128 info->flags |= IEEE80211_TX_STAT_ACK; in mt7603_fill_txs()
1132 IEEE80211_TX_STAT_ACK); in mt7603_fill_txs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1351 info->flags |= IEEE80211_TX_STAT_ACK; in mt7615_fill_txs()
1355 IEEE80211_TX_STAT_ACK); in mt7615_fill_txs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1186 info->flags |= IEEE80211_TX_STAT_ACK; in mt7996_mac_add_txs_skb()
1190 IEEE80211_TX_STAT_ACK); in mt7996_mac_add_txs_skb()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c476 info->flags |= IEEE80211_TX_STAT_ACK; in rtw89_pci_release_txwd_skb()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5919 if (info->flags & IEEE80211_TX_STAT_ACK) { in linuxkpi_ieee80211_tx_status_ext()