Searched refs:tfd_cnt (Results 1 – 3 of 3) sorted by relevance
1359 u16 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mld_handle_compressed_ba_notif() local1363 if (!tfd_cnt) in iwl_mld_handle_compressed_ba_notif()1366 if (IWL_FW_CHECK(mld, struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mld_handle_compressed_ba_notif()1368 tfd_cnt, pkt_len)) in iwl_mld_handle_compressed_ba_notif()1377 for (int i = 0; i < tfd_cnt; i++) { in iwl_mld_handle_compressed_ba_notif()
2052 u16 tfd_cnt; in iwl_mvm_rx_ba_notif() local2067 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()2068 if (!tfd_cnt) in iwl_mvm_rx_ba_notif()2072 struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mvm_rx_ba_notif()2074 tfd_cnt, pkt_len)) in iwl_mvm_rx_ba_notif()2096 for (i = 0; i < tfd_cnt; i++) { in iwl_mvm_rx_ba_notif()
736 __le16 tfd_cnt; member