Searched refs:IWL_FIRST_TB_SIZE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | tx-gen2.c | 385 iwl_pcie_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx_amsdu() 394 IWL_FIRST_TB_SIZE; in iwl_pcie_gen2_build_tx_amsdu() 399 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_pcie_gen2_build_tx_amsdu() 406 len + IWL_FIRST_TB_SIZE, in iwl_pcie_gen2_build_tx_amsdu() 411 memcpy(&txq->first_tb_bufs[idx], &dev_cmd->hdr, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx_amsdu() 437 memcpy(&txq->first_tb_bufs[idx], &dev_cmd->hdr, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx() 439 iwl_pcie_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx() 448 IWL_FIRST_TB_SIZE; in iwl_pcie_gen2_build_tx() 453 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_pcie_gen2_build_tx() 490 IWL_FIRST_TB_SIZE + tb1_len, hdr_len); in iwl_pcie_gen2_build_tx() [all …]
|
| D | tx.c | 1516 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd() 1517 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd() 1648 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd() 1649 copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd() 1665 tb0_size = min_t(int, copy_size, IWL_FIRST_TB_SIZE); in iwl_pcie_enqueue_hcmd() 2027 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, in iwl_fill_data_tbs() 2101 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu() 2387 hdr_len - IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx() 2406 IWL_FIRST_TB_SIZE, true); in iwl_trans_pcie_tx() 2409 BUILD_BUG_ON(sizeof(struct iwl_tx_cmd) < IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx() [all …]
|
| D | internal.h | 349 #define IWL_FIRST_TB_SIZE 20 macro 350 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64)
|