Lines Matching +full:tx +full:- +full:ping +full:- +full:pong
4 * under the same license. Auto-loading of 8390.o only in v2.2 - Paul G.
17 #define TX_PAGES 12 /* Two Tx slots */
19 /* The 8390 specific per-packet-header format. */
32 /* Without I/O delay - non ISA or later chips */
68 /* You have one of these per-board */
83 unsigned word16:1; /* We have the 16-bit (vs 8-bit)
86 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT
95 unsigned char txqueue; /* Tx Packet buffer queue length. */
96 short tx1, tx2; /* Packet lengths for ping-pong tx. */
100 unsigned char saved_irq; /* Original dev->irq value. */
113 /* The maximum time waited (in jiffies) before assuming a Tx failed. (20ms) */
146 #define E8390_PAGE1 0x40 /* using the two high-order bits */
150 * - removed AMIGA_PCMCIA from this list, handled as ISA io now
151 * - the _p for generates no delay by default 8390p.c overrides this.
175 #define EN0_TCNTLO EI_SHIFT(0x05) /* Low byte of tx byte count WR */
177 #define EN0_TCNTHI EI_SHIFT(0x06) /* High byte of tx byte count WR */
187 #define EN0_TXCR EI_SHIFT(0x0d) /* TX configuration reg WR */
194 /* Bits in EN0_ISR - Interrupt status register */
205 /* Bits in EN0_DCFG - Data config register */
234 #define ENTSR_OWC 0x80 /* There was an out-of-window collision. */