Searched refs:tfd_cnt (Results 1 – 3 of 3) sorted by relevance
1348 u16 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mld_handle_compressed_ba_notif() local1352 if (!tfd_cnt) in iwl_mld_handle_compressed_ba_notif()1355 if (IWL_FW_CHECK(mld, struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mld_handle_compressed_ba_notif()1357 tfd_cnt, pkt_len)) in iwl_mld_handle_compressed_ba_notif()1366 for (int i = 0; i < tfd_cnt; i++) { in iwl_mld_handle_compressed_ba_notif()
2092 u16 tfd_cnt; in iwl_mvm_rx_ba_notif() local2107 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()2108 if (!tfd_cnt) in iwl_mvm_rx_ba_notif()2112 struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mvm_rx_ba_notif()2114 tfd_cnt, pkt_len)) in iwl_mvm_rx_ba_notif()2136 for (i = 0; i < tfd_cnt; i++) { in iwl_mvm_rx_ba_notif()
736 __le16 tfd_cnt; member
Completed in 670 milliseconds