Searched refs:num_tbs (Results 1 – 6 of 6) sorted by relevance
23 int num_tbs) in iwl_pcie_gen2_update_byte_tbl() argument34 num_tbs * sizeof(struct iwl_tfh_tb); in iwl_pcie_gen2_update_byte_tbl()90 int i, num_tbs; in iwl_txq_gen2_tfd_unmap() local101 for (i = 1; i < num_tbs; i++) { in iwl_txq_gen2_tfd_unmap()114 tfd->num_tbs = 0; in iwl_txq_gen2_tfd_unmap()176 tfd->num_tbs = cpu_to_le16(idx + 1); in iwl_txq_gen2_set_tb()1368 int i, num_tbs; in iwl_txq_gen1_tfd_unmap() local1382 for (i = 1; i < num_tbs; i++) { in iwl_txq_gen1_tfd_unmap()1404 tfd_fh->num_tbs = 0; in iwl_txq_gen1_tfd_unmap()1408 tfd_fh->num_tbs = 0; in iwl_txq_gen1_tfd_unmap()[all …]
141 return le16_to_cpu(tfh_tfd->num_tbs) & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs()145 return tfd->num_tbs & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs()174 int num_tbs);
691 u8 num_tbs; member704 __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 …]
2445 u8 num_tbs; member
Completed in 49 milliseconds