Searched refs:slave (Results 1 – 13 of 13) sorted by relevance
| /net/sched/ |
| A D | sch_teql.c | 297 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 D | hsr_device.c | 687 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 D | Kconfig | 19 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 D | hsr_device.h | 18 int hsr_dev_finalize(struct net_device *hsr_dev, struct net_device *slave[2],
|
| /net/ax25/ |
| A D | ax25_timer.c | 137 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 D | ax25_ds_subr.c | 175 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 D | Kconfig | 59 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 D | ax25_out.c | 93 if (ax25_dev->dama.slave) in ax25_send_frame() 211 if (!ax25->ax25_dev->dama.slave) ax25_kick(ax25); in ax25_output()
|
| A D | ax25_ds_timer.c | 70 if (ax25_dev == NULL || !ax25_dev->dama.slave) in ax25_ds_timeout()
|
| A D | ax25_in.c | 172 if (dama || ax25->ax25_dev->dama.slave) in ax25_process_rx_frame()
|
| A D | af_ax25.c | 400 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 D | Kconfig | 515 on slave pci ethernet devices with the same mac address as the
|
| /net/core/ |
| A D | filter.c | 4363 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