| /linux/drivers/net/ethernet/i825xx/ |
| A D | sni_82596.c | 74 struct net_device *netdevice; in sni_82596_probe() local 98 if (!netdevice) in sni_82596_probe() 101 SET_NETDEV_DEV(netdevice, &dev->dev); in sni_82596_probe() 102 platform_set_drvdata (dev, netdevice); in sni_82596_probe() 104 netdevice->base_addr = res->start; in sni_82596_probe() 105 netdevice->irq = platform_get_irq(dev, 0); in sni_82596_probe() 120 if (!netdevice->irq) { in sni_82596_probe() 122 __FILE__, netdevice->base_addr); in sni_82596_probe() 126 lp = netdev_priv(netdevice); in sni_82596_probe() 136 retval = i82596_probe(netdevice); in sni_82596_probe() [all …]
|
| A D | lasi_82596.c | 147 struct net_device *netdevice; in lan_init_chip() local 161 netdevice = alloc_etherdev(sizeof(struct i596_private)); in lan_init_chip() 162 if (!netdevice) in lan_init_chip() 164 SET_NETDEV_DEV(netdevice, &dev->dev); in lan_init_chip() 165 parisc_set_drvdata (dev, netdevice); in lan_init_chip() 167 netdevice->base_addr = dev->hpa.start; in lan_init_chip() 168 netdevice->irq = dev->irq; in lan_init_chip() 170 if (pdc_lan_station_id(netdevice->dev_addr, netdevice->base_addr)) { in lan_init_chip() 178 lp = netdev_priv(netdevice); in lan_init_chip() 186 retval = i82596_probe(netdevice); in lan_init_chip() [all …]
|
| /linux/drivers/net/wan/ |
| A D | z85230.c | 429 if (chan->netdevice) in z8530_status() 435 if (chan->netdevice) in z8530_status() 536 if (chan->netdevice) in z8530_dma_status() 542 if (chan->netdevice) in z8530_dma_status() 1379 netif_wake_queue(c->netdevice); in z8530_tx_begin() 1404 c->netdevice->stats.tx_packets++; in z8530_tx_done() 1495 c->netdevice->stats.rx_dropped++; in z8530_rx_done() 1500 c->netdevice->stats.rx_packets++; in z8530_rx_done() 1537 c->netdevice->stats.rx_packets++; in z8530_rx_done() 1546 c->netdevice->stats.rx_dropped++; in z8530_rx_done() [all …]
|
| A D | sealevel.c | 57 skb->protocol = hdlc_type_trans(skb, c->netdevice); in sealevel_input() 59 skb->dev = c->netdevice; in sealevel_input() 169 sv->chan->netdevice = dev; in slvl_setup() 278 unregister_hdlc_device(b->dev[0].chan->netdevice); in slvl_init() 279 free_netdev(b->dev[0].chan->netdevice); in slvl_init() 300 struct net_device *d = b->dev[u].chan->netdevice; in slvl_shutdown()
|
| A D | hostess_sv11.c | 62 skb->protocol = hdlc_type_trans(skb, c->netdevice); in hostess_input() 64 skb->dev = c->netdevice; in hostess_input() 256 sv->chanA.netdevice = netdev = alloc_hdlcdev(sv); in sv11_init() 293 unregister_hdlc_device(dev->chanA.netdevice); in sv11_shutdown() 302 free_netdev(dev->chanA.netdevice); in sv11_shutdown()
|
| A D | z85230.h | 328 struct net_device *netdevice; /* Network layer device */ member
|
| /linux/Documentation/networking/device_drivers/qlogic/ |
| A D | qlge.rst | 27 def netdev_priv(netdevice): 29 return netdevice.value_() + align(struct_size("net_device"), NETDEV_ALIGN) 34 for netdevice in list_for_each_entry("struct net_device", netdevices, "dev_list"): 35 if netdevice.name.string_().decode('ascii') == name: 36 print(netdevice.name)
|
| /linux/Documentation/networking/ |
| A D | nf_flowtable.rst | 21 transmitted to the output netdevice via neigh_xmit(), hence, packets bypass the 124 netdevice behind VLAN and PPPoE netdevices. The flowtable software datapath 163 represented by the real netdevice) to your flowtable definition. 215 either the destination MAC address or the egress netdevice that is used for
|
| A D | kapi.rst | 104 .. kernel-doc:: include/linux/netdevice.h
|
| A D | xfrm_device.rst | 41 /* from include/linux/netdevice.h */
|
| A D | mctp.rst | 22 device. This is represented as a ``struct netdevice``.
|
| A D | netdevices.rst | 183 may still have outstanding references to the netdevice.
|
| A D | lapb-module.rst | 295 file include/linux/netdevice.h) if and only if the frame was dropped
|
| A D | l2tp.rst | 29 netdevice, e.g. ``pppN``, ``l2tpethN``, through which data frames pass 652 a single netdevice rather than an ``l2tpethN`` and ``l2tpethN``:M
|
| A D | switchdev.rst | 70 #include <linux/netdevice.h> 165 registering for netdevice events and acting on NETDEV_CHANGEUPPER.
|
| A D | vrf.rst | 213 Network interfaces are assigned to a VRF by enslaving the netdevice to a
|
| A D | can.rst | 1107 dev->type = ARPHRD_CAN; /* the netdevice hardware type */ 1375 The CAN netdevice driver capabilities can be distinguished by the network 1466 - Matthias Brukner (first SJA1000 CAN netdevice implementation Q2/2003)
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | Kconfig | 47 Enables ethernet netdevice arfs support and ntuple filtering. 224 device can support RDMA, netdevice and vdpa device. 233 port is managed through devlink. A subfunction supports RDMA, netdevice
|
| /linux/tools/testing/selftests/net/ |
| A D | Makefile | 7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
|
| /linux/Documentation/fault-injection/ |
| A D | notifier-error-inject.rst | 82 Example: Inject netdevice mtu change error (-22 == -EINVAL)::
|
| /linux/Documentation/networking/device_drivers/ethernet/mellanox/ |
| A D | mlx5.rst | 38 | Choosing this option will allow basic ethernet netdevice support with all of the standard rx/t… 39 | mlx5e is the mlx5 ulp driver which provides netdevice kernel interface, when chosen, mlx5e wil… 79 | IPoIB ulp netdevice. 356 The configured MAC address of the PCI VF/SF will be used by netdevice and rdma
|
| /linux/Documentation/driver-api/ |
| A D | s390-drivers.rst | 110 devices as slave devices and can be associated with the netdevice.
|
| /linux/Documentation/networking/devlink/ |
| A D | devlink-port.rst | 148 representor netdevice.
|
| /linux/Documentation/networking/device_drivers/wan/ |
| A D | z8530book.rst | 113 netdevice field of each channel. The hdlc-> priv field of the network
|
| /linux/net/ |
| A D | Kconfig | 395 tunnels like mpls. There is no netdevice associated with a light
|