Searched refs:buf_cmd (Results 1 – 1 of 1) sorted by relevance
454 u8 *buf_cmd, *buf_oaf; in mvs_task_prep_ata() local500 buf_cmd = buf_tmp = slot->buf; in mvs_task_prep_ata()545 memcpy(buf_cmd, &task->ata_task.fis, sizeof(struct host_to_dev_fis)); in mvs_task_prep_ata()547 memcpy(buf_cmd + STP_ATAPI_CMD, in mvs_task_prep_ata()581 u8 *buf_cmd, *buf_oaf, fburst = 0; in mvs_task_prep_ssp() local617 buf_cmd = buf_tmp = slot->buf; in mvs_task_prep_ssp()666 ssp_hdr = (struct ssp_frame_hdr *)buf_cmd; in mvs_task_prep_ssp()680 buf_cmd += sizeof(*ssp_hdr); in mvs_task_prep_ssp()681 memcpy(buf_cmd, &task->ssp_task.LUN, 8); in mvs_task_prep_ssp()684 buf_cmd[9] = fburst | task->ssp_task.task_attr | in mvs_task_prep_ssp()[all …]