Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dahci.h280 struct ahci_sg { struct
Dlibahci.c1493 struct ahci_sg *ahci_sg = cmd_tbl + AHCI_CMD_TBL_HDR_SZ; in ahci_fill_sg() local
1505 ahci_sg[si].addr = cpu_to_le32(addr & 0xffffffff); in ahci_fill_sg()
1506 ahci_sg[si].addr_hi = cpu_to_le32((addr >> 16) >> 16); in ahci_fill_sg()
1507 ahci_sg[si].flags_size = cpu_to_le32(sg_len - 1); in ahci_fill_sg()