Home
last modified time | relevance | path

Searched refs:net_local (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/plip/
H A Dplip.c203 struct net_local { struct
228 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts()
238 ((struct net_local *)netdev_priv(dev))->pardev->port; in disable_parport_interrupts()
246 ((struct net_local *)netdev_priv(dev))->pardev->port; in write_data()
254 ((struct net_local *)netdev_priv(dev))->pardev->port; in read_status()
285 struct net_local *nl = netdev_priv(dev); in plip_init_netdev()
318 struct net_local *nl = in plip_kick_bh()
319 container_of(work, struct net_local, deferred.work); in plip_kick_bh()
326 static int plip_none(struct net_device *, struct net_local *,
328 static int plip_receive_packet(struct net_device *, struct net_local *,
[all...]
/kernel/linux/linux-6.6/drivers/net/plip/
H A Dplip.c205 struct net_local { struct
230 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts()
240 ((struct net_local *)netdev_priv(dev))->pardev->port; in disable_parport_interrupts()
248 ((struct net_local *)netdev_priv(dev))->pardev->port; in write_data()
256 ((struct net_local *)netdev_priv(dev))->pardev->port; in read_status()
291 struct net_local *nl = netdev_priv(dev); in plip_init_netdev()
324 struct net_local *nl = in plip_kick_bh()
325 container_of(work, struct net_local, deferred.work); in plip_kick_bh()
332 static int plip_none(struct net_device *, struct net_local *,
334 static int plip_receive_packet(struct net_device *, struct net_local *,
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c111 * struct net_local - Our private per device data
126 struct net_local { struct
159 static void xemaclite_enable_interrupts(struct net_local *drvdata) in xemaclite_enable_interrupts()
182 static void xemaclite_disable_interrupts(struct net_local *drvdata) in xemaclite_disable_interrupts()
315 static int xemaclite_send_data(struct net_local *drvdata, u8 *data, in xemaclite_send_data()
380 static u16 xemaclite_recv_data(struct net_local *drvdata, u8 *data, int maxlen) in xemaclite_recv_data()
471 static void xemaclite_update_address(struct net_local *drvdata, in xemaclite_update_address()
507 struct net_local *lp = netdev_priv(dev); in xemaclite_set_mac_address()
526 struct net_local *lp = netdev_priv(dev); in xemaclite_tx_timeout()
570 struct net_local *l in xemaclite_tx_handler()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c104 * struct net_local - Our private per device data
119 struct net_local { struct
150 static void xemaclite_enable_interrupts(struct net_local *drvdata) in xemaclite_enable_interrupts()
173 static void xemaclite_disable_interrupts(struct net_local *drvdata) in xemaclite_disable_interrupts()
307 static int xemaclite_send_data(struct net_local *drvdata, u8 *data, in xemaclite_send_data()
372 static u16 xemaclite_recv_data(struct net_local *drvdata, u8 *data, int maxlen) in xemaclite_recv_data()
465 static void xemaclite_update_address(struct net_local *drvdata, in xemaclite_update_address()
501 struct net_local *lp = netdev_priv(dev); in xemaclite_set_mac_address()
521 struct net_local *lp = netdev_priv(dev); in xemaclite_tx_timeout()
565 struct net_local *l in xemaclite_tx_handler()
[all...]
/kernel/linux/linux-5.10/drivers/net/wan/
H A 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()
351 struct net_local *nl; in sbni_probe1()
389 memset( nl, 0, sizeof(struct net_local) ); in sbni_probe1()
452 struct net_local *nl = netdev_priv(p); in sbni_start_xmit()
474 struct net_local *nl = netdev_priv(dev); in sbni_start_xmit()
495 * channel ("master") driver only registers the handler. In its struct net_local
496 * it has got pointer to "slave" channel's struct net_local and handles that's
508 struct net_local *n in sbni_interrupt()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/
H A 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 *l in dma_busctl()
[all...]
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/
H A Dcs89x0.c137 struct net_local { struct
198 static void readwords(struct net_local *lp, int portno, void *buf, int length) in readwords()
211 static void writewords(struct net_local *lp, int portno, void *buf, int length) in writewords()
227 struct net_local *lp = netdev_priv(dev); in readreg()
236 struct net_local *lp = netdev_priv(dev); in writereg()
340 struct net_local *lp = netdev_priv(dev); in get_dma_channel()
361 struct net_local *lp = netdev_priv(dev); in write_dma()
373 struct net_local *lp = netdev_priv(dev); in set_dma_cfg()
393 struct net_local *lp = netdev_priv(dev); in dma_bufcfg()
404 struct net_local *l in dma_busctl()
[all...]
H A 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()
287 struct net_local *lp = netdev_priv(dev); in net_open()
333 struct net_local *lp = netdev_priv(dev); in net_send_packet()
373 struct net_local *lp; in net_interrupt()
438 struct net_local *lp = netdev_priv(dev); in net_rx()
518 struct net_local *lp = netdev_priv(dev); in set_multicast_list()
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A 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()
718 struct net_local *lp = from_timer(lp, t, timer); in atp_timed_checker()
734 struct net_local *lp = netdev_priv(atp_timed_dev); in atp_timed_checker()
756 struct net_local *l in net_rx()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H A 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()
432 struct net_local *lp = netdev_priv(dev); in net_open()
457 struct net_local *lp = netdev_priv(dev); in hardware_init()
556 struct net_local *lp = netdev_priv(dev); in atp_send_packet()
597 struct net_local *lp; in atp_interrupt()
720 struct net_local *lp = from_timer(lp, t, timer); in atp_timed_checker()
736 struct net_local *lp = netdev_priv(atp_timed_dev); in atp_timed_checker()
758 struct net_local *l in net_rx()
[all...]

Completed in 14 milliseconds