Lines Matching defs:slave
27 and new qdisc with the same name. To join a slave to the equalizer
41 2. This device puts no limitations on physical slave characteristics
46 3. If the slave requires address resolution, only protocols using
48 Other protocols are still allowed to use the slave device directly,
49 which will not break load balancing, though native slave
297 struct net_device *slave = qdisc_dev(q);
298 struct netdev_queue *slave_txq = netdev_get_tx_queue(slave, 0);
302 if (netif_xmit_stopped(netdev_get_tx_queue(slave, subq)) ||
303 !netif_running(slave)) {
308 switch (teql_resolve(skb, skb_res, slave, slave_txq)) {
314 netdev_start_xmit(skb, slave, slave_txq, false) ==
369 struct net_device *slave = qdisc_dev(q);
371 if (slave == NULL)
374 if (slave->mtu < mtu)
375 mtu = slave->mtu;
376 if (slave->hard_header_len > LL_MAX_HEADER)
383 if (!(slave->flags&IFF_POINTOPOINT))
385 if (!(slave->flags&IFF_BROADCAST))
387 if (!(slave->flags&IFF_MULTICAST))