Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c2068 struct ieee80211_tx_info ba_info = {}; in iwl_mvm_rx_ba_notif() local
2073 ba_info.flags = IEEE80211_TX_STAT_AMPDU; in iwl_mvm_rx_ba_notif()
2087 ba_info.status.ampdu_ack_len = (u8)le16_to_cpu(ba_res->done); in iwl_mvm_rx_ba_notif()
2088 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif()
2089 ba_info.status.tx_time = in iwl_mvm_rx_ba_notif()
2091 ba_info.status.status_driver_data[0] = in iwl_mvm_rx_ba_notif()
2131 &ba_info, in iwl_mvm_rx_ba_notif()
2168 ba_info.status.ampdu_ack_len = ba_notif->txed_2_done; in iwl_mvm_rx_ba_notif()
2169 ba_info.status.ampdu_len = ba_notif->txed; in iwl_mvm_rx_ba_notif()
2170 ba_info.status.tx_time = tid_data->tx_time; in iwl_mvm_rx_ba_notif()
[all …]
Drxmq.c2769 unsigned int baid = le32_get_bits(release->ba_info, in iwl_mvm_rx_bar_frame_release()
2771 unsigned int nssn = le32_get_bits(release->ba_info, in iwl_mvm_rx_bar_frame_release()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Drx.h871 __le32 ba_info; member
/Linux-v6.6/drivers/net/wireless/ath/wcn36xx/
Dsmd.c2648 static int wcn36xx_smd_trigger_ba_rsp(void *buf, int len, struct add_ba_info *ba_info) in wcn36xx_smd_trigger_ba_rsp() argument
2665 ba_info[i] = candidate->ba_info[i]; in wcn36xx_smd_trigger_ba_rsp()
2675 struct add_ba_info ba_info[STACFG_MAX_TC]; in wcn36xx_smd_trigger_ba() local
2699 ret = wcn36xx_smd_trigger_ba_rsp(wcn->hal_buf, wcn->hal_rsp_len, ba_info); in wcn36xx_smd_trigger_ba()
2708 *ssn = ba_info[tid].starting_seq_num; in wcn36xx_smd_trigger_ba()
Dhal.h3023 struct add_ba_info ba_info[STACFG_MAX_TC]; member