Home
last modified time | relevance | path

Searched refs:num_tbs (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c91 int num_tbs) in iwl_pcie_gen2_update_byte_tbl() argument
105 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_pcie_gen2_get_num_tbs()
160 int i, num_tbs; in iwl_pcie_gen2_tfd_unmap() local
163 num_tbs = iwl_pcie_gen2_get_num_tbs(trans, tfd); in iwl_pcie_gen2_tfd_unmap()
165 if (num_tbs > trans_pcie->max_tbs) { in iwl_pcie_gen2_tfd_unmap()
166 IWL_ERR(trans, "Too many chunks: %i\n", num_tbs); in iwl_pcie_gen2_tfd_unmap()
171 for (i = 1; i < num_tbs; i++) { in iwl_pcie_gen2_tfd_unmap()
184 tfd->num_tbs = 0; in iwl_pcie_gen2_tfd_unmap()
229 if (le16_to_cpu(tfd->num_tbs) >= trans_pcie->max_tbs) { in iwl_pcie_gen2_set_tb()
[all …]
Dtx.c207 int num_tbs) in iwl_pcie_txq_update_byte_cnt_tbl() argument
387 tfd_fh->num_tbs = idx + 1; in iwl_pcie_tfd_set_tb()
395 return le16_to_cpu(tfd->num_tbs) & 0x1f; in iwl_pcie_tfd_get_num_tbs()
399 return tfd->num_tbs & 0x1f; in iwl_pcie_tfd_get_num_tbs()
408 int i, num_tbs; in iwl_pcie_tfd_unmap() local
412 num_tbs = iwl_pcie_tfd_get_num_tbs(trans, tfd); in iwl_pcie_tfd_unmap()
414 if (num_tbs > trans_pcie->max_tbs) { in iwl_pcie_tfd_unmap()
415 IWL_ERR(trans, "Too many chunks: %i\n", num_tbs); in iwl_pcie_tfd_unmap()
422 for (i = 1; i < num_tbs; i++) { in iwl_pcie_tfd_unmap()
442 tfd_fh->num_tbs = 0; in iwl_pcie_tfd_unmap()
[all …]
Dinternal.h707 int num_tbs);
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/
Diwl-fh.h731 u8 num_tbs; member
744 __le16 num_tbs; member
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c3897 tfd->num_tbs = idx + 1; in il4965_tfd_set_tb()
3903 return tfd->num_tbs & 0x1f; in il4965_tfd_get_num_tbs()
3922 int num_tbs; in il4965_hw_txq_free_tfd() local
3927 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_free_tfd()
3929 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_free_tfd()
3930 IL_ERR("Too many chunks: %i\n", num_tbs); in il4965_hw_txq_free_tfd()
3936 if (num_tbs) in il4965_hw_txq_free_tfd()
3942 for (i = 1; i < num_tbs; i++) in il4965_hw_txq_free_tfd()
3965 u32 num_tbs; in il4965_hw_txq_attach_buf_to_tfd() local
3974 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_attach_buf_to_tfd()
[all …]
Dcommon.h2447 u8 num_tbs; member