Lines Matching defs:lmc___softc

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