Lines Matching defs:net_local
72 struct net_local { struct
73 struct timer_list watchdog;
74 struct net_device *watchdog_dev;
76 spinlock_t lock;
77 struct sk_buff *rx_buf_p; /* receive buffer ptr */
78 struct sk_buff *tx_buf_p; /* transmit buffer ptr */
80 unsigned int framelen; /* current frame length */
81 unsigned int maxframe; /* maximum valid frame length */
82 unsigned int state;
83 unsigned int inppos, outpos; /* positions in rx/tx buffers */
86 unsigned int tx_frameno;
89 unsigned int wait_frameno;
93 unsigned int trans_errors;
96 unsigned int timer_ticks;
99 int delta_rxl;
100 unsigned int cur_rxl_index, timeout_rxl;
101 unsigned long cur_rxl_rcvd, prev_rxl_rcvd;
103 struct sbni_csr1 csr1; /* current value of CSR1 */
104 struct sbni_in_stats in_stats; /* internal statistics */
106 struct net_device *second; /* for ISA/dual cards */
109 struct net_device *master;
110 struct net_device *link;