Home
last modified time | relevance | path

Searched refs:netdevs (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/Documentation/networking/
Dnet_failover.rst12 standby slave netdevs that get registered via the generic failover
18 netdev. Both 'standby' and 'failover' netdevs are associated with the same
59 netdevs created in the VM.
74 'standby' and 'primary' netdevs respectively.
Dswitchdev.txt85 port netdevs. All of the switchdev driver ops are netdev ops or switchdev ops.
116 into 4 10G ports, resulting in 4 port netdevs, the device can give a unique
141 The port netdevs representing the physical switch ports can be organized into
297 certain netdevs from flooding unicast traffic for which there is no FDB entry.
302 In order to support IGMP snooping, the port netdevs should trap to the bridge
304 The bridge multicast module will notify port netdevs on every multicast group
339 port netdevs mentioned in the route's next hop list.
Daf_xdp.rst18 redirect ingress frames to other XDP enabled netdevs, using the
/Linux-v4.19/kernel/bpf/
Doffload.c36 struct list_head netdevs; member
585 list_add(&ondev->offdev_netdevs, &offdev->netdevs); in bpf_offload_dev_netdev_register()
614 altdev = list_first_entry_or_null(&offdev->netdevs, in bpf_offload_dev_netdev_unregister()
658 INIT_LIST_HEAD(&offdev->netdevs); in bpf_offload_dev_create()
666 WARN_ON(!list_empty(&offdev->netdevs)); in bpf_offload_dev_destroy()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_main.c123 netdev = hr_dev->iboe.netdevs[port]; in handle_en_event()
162 if (dev == iboe->netdevs[port]) { in hns_roce_netdev_event()
183 hr_dev->iboe.netdevs[i]->dev_addr); in hns_roce_setup_mtu_mac()
236 ndev = hr_dev->iboe.netdevs[port_num - 1]; in hns_roce_get_netdev()
271 net_dev = hr_dev->iboe.netdevs[port]; in hns_roce_query_port()
Dhns_roce_device.h572 struct net_device *netdevs[HNS_ROCE_MAX_PORTS]; member
Dhns_roce_qp.c979 active_mtu = iboe_get_mtu(hr_dev->iboe.netdevs[p]->mtu); in hns_roce_modify_qp()
Dhns_roce_hw_v2.c5244 hr_dev->iboe.netdevs[0] = handle->rinfo.netdev; in hns_roce_hw_v2_get_cfg()
5248 hr_dev->iboe.netdevs[0]->dev_addr); in hns_roce_hw_v2_get_cfg()
Dhns_roce_hw_v1.c4937 hr_dev->iboe.netdevs[port_cnt] = netdev; in hns_roce_get_cfg()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmain.c778 ndev = iboe->netdevs[port - 1]; in eth_link_query_port()
1419 ndev = mdev->iboe.netdevs[mqp->port - 1]; in mlx4_ib_add_mc()
2082 ndev = ge->added ? mdev->iboe.netdevs[ge->port - 1] : NULL; in mlx4_ib_mcg_detach()
2437 iboe->netdevs[port - 1] = in mlx4_ib_scan_netdevs()
2440 if (dev == iboe->netdevs[port - 1] && in mlx4_ib_scan_netdevs()
3223 struct net_device *curr_netdev = ibdev->iboe.netdevs[i]; in handle_bonded_port_state_event()
Dmlx4_ib.h523 struct net_device *netdevs[MLX4_MAX_PORTS]; member
/Linux-v4.19/drivers/net/
DKconfig520 standby slave netdevs that get registered via the generic failover