Lines Matching defs:buf_cmd
439 u8 *buf_cmd, *buf_oaf;
485 buf_cmd = buf_tmp = slot->buf;
530 memcpy(buf_cmd, &task->ata_task.fis, sizeof(struct host_to_dev_fis));
532 memcpy(buf_cmd + STP_ATAPI_CMD,
566 u8 *buf_cmd, *buf_oaf, fburst = 0;
602 buf_cmd = buf_tmp = slot->buf;
651 ssp_hdr = (struct ssp_frame_hdr *)buf_cmd;
665 buf_cmd += sizeof(*ssp_hdr);
666 memcpy(buf_cmd, &task->ssp_task.LUN, 8);
669 buf_cmd[9] = fburst | task->ssp_task.task_attr |
671 memcpy(buf_cmd + 12, task->ssp_task.cmd->cmnd,
674 buf_cmd[10] = tmf->tmf;
678 buf_cmd[12] =
680 buf_cmd[13] =