Lines Matching defs:slave
294 * this is different from @dev->link only when @dev is on slave
358 * controller has slave link, device number 16 points to it.
3640 * only on the master and it will handle both master and slave.
4346 * - in many setups only the one drive (slave if present) will
5077 * ata_phys_link_online() when there's no slave link. When
5078 * there's a slave link, this function should only be called on
5090 struct ata_link *slave = link->ap->slave_link;
5092 WARN_ON(link == slave); /* shouldn't be called on slave link */
5095 (slave && ata_phys_link_online(slave));
5104 * ata_phys_link_offline() when there's no slave link. When
5105 * there's a slave link, this function should only be called on
5117 struct ata_link *slave = link->ap->slave_link;
5119 WARN_ON(link == slave); /* shouldn't be called on slave link */
5122 (!slave || ata_phys_link_offline(slave));