Lines Matching defs:net_local
135 struct net_local struct
137 unsigned long last_tx; /* jiffies when last transmit started */
138 unsigned long init_time; /* jiffies when eexp_hw_init586 called */
139 unsigned short rx_first; /* first rx buf, same as RX_BUF_START */
140 unsigned short rx_last; /* last rx buf */
141 unsigned short rx_ptr; /* first rx buf to look at */
142 unsigned short tx_head; /* next free tx buf */
143 unsigned short tx_reap; /* first in-use tx buf */
144 unsigned short tx_tail; /* previous tx buf to tx_head */
145 unsigned short tx_link; /* last known-executing tx buf */
146 unsigned short last_tx_restart; /* set to tx_link when we
148 unsigned char started;
149 unsigned short rx_buf_start;
150 unsigned short rx_buf_end;
151 unsigned short num_tx_bufs;
152 unsigned short num_rx_bufs;
153 unsigned char width; /* 0 for 16bit, 1 for 8bit */
154 unsigned char was_promisc;
155 unsigned char old_mc_count;
156 spinlock_t lock;