Searched refs:netdevs (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | net_failover.rst | 12 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.
|
| H A D | switchdev.rst | 95 port netdevs. All of the switchdev driver ops are netdev ops or switchdev ops. 126 into 4 10G ports, resulting in 4 port netdevs, the device can give a unique 151 The port netdevs representing the physical switch ports can be organized into 305 certain netdevs from flooding unicast traffic for which there is no FDB entry. 310 In order to support IGMP snooping, the port netdevs should trap to the bridge 312 The bridge multicast module will notify port netdevs on every multicast group 351 of the port netdevs mentioned in the route's next hop list.
|
| H A D | af_xdp.rst | 18 redirect ingress frames to other XDP enabled netdevs, using the 263 netdevs/devices. In this mode, each socket has their own RX and TX 321 bound to different queue ids and/or netdevs. In this case you have to 615 belonging to different queue ids or netdevs bound with the
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | offload.c | 37 struct list_head netdevs; member 617 list_add(&ondev->offdev_netdevs, &offdev->netdevs); in bpf_offload_dev_netdev_register() 646 altdev = list_first_entry_or_null(&offdev->netdevs, in bpf_offload_dev_netdev_unregister() 695 INIT_LIST_HEAD(&offdev->netdevs); in bpf_offload_dev_create() 703 WARN_ON(!list_empty(&offdev->netdevs)); in bpf_offload_dev_destroy()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | netdev_rx.c | 313 if (atomic_fetch_inc(&priv->netdevs)) in hfi1_netdev_rx_init() 334 if (atomic_fetch_add_unless(&priv->netdevs, -1, 0) == 1) { in hfi1_netdev_rx_destroy() 366 atomic_set(&priv->netdevs, 0); in hfi1_netdev_alloc()
|
| H A D | netdev.h | 60 atomic_t netdevs; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_main.c | 112 netdev = hr_dev->iboe.netdevs[port]; in handle_en_event() 151 if (dev == iboe->netdevs[port]) { in hns_roce_netdev_event() 172 hr_dev->iboe.netdevs[i]->dev_addr); in hns_roce_setup_mtu_mac() 252 net_dev = hr_dev->iboe.netdevs[port]; in hns_roce_query_port() 548 if (!hr_dev->iboe.netdevs[i]) in hns_roce_register_device() 551 ret = ib_device_set_netdev(ib_dev, hr_dev->iboe.netdevs[i], in hns_roce_register_device()
|
| H A D | hns_roce_device.h | 674 struct net_device *netdevs[HNS_ROCE_MAX_PORTS]; member
|
| H A D | hns_roce_qp.c | 1085 active_mtu = iboe_get_mtu(hr_dev->iboe.netdevs[p]->mtu); in check_mtu_validate()
|
| H A D | hns_roce_hw_v2.c | 6214 hr_dev->iboe.netdevs[0] = handle->rinfo.netdev; in hns_roce_hw_v2_get_cfg() 6218 hr_dev->iboe.netdevs[0]->dev_addr); in hns_roce_hw_v2_get_cfg()
|
| H A D | hns_roce_hw_v1.c | 4492 hr_dev->iboe.netdevs[port_cnt] = netdev; in hns_roce_get_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | main.c | 792 ndev = iboe->netdevs[port - 1]; in eth_link_query_port() 1314 ndev = mdev->iboe.netdevs[mqp->port - 1]; in mlx4_ib_add_mc() 1965 ndev = ge->added ? mdev->iboe.netdevs[ge->port - 1] : NULL; in mlx4_ib_mcg_detach() 2329 iboe->netdevs[port - 1] = in mlx4_ib_scan_netdevs() 2332 if (dev == iboe->netdevs[port - 1] && in mlx4_ib_scan_netdevs() 2337 if (dev == iboe->netdevs[port - 1] && in mlx4_ib_scan_netdevs() 3156 struct net_device *curr_netdev = ibdev->iboe.netdevs[i]; in handle_bonded_port_state_event()
|
| H A D | mlx4_ib.h | 546 struct net_device *netdevs[MLX4_MAX_PORTS]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | Kconfig | 590 standby slave netdevs that get registered via the generic failover
|