Searched defs:net_local (Results 1 – 4 of 4) 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 …]
104 struct net_local { struct105 int msg_enable;106 int chip_type; /* one of: CS8900, CS8920, CS8920M */107 char chip_revision; /* revision letter of the chip ('A'...) */108 int send_cmd; /* the propercommand used to send a packet. */109 int rx_mode;110 int curr_rx_cfg;111 int send_underrun; /* keep track of how many underruns in a row we get */
205 struct net_local { struct206 struct net_device *dev;230 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument
120 struct net_local { struct121 struct net_device *ndev;123 bool tx_ping_pong;124 bool rx_ping_pong;125 u32 next_tx_buf_to_use;126 u32 next_rx_buf_to_use;127 void __iomem *base_addr;151 static void xemaclite_enable_interrupts(struct net_local *drvdata) in xemaclite_enable_interrupts() argument