Searched defs:buf_cmd (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/mvsas/
H A Dmv_sas.c451 u8 *buf_cmd, *buf_oaf; local
497 buf_cmd = buf_tmp = slot->buf;
542 memcpy(buf_cmd, &task->ata_task.fis, sizeof(struct host_to_dev_fis));
544 memcpy(buf_cmd + STP_ATAPI_CMD,
578 u8 *buf_cmd, *buf_oaf, fburst = 0; local
614 buf_cmd = buf_tmp = slot->buf;
663 ssp_hdr = (struct ssp_frame_hdr *)buf_cmd;
677 buf_cmd += sizeof(*ssp_hdr);
678 memcpy(buf_cmd, &task->ssp_task.LUN, 8);
681 buf_cmd[
[all...]

Completed in 134 milliseconds