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

/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c1417 struct sata_start_req sata_cmd; local
1466 memset(&sata_cmd, 0, sizeof(sata_cmd));
1477 sata_cmd.tag = cpu_to_le32(ccb_tag);
1478 sata_cmd.device_id = cpu_to_le32(pm8001_ha_dev->device_id);
1479 sata_cmd.ncqtag_atap_dir_m_dad |= ((0x1 << 7) | (0x5 << 9));
1480 memcpy(&sata_cmd.sata_fis, &fis, sizeof(struct host_to_dev_fis));
1482 res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, 0);
4055 struct sata_start_req sata_cmd; local
4064 memset(&sata_cmd,
[all...]
H A Dpm8001_hwi.c1762 struct sata_start_req sata_cmd; local
1810 memset(&sata_cmd, 0, sizeof(sata_cmd));
1821 sata_cmd.tag = cpu_to_le32(ccb_tag);
1822 sata_cmd.device_id = cpu_to_le32(pm8001_ha_dev->device_id);
1823 sata_cmd.ncqtag_atap_dir_m |= ((0x1 << 7) | (0x5 << 9));
1824 memcpy(&sata_cmd.sata_fis, &fis, sizeof(struct host_to_dev_fis));
1826 res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, 0);
4348 struct sata_start_req sata_cmd; local
4356 memset(&sata_cmd,
[all...]

Completed in 44 milliseconds