Lines Matching defs:lmc___softc

294 struct lmc___softc {  struct
295 char *name;
296 u8 board_idx;
297 struct lmc_extra_statistics extra_stats;
298 struct net_device *lmc_device;
300 int hang, rxdesc, bad_packet, some_counter;
301 u32 txgo;
302 struct lmc_regfile_t lmc_csrs;
303 volatile u32 lmc_txtick;
304 volatile u32 lmc_rxtick;
305 u32 lmc_flags;
306 u32 lmc_intrmask; /* our copy of csr_intr */
307 u32 lmc_cmdmode; /* our copy of csr_cmdmode */
308 u32 lmc_busmode; /* our copy of csr_busmode */
309 u32 lmc_gpio_io; /* state of in/out settings */
310 u32 lmc_gpio; /* state of outputs */
311 struct sk_buff* lmc_txq[LMC_TXDESCS];
312 struct sk_buff* lmc_rxq[LMC_RXDESCS];
314 struct tulip_desc_t lmc_rxring[LMC_RXDESCS];
316 struct tulip_desc_t lmc_txring[LMC_TXDESCS];
317 unsigned int lmc_next_rx, lmc_next_tx;
319 unsigned int lmc_taint_tx, lmc_taint_rx;
320 int lmc_tx_start, lmc_txfull;
321 int lmc_txbusy;
322 u16 lmc_miireg16;
323 int lmc_ok;
324 int last_link_status;
325 int lmc_cardtype;
326 u32 last_frameerr;
327 lmc_media_t *lmc_media;
328 struct timer_list timer;
329 lmc_ctl_t ictl;
330 u32 TxDescriptControlInit;
332 int tx_TimeoutInd; /* additional driver state */
333 int tx_TimeoutDisplay;
334 unsigned int lastlmc_taint_tx;
335 int lasttx_packets;
336 u32 tx_clockState;
337 u32 lmc_crcSize;
338 LMC_XINFO lmc_xinfo;
339 char lmc_yel, lmc_blue, lmc_red; /* for T1 and DS3 */
340 char lmc_timing; /* for HSSI and SSI */
341 int got_irq;
343 char last_led_err[4];
345 u32 last_int;
346 u32 num_int;
348 spinlock_t lmc_lock;
349 u16 if_type; /* HDLC/PPP or NET */
352 u8 failed_ring;
353 u8 failed_recv_alloc;
356 u32 check;