Lines Matching defs:ipw_hardware
229 struct ipw_hardware { struct
230 unsigned int base_port;
231 short hw_version;
232 unsigned short ll_mtu;
233 spinlock_t lock;
235 int initializing;
236 int init_loops;
237 struct timer_list setup_timer;
240 int tx_ready;
242 int tx_queued;
243 struct list_head tx_queue[NL_NUM_OF_PRIORITIES];
245 int rx_bytes_queued;
246 struct list_head rx_queue;
248 struct list_head rx_pool;
249 int rx_pool_size;
251 int blocking_rx;
253 int rx_ready;
254 unsigned short last_memtx_serial;
262 int serial_number_detected;
263 struct work_struct work_rx;
266 int to_setup;
269 int removed;
271 int irq;
273 int shutting_down;
275 unsigned int control_lines[NL_NUM_OF_ADDRESSES];
276 struct ipw_rx_packet *packet_assembler[NL_NUM_OF_ADDRESSES];
278 struct tasklet_struct tasklet;
281 struct ipw_network *network;
282 struct MEMINFREG __iomem *memory_info_regs;
283 struct MEMCCR __iomem *memregs_CCR;
284 void (*reboot_callback) (void *data);
285 void *reboot_callback_data;
287 unsigned short __iomem *memreg_tx;