Lines Matching +full:short +full:- +full:descriptor
4 * (C) Copyright 1995 by Geert Uytterhoeven <geert@linux-m68k.org>
6 * ---------------------------------------------------------------------------
15 * Written 1993-94 by Donald Becker.
17 * Am79C960: PCnet(tm)-ISA Single-Chip Ethernet Controller
21 * ---------------------------------------------------------------------------
27 * ---------------------------------------------------------------------------
29 * The A2065 is a Zorro-II board made by Commodore/Ameristar. It contains:
31 * - an Am7990 Local Area Network Controller for Ethernet (LANCE) with
32 * both 10BASE-2 (thin coax) and AUI (DB-15) connectors
41 unsigned short rdp; /* Register Data Port */
42 unsigned short rap; /* Register Address Port */
62 #define LE_C0_CERR 0x2000 /* No Heartbeat (10BASE-T) */
104 unsigned short rmd0; /* low address of packet */
105 unsigned char rmd1_bits; /* descriptor bits */
107 short length; /* This length is 2s complement (negative)!
110 unsigned short mblength; /* Aactual number of bytes received */
114 unsigned short tmd0; /* low address of packet */
115 unsigned char tmd1_bits; /* descriptor bits */
117 short length; /* Length is 2s complement (negative)! */
118 unsigned short misc;
126 #define LE_R1_OWN 0x80 /* LANCE owns the descriptor */
141 #define LE_T1_OWN 0x80 /* LANCE owns the descriptor */