Lines Matching defs:online
3657 * is online. Also, some SATA devices take a long
3773 * 0 if link offline, -EAGAIN if link online, -errno on errors.
3779 bool online;
3783 rc = sata_link_hardreset(link, timing, deadline, &online, NULL);
3784 return online ? -EAGAIN : rc;
5025 * ata_phys_link_online - test whether the given link is online
5028 * Test whether @link is online. Note that this function returns
5029 * 0 if online status of @link cannot be obtained, so
5036 * True if the port online status is available and online.
5073 * ata_link_online - test whether the given link is online
5076 * Test whether @link is online. This is identical to
5080 * online.
5086 * True if the port online status is available and online.