Searched refs:tfd_cnt (Results 1 – 3 of 3) sorted by relevance
1328 u16 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mld_handle_compressed_ba_notif() local1332 if (!tfd_cnt) in iwl_mld_handle_compressed_ba_notif()1335 if (IWL_FW_CHECK(mld, struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mld_handle_compressed_ba_notif()1337 tfd_cnt, pkt_len)) in iwl_mld_handle_compressed_ba_notif()1346 for (int i = 0; i < tfd_cnt; i++) { in iwl_mld_handle_compressed_ba_notif()
2129 u16 tfd_cnt; in iwl_mvm_rx_ba_notif() local2144 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()2145 if (!tfd_cnt) in iwl_mvm_rx_ba_notif()2149 struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mvm_rx_ba_notif()2151 tfd_cnt, pkt_len)) in iwl_mvm_rx_ba_notif()2173 for (i = 0; i < tfd_cnt; i++) { in iwl_mvm_rx_ba_notif()
726 __le16 tfd_cnt; member