Lines Matching defs:arlan_private

343 struct arlan_private {  struct
344 struct net_device_stats stats;
345 long open_time; /* Useless example local info. */
346 struct arlan_shmem * card;
347 struct arlan_shmem * conf;
348 struct TxParam txParam;
349 int multicastLength;
350 char multicastList[ARLAN_MAX_MULTICAST_ADDRS][6];
351 int promiscModeEnabled;
352 struct arlan_conf_stru * Conf;
353 int bad;
354 int reset;
355 long long lastReset;
356 struct timer_list timer;
357 struct timer_list tx_delay_timer;
358 struct timer_list tx_retry_timer;
359 struct timer_list rx_check_timer;
360 struct semaphore card_lock;
361 atomic_t card_users;
362 atomic_t delay_on;
363 atomic_t retr_on;
364 int registrationLostCount;
365 int reRegisterExp;
366 int nof_tx;
367 int nof_tx_ack;
368 int last_nof_tx;
369 int last_nof_tx_ack;
370 int irq_test_done;
371 int last_command_was_rx;
372 struct TxParam txRing[TX_RING_SIZE];
373 char reTransmitBuff[0x800];
374 volatile int txLast;
375 volatile int txNew;
376 volatile int txOffset;
377 volatile char ReTransmitRequested;
378 volatile long long tx_done_delayed;
379 volatile long long registrationLastSeen;
380 volatile char under_command;
381 volatile char under_toggle;
382 volatile long long tx_last_sent;
383 volatile long long tx_last_cleared;
384 volatile u_char under_tx;
385 volatile int retransmissions;
386 volatile int tx_chain_active;
387 volatile int timer_chain_active;
388 volatile int interrupt_ack_requested;
389 volatile long command_lock;
390 volatile int rx_command_needed;
391 volatile int tx_command_needed;
392 volatile int waiting_command_mask;
393 volatile int card_polling_interval;
394 volatile int last_command_buff_free_time;
395 volatile int numResets;
396 volatile int under_reset;
397 volatile int under_config;
398 volatile int rx_command_given;
399 volatile long tx_command_given;
400 volatile long interrupt_processing_active;
401 volatile long long last_tx_time;
402 volatile long long last_rx_time;
403 volatile long long last_rx_int_ack_time;
404 int in_bytes;
405 int out_bytes;
406 int in_time;
407 int out_time;
408 int in_time10;
409 int out_time10;
410 int in_bytes10;
411 int out_bytes10;