Lines Matching refs:tfd
97 return txq->tfds + trans->txqs.tfd.size * idx; in iwl_txq_get_tfd()
161 struct iwl_tfh_tfd *tfd, dma_addr_t addr,
166 struct iwl_tfh_tfd *tfd);
191 struct iwl_tfd *tfd; in iwl_txq_gen1_tfd_get_num_tbs() local
194 struct iwl_tfh_tfd *tfd = _tfd; in iwl_txq_gen1_tfd_get_num_tbs() local
196 return le16_to_cpu(tfd->num_tbs) & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs()
199 tfd = (struct iwl_tfd *)_tfd; in iwl_txq_gen1_tfd_get_num_tbs()
200 return tfd->num_tbs & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs()
206 struct iwl_tfd *tfd; in iwl_txq_gen1_tfd_tb_get_len() local
210 struct iwl_tfh_tfd *tfd = _tfd; in iwl_txq_gen1_tfd_tb_get_len() local
211 struct iwl_tfh_tb *tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len()
216 tfd = (struct iwl_tfd *)_tfd; in iwl_txq_gen1_tfd_tb_get_len()
217 tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len()