Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c2082 u16 tfd_cnt; in iwl_mvm_rx_ba_notif() local
2097 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()
2098 if (!tfd_cnt) in iwl_mvm_rx_ba_notif()
2102 struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mvm_rx_ba_notif()
2104 tfd_cnt, pkt_len)) in iwl_mvm_rx_ba_notif()
2120 for (i = 0; i < tfd_cnt; i++) { in iwl_mvm_rx_ba_notif()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h722 __le16 tfd_cnt; member