Searched refs:tfd_cnt (Results 1 – 2 of 2) sorted by relevance
2199 u16 tfd_cnt; in iwl_mvm_rx_ba_notif() local2214 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()2215 if (!tfd_cnt) in iwl_mvm_rx_ba_notif()2219 struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mvm_rx_ba_notif()2221 tfd_cnt, pkt_len)) in iwl_mvm_rx_ba_notif()2243 for (i = 0; i < tfd_cnt; i++) { in iwl_mvm_rx_ba_notif()
726 __le16 tfd_cnt; member