Home
last modified time | relevance | path

Searched refs:hardreset (Results 1 – 25 of 26) sorted by relevance

12

/drivers/ata/
Dlibata-eh.c2689 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in ata_eh_reset() argument
2715 hardreset = NULL; in ata_eh_reset()
2758 if (hardreset) { in ata_eh_reset()
2759 reset = hardreset; in ata_eh_reset()
2837 if (reset == hardreset) in ata_eh_reset()
2849 if (slave && reset == hardreset) { in ata_eh_reset()
2871 if (reset == hardreset && in ata_eh_reset()
3072 if (hardreset) in ata_eh_reset()
3073 reset = hardreset; in ata_eh_reset()
3779 ata_reset_fn_t softreset, ata_reset_fn_t hardreset, in ata_eh_recover() argument
[all …]
Dlibata-pmp.c754 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in sata_pmp_eh_recover_pmp() argument
777 rc = ata_eh_reset(link, 0, prereset, softreset, hardreset, in sata_pmp_eh_recover_pmp()
945 ops->hardreset, ops->postreset, NULL); in sata_pmp_eh_recover()
964 ops->hardreset, ops->postreset); in sata_pmp_eh_recover()
Dlibata.h170 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset);
173 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
Dahci_da850.c149 .hardreset = ahci_da850_hardreset,
Dlibata-sff.c57 .hardreset = sata_sff_hardreset,
2179 ata_reset_fn_t hardreset = ap->ops->hardreset; in ata_sff_error_handler() local
2202 if ((hardreset == sata_std_hardreset || in ata_sff_error_handler()
2203 hardreset == sata_sff_hardreset) && !sata_scr_valid(&ap->link)) in ata_sff_error_handler()
2204 hardreset = NULL; in ata_sff_error_handler()
2206 ata_do_eh(ap, ap->ops->prereset, softreset, hardreset, in ata_sff_error_handler()
Dsata_uli.c86 .hardreset = ATA_OP_NULL,
Dahci_xgene.c636 .hardreset = xgene_ahci_hardreset,
653 .hardreset = xgene_ahci_hardreset,
Dahci_qoriq.c145 .hardreset = ahci_qoriq_hardreset,
Dahci.c115 .hardreset = ahci_vt8251_hardreset,
120 .hardreset = ahci_p5wdh_hardreset,
125 .hardreset = ahci_avn_hardreset,
Dsata_svw.c358 .hardreset = k2_sata_hardreset,
Dsata_highbank.c444 .hardreset = ahci_highbank_hardreset,
Dsata_via.c160 .hardreset = sata_std_hardreset,
Dsata_inic162x.c729 .hardreset = inic_hardreset,
Dpata_ep93xx.c889 .hardreset = ATA_OP_NULL,
Data_piix.c1119 .hardreset = sata_std_hardreset,
Dsata_promise.c208 .hardreset = pdc_sata_hardreset,
Dsata_sil24.c405 .hardreset = sil24_hardreset,
Dsata_dwc_460ex.c1177 .hardreset = sata_dwc_hardreset,
Dsata_fsl.c1431 .hardreset = sata_fsl_hardreset,
Dsata_mv.c699 .hardreset = mv_hardreset,
721 .hardreset = mv_hardreset,
Dsata_nv.c472 .hardreset = nv_hardreset,
Dlibahci.c160 .hardreset = ahci_hardreset,
Dlibata-core.c99 .hardreset = sata_std_hardreset,
/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c300 static void hardreset(struct net_device *dev);
1453 hardreset(struct net_device *dev) in hardreset() function
1478 hardreset(dev); in do_reset()
/drivers/scsi/libsas/
Dsas_ata.c532 .hardreset = sas_ata_hard_reset,

12