Lines Matching refs:slave
28 #include "slave.h"
557 if (dp->slave) {
558 dsa_slave_destroy(dp->slave);
559 dp->slave = NULL;
635 /* Initialize ds->phys_mii_mask before registering the slave MDIO bus
637 * the slave MDIO bus driver rely on these values for probing PHY
1005 if (dp->slave->flags & IFF_UP)
1151 /* If the master device is not itself a DSA slave in a disjoint DSA
1571 * netdev_upper_dev_link. Unlink the DSA slave interfaces from being uppers of
1588 slave_dev = dp->slave;
1608 return dp->type == DSA_PORT_TYPE_USER && dp->slave;
1616 /* Suspend slave network devices */
1621 ret = dsa_slave_suspend(dp->slave);
1644 /* Resume slave network devices */
1649 ret = dsa_slave_resume(dp->slave);