Searched refs:num_tbs (Results 1 – 6 of 6) sorted by relevance
21 int num_tbs) in iwl_pcie_gen2_update_byte_tbl() argument32 num_tbs * sizeof(struct iwl_tfh_tb); in iwl_pcie_gen2_update_byte_tbl()88 int i, num_tbs; in iwl_txq_gen2_tfd_unmap() local99 for (i = 1; i < num_tbs; i++) { in iwl_txq_gen2_tfd_unmap()112 tfd->num_tbs = 0; in iwl_txq_gen2_tfd_unmap()174 tfd->num_tbs = cpu_to_le16(idx + 1); in iwl_txq_gen2_set_tb()1336 int i, num_tbs; in iwl_txq_gen1_tfd_unmap() local1350 for (i = 1; i < num_tbs; i++) { in iwl_txq_gen1_tfd_unmap()1372 tfd_fh->num_tbs = 0; in iwl_txq_gen1_tfd_unmap()1376 tfd_fh->num_tbs = 0; in iwl_txq_gen1_tfd_unmap()[all …]
142 return le16_to_cpu(tfd->num_tbs) & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs()146 return tfd->num_tbs & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs()175 int num_tbs);
671 u8 num_tbs; member684 __le16 num_tbs; member
148 tfd_fh->num_tbs = idx + 1; in iwl_pcie_tfd_set_tb()155 u32 num_tbs; in iwl_pcie_txq_build_tfd() local162 num_tbs = iwl_txq_gen1_tfd_get_num_tbs(trans, tfd); in iwl_pcie_txq_build_tfd()165 if (num_tbs >= trans->txqs.tfd.max_tbs) { in iwl_pcie_txq_build_tfd()175 iwl_pcie_tfd_set_tb(trans, tfd, num_tbs, addr, len); in iwl_pcie_txq_build_tfd()177 return num_tbs; in iwl_pcie_txq_build_tfd()
3893 tfd->num_tbs = idx + 1; in il4965_tfd_set_tb()3899 return tfd->num_tbs & 0x1f; in il4965_tfd_get_num_tbs()3916 int num_tbs; in il4965_hw_txq_free_tfd() local3921 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_free_tfd()3923 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_free_tfd()3924 IL_ERR("Too many chunks: %i\n", num_tbs); in il4965_hw_txq_free_tfd()3930 if (num_tbs) in il4965_hw_txq_free_tfd()3937 for (i = 1; i < num_tbs; i++) in il4965_hw_txq_free_tfd()3959 u32 num_tbs; in il4965_hw_txq_attach_buf_to_tfd() local3968 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_attach_buf_to_tfd()[all …]
2444 u8 num_tbs; member
Completed in 33 milliseconds