/Linux-v6.1/drivers/net/wwan/ |
D | qcom_bam_dmux.c | 88 struct net_device *netdevs[BAM_DMUX_NUM_CH]; member 139 struct net_device *netdev = dmux->netdevs[i]; in bam_dmux_tx_wake_queues() 153 struct net_device *netdev = dmux->netdevs[i]; in bam_dmux_tx_stop_queues() 441 if (dmux->netdevs[ch]) in bam_dmux_register_netdev_work() 464 dmux->netdevs[ch] = netdev; in bam_dmux_register_netdev_work() 507 struct net_device *netdev = dmux->netdevs[hdr->ch]; in bam_dmux_cmd_data() 544 struct net_device *netdev = dmux->netdevs[hdr->ch]; in bam_dmux_cmd_open() 563 struct net_device *netdev = dmux->netdevs[hdr->ch]; in bam_dmux_cmd_close() 860 if (dmux->netdevs[i]) in bam_dmux_remove() 861 unregister_netdevice_queue(dmux->netdevs[i], &list); in bam_dmux_remove()
|
/Linux-v6.1/kernel/bpf/ |
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()
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | netdev_rx.c | 312 if (atomic_fetch_inc(&rx->netdevs)) in hfi1_netdev_rx_init() 332 if (atomic_fetch_add_unless(&rx->netdevs, -1, 0) == 1) { in hfi1_netdev_rx_destroy() 367 atomic_set(&rx->netdevs, 0); in hfi1_alloc_rx()
|
D | netdev.h | 61 atomic_t netdevs; member
|
/Linux-v6.1/drivers/infiniband/hw/hns/ |
D | hns_roce_main.c | 98 netdev = hr_dev->iboe.netdevs[port]; in handle_en_event() 137 if (dev == iboe->netdevs[port]) { in hns_roce_netdev_event() 155 hr_dev->iboe.netdevs[i]->dev_addr); in hns_roce_setup_mtu_mac() 239 net_dev = hr_dev->iboe.netdevs[port]; in hns_roce_query_port() 618 if (!hr_dev->iboe.netdevs[i]) in hns_roce_register_device() 621 ret = ib_device_set_netdev(ib_dev, hr_dev->iboe.netdevs[i], in hns_roce_register_device()
|
D | hns_roce_device.h | 642 struct net_device *netdevs[HNS_ROCE_MAX_PORTS]; member
|
D | hns_roce_qp.c | 1236 active_mtu = iboe_get_mtu(hr_dev->iboe.netdevs[p]->mtu); in check_mtu_validate()
|
D | hns_roce_hw_v2.c | 6701 hr_dev->iboe.netdevs[0] = handle->rinfo.netdev; in hns_roce_hw_v2_get_cfg() 6705 hr_dev->iboe.netdevs[0]->dev_addr); in hns_roce_hw_v2_get_cfg()
|
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_main.c | 1799 ed->netdevs[portid] = netdev; in fun_create_netdev() 1809 ed->netdevs[portid] = NULL; in fun_create_netdev() 1853 ed->netdevs = kcalloc(nports, sizeof(*ed->netdevs), GFP_KERNEL); in fun_create_ports() 1854 if (!ed->netdevs) in fun_create_ports() 1868 fun_destroy_netdev(ed->netdevs[--i]); in fun_create_ports() 1869 kfree(ed->netdevs); in fun_create_ports() 1870 ed->netdevs = NULL; in fun_create_ports() 1880 fun_destroy_netdev(ed->netdevs[i]); in fun_destroy_ports() 1882 kfree(ed->netdevs); in fun_destroy_ports() 1883 ed->netdevs = NULL; in fun_destroy_ports() [all …]
|
D | funeth.h | 48 struct net_device **netdevs; member
|
/Linux-v6.1/Documentation/networking/ |
D | switchdev.rst | 96 port netdevs. All of the switchdev driver ops are netdev ops or switchdev ops. 127 into 4 10G ports, resulting in 4 port netdevs, the device can give a unique 152 The port netdevs representing the physical switch ports can be organized into 329 certain netdevs from flooding unicast traffic for which there is no FDB entry. 334 In order to support IGMP snooping, the port netdevs should trap to the bridge 336 The bridge multicast module will notify port netdevs on every multicast group 375 of the port netdevs mentioned in the route's next hop list.
|
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
|
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
|
D | representors.rst | 117 functions or their netdevs. While in simple cases there will be a 1:1
|
/Linux-v6.1/drivers/infiniband/hw/mlx4/ |
D | main.c | 785 ndev = iboe->netdevs[port - 1]; in eth_link_query_port() 1309 ndev = mdev->iboe.netdevs[mqp->port - 1]; in mlx4_ib_add_mc() 1957 ndev = ge->added ? mdev->iboe.netdevs[ge->port - 1] : NULL; in mlx4_ib_mcg_detach() 2342 iboe->netdevs[port - 1] = in mlx4_ib_scan_netdevs() 2345 if (dev == iboe->netdevs[port - 1] && in mlx4_ib_scan_netdevs() 2350 if (dev == iboe->netdevs[port - 1] && in mlx4_ib_scan_netdevs() 3120 struct net_device *curr_netdev = ibdev->iboe.netdevs[i]; in handle_bonded_port_state_event()
|
D | mlx4_ib.h | 546 struct net_device *netdevs[MLX4_MAX_PORTS]; member
|
/Linux-v6.1/drivers/net/ |
D | Kconfig | 621 standby slave netdevs that get registered via the generic failover
|
/Linux-v6.1/Documentation/userspace-api/netlink/ |
D | intro.rst | 614 (objects being netdevs, routes, addresses, qdiscs etc.) Request type
|