Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1991 struct ieee80211_tx_info ba_info = {}; in iwl_mvm_rx_ba_notif() local
1996 ba_info.flags = IEEE80211_TX_STAT_AMPDU; in iwl_mvm_rx_ba_notif()
2009 ba_info.status.ampdu_ack_len = (u8)le16_to_cpu(ba_res->done); in iwl_mvm_rx_ba_notif()
2010 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif()
2011 ba_info.status.tx_time = in iwl_mvm_rx_ba_notif()
2013 ba_info.status.status_driver_data[0] = in iwl_mvm_rx_ba_notif()
2047 &ba_info, in iwl_mvm_rx_ba_notif()
2082 ba_info.status.ampdu_ack_len = ba_notif->txed_2_done; in iwl_mvm_rx_ba_notif()
2083 ba_info.status.ampdu_len = ba_notif->txed; in iwl_mvm_rx_ba_notif()
2084 ba_info.status.tx_time = tid_data->tx_time; in iwl_mvm_rx_ba_notif()
[all …]
Drxmq.c2177 unsigned int baid = le32_get_bits(release->ba_info, in iwl_mvm_rx_bar_frame_release()
2179 unsigned int nssn = le32_get_bits(release->ba_info, in iwl_mvm_rx_bar_frame_release()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Drx.h708 __le32 ba_info; member
/Linux-v6.1/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