Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1999 struct iwl_mvm_compressed_ba_notif *ba_res = in iwl_mvm_rx_ba_notif() local
2001 u8 lq_color = TX_RES_RATE_TABLE_COL_GET(ba_res->tlc_rate_info); in iwl_mvm_rx_ba_notif()
2005 if (unlikely(sizeof(*ba_res) > pkt_len)) in iwl_mvm_rx_ba_notif()
2008 sta_id = ba_res->sta_id; 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()
2012 (u16)le32_to_cpu(ba_res->wireless_time); in iwl_mvm_rx_ba_notif()
2014 (void *)(uintptr_t)ba_res->reduced_txp; in iwl_mvm_rx_ba_notif()
2016 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()
2017 if (!tfd_cnt || struct_size(ba_res, tfd, tfd_cnt) > pkt_len) in iwl_mvm_rx_ba_notif()
[all …]