Lines Matching defs:net_local
71 struct net_local { struct
72 struct timer_list watchdog;
74 spinlock_t lock;
75 struct sk_buff *rx_buf_p; /* receive buffer ptr */
76 struct sk_buff *tx_buf_p; /* transmit buffer ptr */
78 unsigned int framelen; /* current frame length */
79 unsigned int maxframe; /* maximum valid frame length */
80 unsigned int state;
81 unsigned int inppos, outpos; /* positions in rx/tx buffers */
84 unsigned int tx_frameno;
87 unsigned int wait_frameno;
91 unsigned int trans_errors;
94 unsigned int timer_ticks;
97 int delta_rxl;
98 unsigned int cur_rxl_index, timeout_rxl;
99 unsigned long cur_rxl_rcvd, prev_rxl_rcvd;
101 struct sbni_csr1 csr1; /* current value of CSR1 */
102 struct sbni_in_stats in_stats; /* internal statistics */
104 struct net_device *second; /* for ISA/dual cards */
107 struct net_device *master;
108 struct net_device *link;