Home
last modified time | relevance | path

Searched refs:IWL_FIRST_TB_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c327 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu()
332 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu()
343 len + IWL_FIRST_TB_SIZE, hdr_len, dev_cmd)) in iwl_txq_gen2_build_tx_amsdu()
420 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx()
438 IWL_FIRST_TB_SIZE + tb1_len, hdr_len); in iwl_txq_gen2_build_tx()
497 IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tfd()
501 IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tfd()
1237 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_gen2_enqueue_hcmd()
1238 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_gen2_enqueue_hcmd()
1361 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_gen2_enqueue_hcmd()
[all …]
H A Dtx.c1388 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd()
1389 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd()
1523 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd()
1524 copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd()
1540 tb0_size = min_t(int, copy_size, IWL_FIRST_TB_SIZE); in iwl_pcie_enqueue_hcmd()
1934 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu()
2203 hdr_len - IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx()
2222 IWL_FIRST_TB_SIZE, true); in iwl_trans_pcie_tx()
2228 IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx()
2231 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx()
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h730 #define IWL_FIRST_TB_SIZE 20 macro
731 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64)