Lines Matching refs:dev_cmd

237 				     u8 hdr_len, struct iwl_device_cmd *dev_cmd)  in iwl_pcie_gen2_build_amsdu()  argument
241 struct iwl_tx_cmd *tx_cmd = (void *)dev_cmd->payload; in iwl_pcie_gen2_build_amsdu()
256 &dev_cmd->hdr, start_len, 0); in iwl_pcie_gen2_build_amsdu()
371 struct iwl_device_cmd *dev_cmd, in iwl_pcie_gen2_build_tx_amsdu() argument
399 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_pcie_gen2_build_tx_amsdu()
407 hdr_len, dev_cmd)) 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()
422 struct iwl_device_cmd *dev_cmd, in iwl_pcie_gen2_build_tx() argument
437 memcpy(&txq->first_tb_bufs[idx], &dev_cmd->hdr, 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()
489 trace_iwlwifi_dev_tx(trans->dev, skb, tfd, sizeof(*tfd), &dev_cmd->hdr, in iwl_pcie_gen2_build_tx()
503 struct iwl_device_cmd *dev_cmd, in iwl_pcie_gen2_build_tfd() argument
530 return iwl_pcie_gen2_build_tx_amsdu(trans, txq, dev_cmd, skb, in iwl_pcie_gen2_build_tfd()
533 return iwl_pcie_gen2_build_tx(trans, txq, dev_cmd, skb, out_meta, in iwl_pcie_gen2_build_tfd()
538 struct iwl_device_cmd *dev_cmd, int txq_id) in iwl_trans_pcie_gen2_tx() argument
560 (void *)dev_cmd->payload; in iwl_trans_pcie_gen2_tx()
565 (void *)dev_cmd->payload; in iwl_trans_pcie_gen2_tx()
580 *dev_cmd_ptr = dev_cmd; in iwl_trans_pcie_gen2_tx()
591 txq->entries[idx].cmd = dev_cmd; in iwl_trans_pcie_gen2_tx()
593 dev_cmd->hdr.sequence = in iwl_trans_pcie_gen2_tx()
601 tfd = iwl_pcie_gen2_build_tfd(trans, txq, dev_cmd, skb, out_meta); in iwl_trans_pcie_gen2_tx()