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