Lines Matching defs:net_local
217 struct net_local { struct
218 int chip_type; /* one of: CS8900, CS8920, CS8920M */
219 char chip_revision; /* revision letter of the chip ('A'...) */
220 int send_cmd; /* the proper send command: TX_NOW, TX_AFTER_381, or TX_AFTER_ALL */
221 int auto_neg_cnf; /* auto-negotiation word from EEPROM */
222 int adapter_cnf; /* adapter configuration from EEPROM */
223 int isa_config; /* ISA configuration from EEPROM */
224 int irq_map; /* IRQ map from EEPROM */
225 int rx_mode; /* what mode are we in? 0, RX_MULTCAST_ACCEPT, or RX_ALL_ACCEPT */
226 int curr_rx_cfg; /* a copy of PP_RxCFG */
227 int linectl; /* either 0 or LOW_RX_SQUELCH, depending on configuration. */
228 int send_underrun; /* keep track of how many underruns in a row we get */
229 int force; /* force various values; see FORCE* above. */
230 spinlock_t lock;
232 int use_dma; /* Flag: we're using dma */
233 int dma; /* DMA channel */
234 int dmasize; /* 16 or 64 */
235 unsigned char *dma_buff; /* points to the beginning of the buffer */
236 unsigned char *end_dma_buff; /* points to the end of the buffer */
237 unsigned char *rx_dma_ptr; /* points to the next packet */