| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | port_scale.sh | 32 # 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 D | nfp_net_repr.h | 15 * struct nfp_reprs - container for representor netdevs 17 * @reprs: Array of representor netdevs 43 * struct nfp_repr - priv data for representor netdevs
|
| H A D | nfp_main.h | 84 * @port_refresh_work: Work entry for taking netdevs out
|
| /linux/Documentation/networking/ |
| H A 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.
|
| 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
|
| H A D | af_xdp.rst | 18 redirect ingress frames to other XDP enabled netdevs, using the 260 netdevs/devices. In this mode, each socket has their own RX and TX 318 bound to different queue ids and/or netdevs. In this case you have to 839 belonging to different queue ids or netdevs bound with the
|
| H A D | representors.rst | 118 functions or their netdevs. While in simple cases there will be a 1:1
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_main.c | 1786 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/drivers/net/ethernet/sfc/ |
| H A D | ef100_rep.h | 12 /* Handling for ef100 representor netdevs */
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_lib.c | 764 struct net_device *netdev = adapter->netdevs[i]; in idpf_detach_and_close() 795 * will be freed. Only continue to restore the netdevs in idpf_attach_and_open() 806 netdev = adapter->netdevs[i]; in idpf_attach_and_open() 843 netdev = adapter->netdevs[idx]; in idpf_cfg_netdev() 939 * netdevs in the adapter struct in idpf_cfg_netdev() 941 adapter->netdevs[idx] = netdev; in idpf_cfg_netdev() 1066 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() 1713 struct net_device *netdev = adapter->netdevs[index]; in idpf_init_task() [all …]
|
| H A D | idpf.h | 640 * @netdevs: Associated Vport netdevs 699 struct net_device **netdevs; member
|
| H A D | idpf_virtchnl.c | 3563 if (!adapter->netdevs) { in idpf_vc_core_init() 3564 adapter->netdevs = kzalloc_objs(struct net_device *, in idpf_vc_core_init() 3566 if (!adapter->netdevs) { in idpf_vc_core_init()
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | nsim.py | 73 # so wait here until all netdevs appear.
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_vfr.c | 375 * 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 D | iosm_ipc_wwan.c | 39 * @sub_netlist: List of active netdevs
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
| H A D | bond.c | 272 * All non-representor netdevs or representors of other vendors as lower dev
|
| /linux/drivers/net/wwan/ |
| H A D | wwan_core.c | 1303 * created netdevs 1359 * created netdevs
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.h | 1255 * @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/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | lag_conf.c | 348 * or it now contains netdevs that cannot be offloaded, ignore in nfp_fl_lag_do_work()
|
| H A D | conntrack.c | 889 * be checking that the ingress netdevs are the same in nfp_fl_ct_add_offload() 1235 * it only combined them if the netdevs were the same, so can use any of them. in nfp_ct_do_nft_merge()
|
| /linux/drivers/net/ |
| H A D | net_failover.c | 782 * Unregisters any slave netdevs associated with the failover instance by
|
| /linux/drivers/infiniband/core/ |
| H A D | roce_gid_mgmt.c | 481 /* Lock the rtnl to make sure the netdevs does not move under in enum_all_gids_of_dev_cb()
|
| /linux/drivers/net/can/softing/ |
| H A D | softing_fw.c | 442 /* bring netdevs down */ in softing_startstop()
|
| /linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_cppcore.c | 40 * Following fields are read-only after probe() exits or netdevs are spawned.
|
| /linux/net/sched/ |
| H A D | cls_api.c | 3677 /* Make sure all netdevs sharing this block are offload-capable. */ in tc_setup_cb_add() 3729 /* Make sure all netdevs sharing this block are offload-capable. */ in tc_setup_cb_replace()
|