Lines Matching refs:tfd
44 return txq->tfds + trans->txqs.tfd.size * idx; in iwl_txq_get_tfd()
108 struct iwl_tfh_tfd *tfd, dma_addr_t addr,
113 struct iwl_tfh_tfd *tfd);
137 struct iwl_tfd *tfd; in iwl_txq_gen1_tfd_get_num_tbs() local
140 struct iwl_tfh_tfd *tfd = _tfd; in iwl_txq_gen1_tfd_get_num_tbs() local
142 return le16_to_cpu(tfd->num_tbs) & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs()
145 tfd = (struct iwl_tfd *)_tfd; in iwl_txq_gen1_tfd_get_num_tbs()
146 return tfd->num_tbs & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs()
152 struct iwl_tfd *tfd; in iwl_txq_gen1_tfd_tb_get_len() local
156 struct iwl_tfh_tfd *tfd = _tfd; in iwl_txq_gen1_tfd_tb_get_len() local
157 struct iwl_tfh_tb *tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len()
162 tfd = (struct iwl_tfd *)_tfd; in iwl_txq_gen1_tfd_tb_get_len()
163 tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len()