Searched refs:num_tbs (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/queue/ |
D | tx.c | 23 int num_tbs) in iwl_pcie_gen2_update_byte_tbl() argument 34 num_tbs * sizeof(struct iwl_tfh_tb); in iwl_pcie_gen2_update_byte_tbl() 84 return le16_to_cpu(tfd->num_tbs) & 0x1f; in iwl_txq_gen2_get_num_tbs() 90 int i, num_tbs; in iwl_txq_gen2_tfd_unmap() local 93 num_tbs = iwl_txq_gen2_get_num_tbs(trans, tfd); in iwl_txq_gen2_tfd_unmap() 95 if (num_tbs > trans->txqs.tfd.max_tbs) { in iwl_txq_gen2_tfd_unmap() 96 IWL_ERR(trans, "Too many chunks: %i\n", num_tbs); in iwl_txq_gen2_tfd_unmap() 101 for (i = 1; i < num_tbs; i++) { in iwl_txq_gen2_tfd_unmap() 114 tfd->num_tbs = 0; in iwl_txq_gen2_tfd_unmap() 167 if (le16_to_cpu(tfd->num_tbs) >= trans->txqs.tfd.max_tbs) { in iwl_txq_gen2_set_tb() [all …]
|
D | tx.h | 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);
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-fh.h | 691 u8 num_tbs; member 704 __le16 num_tbs; member
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx.c | 148 tfd_fh->num_tbs = idx + 1; in iwl_pcie_tfd_set_tb() 155 u32 num_tbs; in iwl_pcie_txq_build_tfd() local 162 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()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-mac.c | 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() local 3921 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() local 3968 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_attach_buf_to_tfd() [all …]
|
D | common.h | 2445 u8 num_tbs; member
|