Searched refs:IWL_FIRST_TB_SIZE (Results 1 – 3 of 3) sorted by relevance
326 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu()331 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu()342 len + IWL_FIRST_TB_SIZE, hdr_len, dev_cmd)) in iwl_txq_gen2_build_tx_amsdu()419 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx()437 IWL_FIRST_TB_SIZE + tb1_len, hdr_len); in iwl_txq_gen2_build_tx()496 IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tfd()500 IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tfd()1229 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_gen2_enqueue_hcmd()1230 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_gen2_enqueue_hcmd()1353 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_gen2_enqueue_hcmd()[all …]
1389 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd()1390 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd()1524 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd()1525 copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd()1541 tb0_size = min_t(int, copy_size, IWL_FIRST_TB_SIZE); in iwl_pcie_enqueue_hcmd()1933 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu()2204 hdr_len - IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx()2223 IWL_FIRST_TB_SIZE, true); in iwl_trans_pcie_tx()2229 IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx()2232 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx()[all …]
732 #define IWL_FIRST_TB_SIZE 20 macro733 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64)
Completed in 58 milliseconds