1SATA_STD_HARDRESET(9) libata Library SATA_STD_HARDRESET(9)
2
3
4
6 sata_std_hardreset - COMRESET w/o waiting or classification
7
9 int sata_std_hardreset(struct ata_link * link, unsigned int * class,
10 unsigned long deadline);
11
13 link
14 link to reset
15
16 class
17 resulting class of attached device
18
19 deadline
20 deadline jiffies for the operation
21
23 Standard SATA COMRESET w/o waiting or classification.
24
26 Kernel thread context (may sleep)
27
29 0 if link offline, -EAGAIN if link online, -errno on errors.
30
32 Jeff Garzik
33 Author.
34
36Kernel Hackers Manual 2.6. June 2019 SATA_STD_HARDRESET(9)