Lines Matching +full:rx +full:- +full:ping +full:- +full:pong
1 /* SPDX-License-Identifier: GPL-1.0+ */
6 * under the same license. Auto-loading of 8390.o only in v2.2 - Paul G.
21 /* The 8390 specific per-packet-header format. */
34 /* Without I/O delay - non ISA or later chips */
70 /* You have one of these per-board */
85 unsigned word16:1; /* We have the 16-bit (vs 8-bit)
88 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT
98 short tx1, tx2; /* Packet lengths for ping-pong tx. */
102 unsigned char saved_irq; /* Original dev->irq value. */
148 #define E8390_PAGE1 0x40 /* using the two high-order bits */
152 * - removed AMIGA_PCMCIA from this list, handled as ISA io now
153 * - the _p for generates no delay by default 8390p.c overrides this.
187 #define EN0_RSR EI_SHIFT(0x0c) /* rx status reg RD */
188 #define EN0_RXCR EI_SHIFT(0x0c) /* RX configuration reg WR */
196 /* Bits in EN0_ISR - Interrupt status register */
207 /* Bits in EN0_DCFG - Data config register */
236 #define ENTSR_OWC 0x80 /* There was an out-of-window collision. */