Lines Matching defs:dev_cmd
1916 struct iwl_device_tx_cmd *dev_cmd,
1920 struct iwl_tx_cmd *tx_cmd = (void *)dev_cmd->payload;
1939 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0);
2053 struct iwl_device_tx_cmd *dev_cmd,
2080 struct iwl_device_tx_cmd *dev_cmd = txq->entries[txq->write_ptr].cmd;
2081 struct iwl_tx_cmd *tx_cmd = (void *)dev_cmd->payload;
2115 struct iwl_device_tx_cmd *dev_cmd, int txq_id)
2119 struct iwl_tx_cmd *tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload;
2162 *dev_cmd_ptr = dev_cmd;
2183 txq->entries[txq->write_ptr].cmd = dev_cmd;
2185 dev_cmd->hdr.sequence =
2235 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE;
2244 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len,
2255 out_meta, dev_cmd,
2273 memcpy(&txq->first_tb_bufs[txq->write_ptr], dev_cmd, IWL_FIRST_TB_SIZE);
2323 struct iwl_device_tx_cmd *dev_cmd = txq->entries[read_ptr].cmd;
2324 struct iwl_tx_cmd *tx_cmd = (void *)dev_cmd->payload;