Searched refs:IWL_FIRST_TB_SIZE (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 56 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_gen2_enqueue_hcmd() 57 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_gen2_enqueue_hcmd() 178 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_gen2_enqueue_hcmd() 179 copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_gen2_enqueue_hcmd() 194 tb0_size = min_t(int, copy_size, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_enqueue_hcmd()
|
D | tx.c | 943 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd() 944 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd() 1075 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd() 1076 copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd() 1092 tb0_size = min_t(int, copy_size, IWL_FIRST_TB_SIZE); in iwl_pcie_enqueue_hcmd() 1314 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu() 1527 hdr_len - IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx() 1546 IWL_FIRST_TB_SIZE, true); in iwl_trans_pcie_tx() 1549 BUILD_BUG_ON(sizeof(struct iwl_tx_cmd) < IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx() 1552 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx() [all …]
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/queue/ |
D | tx.c | 476 iwl_txq_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu() 485 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu() 490 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu() 500 if (iwl_txq_gen2_build_amsdu(trans, skb, tfd, len + IWL_FIRST_TB_SIZE, in iwl_txq_gen2_build_tx_amsdu() 505 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu() 561 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx() 568 iwl_txq_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx() 577 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx() 585 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx() 595 IWL_FIRST_TB_SIZE + tb1_len, hdr_len); in iwl_txq_gen2_build_tx() [all …]
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-trans.h | 840 #define IWL_FIRST_TB_SIZE 20 macro 841 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64)
|