Searched refs:sge (Results 1 – 2 of 2) sorted by relevance
255 pcmd->sge.addr = cpu_to_le64(virt_to_bus(sata->devno, id)); in sil_cmd_identify_device()256 pcmd->sge.cnt = cpu_to_le32(sizeof(id[0]) * ATA_ID_WORDS); in sil_cmd_identify_device()257 pcmd->sge.flags = cpu_to_le32(SGE_TRM); in sil_cmd_identify_device()329 pcmd->sge.addr = cpu_to_le64(virt_to_bus(sata->devno, buffer)); in sil_sata_rw_cmd()330 pcmd->sge.cnt = cpu_to_le32(blkcnt * ATA_SECT_SIZE); in sil_sata_rw_cmd()331 pcmd->sge.flags = cpu_to_le32(SGE_TRM); in sil_sata_rw_cmd()376 pcmd->sge.addr = cpu_to_le64(virt_to_bus(sata->devno, buffer)); in sil_sata_rw_cmd_ext()377 pcmd->sge.cnt = cpu_to_le32(blkcnt * ATA_SECT_SIZE); in sil_sata_rw_cmd_ext()378 pcmd->sge.flags = cpu_to_le32(SGE_TRM); in sil_sata_rw_cmd_ext()
60 struct sil_sge sge; member
Completed in 7 milliseconds