Home
last modified time | relevance | path

Searched refs:slave (Results 1 – 13 of 13) sorted by relevance

/net/sched/
A Dsch_teql.c297 struct net_device *slave = qdisc_dev(q); in teql_master_xmit() local
303 !netif_running(slave)) { in teql_master_xmit()
308 switch (teql_resolve(skb, skb_res, slave, slave_txq)) { in teql_master_xmit()
369 struct net_device *slave = qdisc_dev(q); in teql_master_open() local
371 if (slave == NULL) in teql_master_open()
374 if (slave->mtu < mtu) in teql_master_open()
375 mtu = slave->mtu; in teql_master_open()
376 if (slave->hard_header_len > LL_MAX_HEADER) in teql_master_open()
383 if (!(slave->flags&IFF_POINTOPOINT)) in teql_master_open()
385 if (!(slave->flags&IFF_BROADCAST)) in teql_master_open()
[all …]
/net/hsr/
A Dhsr_device.c687 int hsr_dev_finalize(struct net_device *hsr_dev, struct net_device *slave[2], in hsr_dev_finalize()
701 eth_hw_addr_set(hsr_dev, slave[0]->dev_addr); in hsr_dev_finalize()
716 slave[1]->dev_addr); in hsr_dev_finalize()
743 if ((slave[0]->features & NETIF_F_HW_HSR_FWD) && in hsr_dev_finalize()
744 (slave[1]->features & NETIF_F_HW_HSR_FWD)) in hsr_dev_finalize()
747 if ((slave[0]->features & NETIF_F_HW_VLAN_CTAG_FILTER) && in hsr_dev_finalize()
748 (slave[1]->features & NETIF_F_HW_VLAN_CTAG_FILTER)) in hsr_dev_finalize()
757 res = hsr_add_port(hsr, slave[0], HSR_PT_SLAVE_A, extack); in hsr_dev_finalize()
761 res = hsr_add_port(hsr, slave[1], HSR_PT_SLAVE_B, extack); in hsr_dev_finalize()
766 eth_hw_addr_set(slave[1], slave[0]->dev_addr); in hsr_dev_finalize()
[all …]
A DKconfig19 device will be sent in both directions on the ring (over both slave
25 separate networks over the two slave interfaces. Like HSR, Ethernet
A Dhsr_device.h18 int hsr_dev_finalize(struct net_device *hsr_dev, struct net_device *slave[2],
/net/ax25/
A Dax25_timer.c137 if (ax25->ax25_dev->dama.slave) in ax25_heartbeat_expiry()
158 if (!ax25->ax25_dev->dama.slave) in ax25_t1timer_expiry()
177 if (!ax25->ax25_dev->dama.slave) in ax25_t2timer_expiry()
196 if (ax25->ax25_dev->dama.slave) in ax25_t3timer_expiry()
217 if (ax25->ax25_dev->dama.slave) in ax25_idletimer_expiry()
A Dax25_ds_subr.c175 if (ax25_dev->dama.slave == 0) in ax25_dev_dama_on()
178 ax25_dev->dama.slave = 1; in ax25_dev_dama_on()
187 if (ax25_dev->dama.slave && !ax25_check_dama_slave(ax25_dev)) { in ax25_dev_dama_off()
189 ax25_dev->dama.slave = 0; in ax25_dev_dama_off()
A DKconfig59 If you say Y here, your Linux box will act as a DAMA slave; this is
62 only compiles DAMA slave support into the kernel. It still needs to
77 only compiles DAMA slave support into the kernel. It still needs to
A Dax25_out.c93 if (ax25_dev->dama.slave) in ax25_send_frame()
211 if (!ax25->ax25_dev->dama.slave) ax25_kick(ax25); in ax25_output()
A Dax25_ds_timer.c70 if (ax25_dev == NULL || !ax25_dev->dama.slave) in ax25_ds_timeout()
A Dax25_in.c172 if (dama || ax25->ax25_dev->dama.slave) in ax25_process_rx_frame()
A Daf_ax25.c400 if (ax25_dev->dama.slave && ax25->ax25_dev->values[AX25_VALUES_PROTOCOL] == AX25_PROTO_DAMA_SLAVE) in ax25_ctl_ioctl()
1320 if (ax25->ax25_dev->dama.slave) in ax25_connect()
/net/
A DKconfig515 on slave pci ethernet devices with the same mac address as the
/net/core/
A Dfilter.c4363 struct net_device *master, *slave; in xdp_master_redirect() local
4366 slave = master->netdev_ops->ndo_xdp_get_xmit_slave(master, xdp); in xdp_master_redirect()
4367 if (slave && slave != xdp->rxq->dev) { in xdp_master_redirect()
4373 ri->tgt_index = slave->ifindex; in xdp_master_redirect()

Completed in 39 milliseconds