Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/pcie/
Dtx.c358 tfd->num_tbs = idx + 1; in iwl_pcie_tfd_set_tb()
363 return tfd->num_tbs & 0x1f; in iwl_pcie_tfd_get_num_tbs()
371 int num_tbs; in iwl_pcie_tfd_unmap() local
374 num_tbs = iwl_pcie_tfd_get_num_tbs(tfd); in iwl_pcie_tfd_unmap()
376 if (num_tbs >= IWL_NUM_OF_TBS) { in iwl_pcie_tfd_unmap()
377 IWL_ERR(trans, "Too many chunks: %i\n", num_tbs); in iwl_pcie_tfd_unmap()
384 for (i = 1; i < num_tbs; i++) in iwl_pcie_tfd_unmap()
389 tfd->num_tbs = 0; in iwl_pcie_tfd_unmap()
436 u32 num_tbs; in iwl_pcie_txq_build_tfd() local
445 num_tbs = iwl_pcie_tfd_get_num_tbs(tfd); in iwl_pcie_txq_build_tfd()
[all …]
/drivers/net/wireless/iwlwifi/
Diwl-fh.h520 u8 num_tbs; member
/drivers/net/wireless/iwlegacy/
D4965-mac.c3891 tfd->num_tbs = idx + 1; in il4965_tfd_set_tb()
3897 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()
3936 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 …]
Dcommon.h2419 u8 num_tbs; member