Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c318 iwl_txq_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu()
327 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()
347 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu()
404 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx()
411 iwl_txq_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx()
420 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx()
428 tb1_addr = ((u8 *)&dev_cmd->hdr) + 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()
[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()
2225 BUILD_BUG_ON(sizeof(struct iwl_tx_cmd) < IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx()
2228 IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx()
[all …]