Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c2137 struct iwl_mvm_compressed_ba_notif *ba_res = in iwl_mvm_rx_ba_notif() local
2147 sta_id = ba_res->sta_id; in iwl_mvm_rx_ba_notif()
2151 (u16)le32_to_cpu(ba_res->wireless_time); in iwl_mvm_rx_ba_notif()
2153 (void *)(uintptr_t)ba_res->reduced_txp; in iwl_mvm_rx_ba_notif()
2155 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()
2180 &ba_res->tfd[i]; in iwl_mvm_rx_ba_notif()
2193 le32_to_cpu(ba_res->tx_rate), false); in iwl_mvm_rx_ba_notif()
2198 le32_to_cpu(ba_res->wireless_time)); in iwl_mvm_rx_ba_notif()
2203 sta_id, le32_to_cpu(ba_res->flags), in iwl_mvm_rx_ba_notif()
2204 le16_to_cpu(ba_res->txed), in iwl_mvm_rx_ba_notif()
[all …]