sata_down_spd_limit(9)
NAME
sata_down_spd_limit - adjust SATA spd limit downward
SYNOPSIS
int sata_down_spd_limit(struct ata_link * link);
ARGUMENTS
- link
- Link to adjust SATA spd limit for
DESCRIPTION
Adjust SATA spd limit of link downward. Note that this function only adjusts the limit. The change must be applied using sata_set_spd.
LOCKING
Inherited from caller.
RETURNS
0 on success, negative errno on failure
AUTHOR
- Jeff Garzik
- Author.