Home
last modified time | relevance | path

Searched refs:net_local (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/isdn/hysdn/
Dhysdn_net.c37 struct net_local { struct
88 flush_tx_buffers(struct net_local *nl) in flush_tx_buffers()
110 flush_tx_buffers((struct net_local *) dev); in net_close()
122 struct net_local *lp = (struct net_local *) dev; in net_send_packet()
160 struct net_local *lp = card->netif; in hysdn_tx_netack()
186 struct net_local *lp = card->netif; in hysdn_rx_netpkt()
220 struct net_local *lp = card->netif; in hysdn_tx_netget()
250 struct net_local *lp; in hysdn_net_create()
258 dev = alloc_etherdev(sizeof(struct net_local)); in hysdn_net_create()
268 spin_lock_init(&((struct net_local *) dev)->lock); in hysdn_net_create()
[all …]
/Linux-v4.19/drivers/net/plip/
Dplip.c207 struct net_local { struct
232 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument
242 ((struct net_local *)netdev_priv(dev))->pardev->port; in disable_parport_interrupts()
250 ((struct net_local *)netdev_priv(dev))->pardev->port; in write_data()
258 ((struct net_local *)netdev_priv(dev))->pardev->port; in read_status()
289 struct net_local *nl = netdev_priv(dev); in plip_init_netdev()
322 struct net_local *nl = in plip_kick_bh()
323 container_of(work, struct net_local, deferred.work); in plip_kick_bh()
330 static int plip_none(struct net_device *, struct net_local *,
332 static int plip_receive_packet(struct net_device *, struct net_local *,
[all …]
/Linux-v4.19/drivers/net/wan/
Dsbni.c72 struct net_local { struct
187 #define NET_LOCAL_LOCK(dev) (((struct net_local *)netdev_priv(dev))->lock)
230 dev = alloc_netdev(sizeof(struct net_local), "sbni", in sbni_probe()
350 struct net_local *nl; in sbni_probe1()
388 memset( nl, 0, sizeof(struct net_local) ); in sbni_probe1()
450 struct net_local *nl = netdev_priv(p); in sbni_start_xmit()
472 struct net_local *nl = netdev_priv(dev); in sbni_start_xmit()
506 struct net_local *nl = netdev_priv(dev); in sbni_interrupt()
534 struct net_local *nl = netdev_priv(dev); in handle_channel()
592 struct net_local *nl = netdev_priv(dev); in recv_frame()
[all …]
/Linux-v4.19/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c128 struct net_local { struct
161 static void xemaclite_enable_interrupts(struct net_local *drvdata) in xemaclite_enable_interrupts() argument
184 static void xemaclite_disable_interrupts(struct net_local *drvdata) in xemaclite_disable_interrupts()
317 static int xemaclite_send_data(struct net_local *drvdata, u8 *data, in xemaclite_send_data()
382 static u16 xemaclite_recv_data(struct net_local *drvdata, u8 *data, int maxlen) in xemaclite_recv_data()
473 static void xemaclite_update_address(struct net_local *drvdata, in xemaclite_update_address()
509 struct net_local *lp = netdev_priv(dev); in xemaclite_set_mac_address()
528 struct net_local *lp = netdev_priv(dev); in xemaclite_tx_timeout()
572 struct net_local *lp = netdev_priv(dev); in xemaclite_tx_handler()
599 struct net_local *lp = netdev_priv(dev); in xemaclite_rx_handler()
[all …]
/Linux-v4.19/drivers/net/ethernet/cirrus/
Dcs89x0.c136 struct net_local { struct
197 static void readwords(struct net_local *lp, int portno, void *buf, int length) in readwords()
210 static void writewords(struct net_local *lp, int portno, void *buf, int length) in writewords()
226 struct net_local *lp = netdev_priv(dev); in readreg()
235 struct net_local *lp = netdev_priv(dev); in writereg()
339 struct net_local *lp = netdev_priv(dev); in get_dma_channel()
360 struct net_local *lp = netdev_priv(dev); in write_dma()
372 struct net_local *lp = netdev_priv(dev); in set_dma_cfg()
392 struct net_local *lp = netdev_priv(dev); in dma_bufcfg()
403 struct net_local *lp = netdev_priv(dev); in dma_busctl()
[all …]
Dmac89x0.c104 struct net_local { struct
167 struct net_local *lp; in mac89x0_device_probe()
175 dev = alloc_etherdev(sizeof(struct net_local)); in mac89x0_device_probe()
284 struct net_local *lp = netdev_priv(dev); in net_open()
330 struct net_local *lp = netdev_priv(dev); in net_send_packet()
370 struct net_local *lp; in net_interrupt()
435 struct net_local *lp = netdev_priv(dev); in net_rx()
515 struct net_local *lp = netdev_priv(dev); in set_multicast_list()
/Linux-v4.19/drivers/net/ethernet/realtek/
Datp.c169 struct net_local { struct
256 struct net_local *lp; in atp_probe1()
305 dev = alloc_etherdev(sizeof(struct net_local)); in atp_probe1()
430 struct net_local *lp = netdev_priv(dev); in net_open()
455 struct net_local *lp = netdev_priv(dev); in hardware_init()
554 struct net_local *lp = netdev_priv(dev); in atp_send_packet()
595 struct net_local *lp; in atp_interrupt()
715 struct net_local *lp = from_timer(lp, t, timer); in atp_timed_checker()
731 struct net_local *lp = netdev_priv(atp_timed_dev); in atp_timed_checker()
753 struct net_local *lp = netdev_priv(dev); in net_rx()
[all …]