Home
last modified time | relevance | path

Searched defs:net_local (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/realtek/
H A Datp.c169 struct net_local { struct
170 spinlock_t lock;
171 struct net_device *next_module;
172 struct timer_list timer; /* Media selection timer. */
173 struct net_device *dev; /* Timer dev. */
174 unsigned long last_rx_time; /* Last Rx, in jiffies, to handle Rx hang. */
175 int saved_tx_size;
176 unsigned int tx_unit_busy:1;
177 unsigned char re_tx, /* Number of packet retransmissions. */
178 addr_mode, /* Current Rx filter e.g. promiscuous, etc. */
[all …]
/linux/drivers/net/plip/
H A Dplip.c205 struct net_local { struct
206 struct net_device *dev;
230 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument