Searched refs:ahci_fill_sg (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/ata/ |
H A D | ahci.c | 503 static int ahci_fill_sg(struct ahci_uc_priv *uc_priv, u8 port, in ahci_fill_sg() function 659 sg_count = ahci_fill_sg(uc_priv, port, buf, buf_len); in ahci_device_data_io()
|
H A D | dwc_ahsata.c | 321 static int ahci_fill_sg(struct ahci_uc_priv *uc_priv, u8 port, in ahci_fill_sg() function 392 sg_count = ahci_fill_sg(uc_priv, port, buf, buf_len); in ahci_exec_ata_cmd()
|
/openbmc/linux/drivers/ata/ |
H A D | libahci.c | 1657 static unsigned int ahci_fill_sg(struct ata_queued_cmd *qc, void *cmd_tbl) in ahci_fill_sg() function 1713 n_elem = ahci_fill_sg(qc, cmd_tbl); in ahci_qc_prep()
|