Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/ata/
Dlibata-eh.c2438 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in ata_eh_reset() argument
2464 hardreset = NULL; in ata_eh_reset()
2507 if (hardreset) { in ata_eh_reset()
2508 reset = hardreset; in ata_eh_reset()
2586 if (reset == hardreset) { in ata_eh_reset()
2595 if (reset == hardreset) in ata_eh_reset()
2605 if (slave && reset == hardreset) { in ata_eh_reset()
2631 if (reset == hardreset && in ata_eh_reset()
2837 if (hardreset) in ata_eh_reset()
2838 reset = hardreset; in ata_eh_reset()
[all …]
Dlibata-pmp.c749 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in sata_pmp_eh_recover_pmp() argument
771 rc = ata_eh_reset(link, 0, prereset, softreset, hardreset, in sata_pmp_eh_recover_pmp()
937 ops->hardreset, ops->postreset, NULL); in sata_pmp_eh_recover()
956 ops->hardreset, ops->postreset); in sata_pmp_eh_recover()
Dlibata.h152 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset);
155 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
Dahci_da850.c145 .hardreset = ahci_da850_hardreset,
Dsata_uli.c70 .hardreset = ATA_OP_NULL,
Dlibata-sff.c37 .hardreset = sata_sff_hardreset,
2127 ata_reset_fn_t hardreset = ap->ops->hardreset; in ata_sff_error_handler() local
2150 if ((hardreset == sata_std_hardreset || in ata_sff_error_handler()
2151 hardreset == sata_sff_hardreset) && !sata_scr_valid(&ap->link)) in ata_sff_error_handler()
2152 hardreset = NULL; in ata_sff_error_handler()
2154 ata_do_eh(ap, ap->ops->prereset, softreset, hardreset, in ata_sff_error_handler()
Dahci_xgene.c619 .hardreset = xgene_ahci_hardreset,
636 .hardreset = xgene_ahci_hardreset,
Dahci_qoriq.c152 .hardreset = ahci_qoriq_hardreset,
Dsata_svw.c342 .hardreset = k2_sata_hardreset,
Dahci.c111 .hardreset = ahci_vt8251_hardreset,
116 .hardreset = ahci_p5wdh_hardreset,
121 .hardreset = ahci_avn_hardreset,
Dsata_via.c142 .hardreset = sata_std_hardreset,
Dsata_highbank.c430 .hardreset = ahci_highbank_hardreset,
Dsata_inic162x.c735 .hardreset = inic_hardreset,
Dpata_ep93xx.c889 .hardreset = ATA_OP_NULL,
Dsata_sil24.c398 .hardreset = sil24_hardreset,
Data_piix.c1105 .hardreset = sata_std_hardreset,
Dsata_promise.c191 .hardreset = pdc_sata_hardreset,
Dsata_dwc_460ex.c1107 .hardreset = sata_dwc_hardreset,
Dsata_fsl.c1400 .hardreset = sata_fsl_hardreset,
Dsata_mv.c690 .hardreset = mv_hardreset,
712 .hardreset = mv_hardreset,
Dsata_nv.c463 .hardreset = nv_hardreset,
Dlibahci.c164 .hardreset = ahci_hardreset,
/linux-6.1.9/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c300 static void hardreset(struct net_device *dev);
1447 hardreset(struct net_device *dev) in hardreset() function
1472 hardreset(dev); in do_reset()
/linux-6.1.9/include/linux/
Dlibata.h898 ata_reset_fn_t hardreset; member
1335 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
/linux-6.1.9/drivers/scsi/libsas/
Dsas_ata.c528 .hardreset = sas_ata_hard_reset,

12