Lines Matching defs:online
3455 * is online. Also, some SATA devices take a long
3571 * 0 if link offline, -EAGAIN if link online, -errno on errors.
3577 bool online;
3581 rc = sata_link_hardreset(link, timing, deadline, &online, NULL);
3582 return online ? -EAGAIN : rc;
4868 * ata_phys_link_online - test whether the given link is online
4871 * Test whether @link is online. Note that this function returns
4872 * 0 if online status of @link cannot be obtained, so
4879 * True if the port online status is available and online.
4916 * ata_link_online - test whether the given link is online
4919 * Test whether @link is online. This is identical to
4923 * online.
4929 * True if the port online status is available and online.