Searched refs:num_tbs (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/queue/ |
D | tx.c | 91 int num_tbs) in iwl_pcie_gen2_update_byte_tbl() argument 102 num_tbs * sizeof(struct iwl_tfh_tb); in iwl_pcie_gen2_update_byte_tbl() 152 return le16_to_cpu(tfd->num_tbs) & 0x1f; in iwl_txq_gen2_get_num_tbs() 158 int i, num_tbs; in iwl_txq_gen2_tfd_unmap() local 161 num_tbs = iwl_txq_gen2_get_num_tbs(trans, tfd); in iwl_txq_gen2_tfd_unmap() 163 if (num_tbs > trans->txqs.tfd.max_tbs) { in iwl_txq_gen2_tfd_unmap() 164 IWL_ERR(trans, "Too many chunks: %i\n", num_tbs); in iwl_txq_gen2_tfd_unmap() 169 for (i = 1; i < num_tbs; i++) { in iwl_txq_gen2_tfd_unmap() 182 tfd->num_tbs = 0; in iwl_txq_gen2_tfd_unmap() 236 if (le16_to_cpu(tfd->num_tbs) >= trans->txqs.tfd.max_tbs) { in iwl_txq_gen2_set_tb() [all …]
|
D | tx.h | 196 return le16_to_cpu(tfd->num_tbs) & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs() 200 return tfd->num_tbs & 0x1f; in iwl_txq_gen1_tfd_get_num_tbs() 229 int num_tbs);
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-fh.h | 727 u8 num_tbs; member 740 __le16 num_tbs; member
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx.c | 205 tfd_fh->num_tbs = idx + 1; in iwl_pcie_tfd_set_tb() 253 u32 num_tbs; in iwl_pcie_txq_build_tfd() local 260 num_tbs = iwl_txq_gen1_tfd_get_num_tbs(trans, tfd); in iwl_pcie_txq_build_tfd() 263 if (num_tbs >= trans->txqs.tfd.max_tbs) { in iwl_pcie_txq_build_tfd() 273 iwl_pcie_tfd_set_tb(trans, tfd, num_tbs, addr, len); in iwl_pcie_txq_build_tfd() 275 return num_tbs; in iwl_pcie_txq_build_tfd()
|
/Linux-v5.10/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-mac.c | 3894 tfd->num_tbs = idx + 1; in il4965_tfd_set_tb() 3900 return tfd->num_tbs & 0x1f; in il4965_tfd_get_num_tbs() 3917 int num_tbs; in il4965_hw_txq_free_tfd() local 3922 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_free_tfd() 3924 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_free_tfd() 3925 IL_ERR("Too many chunks: %i\n", num_tbs); in il4965_hw_txq_free_tfd() 3931 if (num_tbs) in il4965_hw_txq_free_tfd() 3937 for (i = 1; i < num_tbs; i++) in il4965_hw_txq_free_tfd() 3960 u32 num_tbs; in il4965_hw_txq_attach_buf_to_tfd() local 3969 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_attach_buf_to_tfd() [all …]
|
D | common.h | 2444 u8 num_tbs; member
|