Searched refs:ahci_sg (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/ata/
H A Dahci.h290 struct ahci_sg { struct
H A Dlibahci.c1653 struct ahci_sg *ahci_sg = cmd_tbl + AHCI_CMD_TBL_HDR_SZ; local
1663 ahci_sg[si].addr = cpu_to_le32(addr & 0xffffffff);
1664 ahci_sg[si].addr_hi = cpu_to_le32((addr >> 16) >> 16);
1665 ahci_sg[si].flags_size = cpu_to_le32(sg_len - 1);

Completed in 119 milliseconds