Home
last modified time | relevance | path

Searched full:netdevs (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_main.c138 if (!adapter->netdevs) in idpf_remove()
141 /* There are some cases where it's possible to still have netdevs in idpf_remove()
144 * any stale netdevs here. in idpf_remove()
147 if (!adapter->netdevs[i]) in idpf_remove()
149 if (adapter->netdevs[i]->reg_state != NETREG_UNINITIALIZED) in idpf_remove()
150 unregister_netdev(adapter->netdevs[i]); in idpf_remove()
151 free_netdev(adapter->netdevs[i]); in idpf_remove()
152 adapter->netdevs[i] = NULL; in idpf_remove()
171 kfree(adapter->netdevs); in idpf_remove()
172 adapter->netdevs = NULL; in idpf_remove()
H A Didpf_lib.c766 struct net_device *netdev = adapter->netdevs[i]; in idpf_detach_and_close()
797 * will be freed. Only continue to restore the netdevs in idpf_attach_and_open()
808 netdev = adapter->netdevs[i]; in idpf_attach_and_open()
845 netdev = adapter->netdevs[idx]; in idpf_cfg_netdev()
941 * netdevs in the adapter struct in idpf_cfg_netdev()
943 adapter->netdevs[idx] = netdev; in idpf_cfg_netdev()
1068 adapter->netdevs[idx] = NULL; in idpf_decfg_netdev()
1143 if (adapter->netdevs[i]) { in idpf_vport_dealloc()
1144 struct idpf_netdev_priv *np = netdev_priv(adapter->netdevs[i]); in idpf_vport_dealloc()
1721 struct net_device *netdev = adapter->netdevs[index]; in idpf_init_task()
[all …]
H A Didpf.h640 * @netdevs: Associated Vport netdevs
700 struct net_device **netdevs; member
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_scale.sh32 # Loop over the splittable netdevs and create tuples of netdev along
35 # $netdev1-2 are splittable netdevs in the device, and
36 # $count1-2 are the netdevs width respectively.
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.h15 * struct nfp_reprs - container for representor netdevs
17 * @reprs: Array of representor netdevs
43 * struct nfp_repr - priv data for representor netdevs
H A Dnfp_main.h84 * @port_refresh_work: Work entry for taking netdevs out
/linux/drivers/net/wwan/
H A Dqcom_bam_dmux.c87 struct net_device *netdevs[BAM_DMUX_NUM_CH]; member
138 struct net_device *netdev = dmux->netdevs[i]; in bam_dmux_tx_wake_queues()
152 struct net_device *netdev = dmux->netdevs[i]; in bam_dmux_tx_stop_queues()
438 if (dmux->netdevs[ch]) in bam_dmux_register_netdev_work()
461 dmux->netdevs[ch] = netdev; in bam_dmux_register_netdev_work()
504 struct net_device *netdev = dmux->netdevs[hdr->ch]; in bam_dmux_cmd_data()
541 struct net_device *netdev = dmux->netdevs[hdr->ch]; in bam_dmux_cmd_open()
560 struct net_device *netdev = dmux->netdevs[hdr->ch]; in bam_dmux_cmd_close()
862 if (dmux->netdevs[i]) in bam_dmux_remove()
863 unregister_netdevice_queue(dmux->netdevs[i], &list); in bam_dmux_remove()
H A Dwwan_core.c1328 * created netdevs
1384 * created netdevs
/linux/Documentation/networking/
H A Dswitchdev.rst96 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.
H A 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
H A Daf_xdp.rst18 redirect ingress frames to other XDP enabled netdevs, using the
262 netdevs/devices. In this mode, each socket has their own RX and TX
320 bound to different queue ids and/or netdevs. In this case you have to
845 belonging to different queue ids or netdevs bound with the
H A Drepresentors.rst118 functions or their netdevs. While in simple cases there will be a 1:1
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1786 ed->netdevs[portid] = netdev; in fun_create_netdev()
1793 ed->netdevs[portid] = NULL; in fun_create_netdev()
1836 ed->netdevs = kzalloc_objs(*ed->netdevs, nports); in fun_create_ports()
1837 if (!ed->netdevs) in fun_create_ports()
1851 fun_destroy_netdev(ed->netdevs[--i]); in fun_create_ports()
1852 kfree(ed->netdevs); in fun_create_ports()
1853 ed->netdevs = NULL; in fun_create_ports()
1863 fun_destroy_netdev(ed->netdevs[i]); in fun_destroy_ports()
1865 kfree(ed->netdevs); in fun_destroy_ports()
1866 ed->netdevs = NULL; in fun_destroy_ports()
[all …]
/linux/net/ipv4/
H A Dudp_tunnel_core.c126 /* Notify netdevs that UDP port started listening */
147 /* Notify netdevs that UDP port is no more listening */
/linux/drivers/net/ethernet/sfc/
H A Def100_rep.h12 /* Handling for ef100 representor netdevs */
/linux/tools/testing/selftests/net/lib/py/
H A Dnsim.py73 # so wait here until all netdevs appear.
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c375 * Note that the VF-Rep netdevs are still active (not unregistered) during
412 * Note that the VF-Rep netdevs are still active (not unregistered) during
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_wwan.c39 * @sub_netlist: List of active netdevs
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbond.c272 * All non-representor netdevs or representors of other vendors as lower dev
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h1255 * @dummy_dev: we run 2 netdevs on 1 physical DMA ring and need a
1268 * @dma_refcnt: track how many netdevs are using the DMA engine
/linux/net/devlink/
H A Dport.c1174 /* Some drivers use the same set of ndos for netdevs in devlink_port_type_netdev_checks()
1187 /* Some drivers use the same set of ndos for netdevs in devlink_port_type_netdev_checks()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c348 * or it now contains netdevs that cannot be offloaded, ignore in nfp_fl_lag_do_work()
/linux/drivers/net/
H A Dnet_failover.c782 * Unregisters any slave netdevs associated with the failover instance by
/linux/Documentation/netlink/specs/
H A Dnetdev.yaml161 which got destroyed already (page pools may outlast their netdevs
/linux/drivers/infiniband/core/
H A Droce_gid_mgmt.c481 /* Lock the rtnl to make sure the netdevs does not move under in enum_all_gids_of_dev_cb()

12