Searched defs:net_local (Results 1 – 2 of 2) sorted by relevance
169 struct net_local { struct170 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 …]
205 struct net_local { struct206 struct net_device *dev;230 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument