Searched refs:cfblk (Results 1 – 1 of 1) sorted by relevance
3398 struct i82593_conf_block cfblk; local3409 memset(&cfblk, 0x00, sizeof(struct i82593_conf_block));3410 cfblk.d6mod = FALSE; /* Run in i82593 advanced mode */3411 cfblk.fifo_limit = 5; /* = 56 B rx and 40 B tx fifo thresholds */3412 cfblk.forgnesi = FALSE; /* 0=82C501, 1=AMD7992B compatibility */3413 cfblk.fifo_32 = 1;3414 cfblk.throttle_enb = FALSE;3415 cfblk.contin = TRUE; /* enable continuous mode */3416 cfblk.cntrxint = FALSE; /* enable continuous mode receive interrupts */3417 cfblk.addr_len = WAVELAN_ADDR_SIZE;[all …]