Lines Matching defs:net_local
137 struct net_local { struct
138 int chip_type; /* one of: CS8900, CS8920, CS8920M */
139 char chip_revision; /* revision letter of the chip ('A'...) */
140 int send_cmd; /* the proper send command: TX_NOW, TX_AFTER_381, or TX_AFTER_ALL */
141 int auto_neg_cnf; /* auto-negotiation word from EEPROM */
142 int adapter_cnf; /* adapter configuration from EEPROM */
143 int isa_config; /* ISA configuration from EEPROM */
144 int irq_map; /* IRQ map from EEPROM */
145 int rx_mode; /* what mode are we in? 0, RX_MULTCAST_ACCEPT, or RX_ALL_ACCEPT */
146 int curr_rx_cfg; /* a copy of PP_RxCFG */
147 int linectl; /* either 0 or LOW_RX_SQUELCH, depending on configuration. */
148 int send_underrun; /* keep track of how many underruns in a row we get */
149 int force; /* force various values; see FORCE* above. */
150 spinlock_t lock;
151 void __iomem *virt_addr;/* CS89x0 virtual address. */
153 int use_dma; /* Flag: we're using dma */
154 int dma; /* DMA channel */
155 int dmasize; /* 16 or 64 */
156 unsigned char *dma_buff; /* points to the beginning of the buffer */
157 unsigned char *end_dma_buff; /* points to the end of the buffer */
158 unsigned char *rx_dma_ptr; /* points to the next packet */