Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dsata_mv.c1135 int want_ncq = (protocol == ATA_PROT_NCQ); in mv_start_edma() local
1139 if (want_ncq != using_ncq) in mv_start_edma()
1145 mv_edma_cfg(ap, want_ncq, 1); in mv_start_edma()
1458 if (want_ncq) in mv_config_fbs()
1472 static void mv_60x1_errata_sata25(struct ata_port *ap, int want_ncq) in mv_60x1_errata_sata25() argument
1479 if (want_ncq) in mv_60x1_errata_sata25()
1583 mv_60x1_errata_sata25(ap, want_ncq); in mv_edma_cfg()
1595 want_fbs &= want_ncq; in mv_edma_cfg()
1597 mv_config_fbs(ap, want_ncq, want_fbs); in mv_edma_cfg()
1615 if (want_ncq) in mv_edma_cfg()
[all …]