Lines Matching refs:slave
287 * this is different from @dev->link only when @dev is on slave
351 * controller has slave link, device number 16 points to it.
2875 the slave device */
3438 * only on the master and it will handle both master and slave.
4134 * - in many setups only the one drive (slave if present) will
4920 * ata_phys_link_online() when there's no slave link. When
4921 * there's a slave link, this function should only be called on
4933 struct ata_link *slave = link->ap->slave_link;
4935 WARN_ON(link == slave); /* shouldn't be called on slave link */
4938 (slave && ata_phys_link_online(slave));
4947 * ata_phys_link_offline() when there's no slave link. When
4948 * there's a slave link, this function should only be called on
4960 struct ata_link *slave = link->ap->slave_link;
4962 WARN_ON(link == slave); /* shouldn't be called on slave link */
4965 (!slave || ata_phys_link_offline(slave));