Searched refs:net_local (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/plip/ |
| H A D | plip.c | 205 struct net_local { struct 230 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument 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 …]
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_emaclite.c | 120 struct net_local { struct 151 static void xemaclite_enable_interrupts(struct net_local *drvdata) in xemaclite_enable_interrupts() argument 174 static void xemaclite_disable_interrupts(struct net_local *drvdata) in xemaclite_disable_interrupts() 308 static int xemaclite_send_data(struct net_local *drvdata, u8 *data, in xemaclite_send_data() 373 static u16 xemaclite_recv_data(struct net_local *drvdata, u8 *data, int maxlen) in xemaclite_recv_data() 466 static void xemaclite_update_address(struct net_local *drvdata, in xemaclite_update_address() 502 struct net_local *lp = netdev_priv(dev); in xemaclite_set_mac_address() 522 struct net_local *lp = netdev_priv(dev); in xemaclite_tx_timeout() 566 struct net_local *lp = netdev_priv(dev); in xemaclite_tx_handler() 593 struct net_local *lp = netdev_priv(dev); in xemaclite_rx_handler() [all …]
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | atp.c | 169 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 = timer_container_of(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 *lp = netdev_priv(dev); in net_rx() [all …]
|