Home
last modified time | relevance | path

Searched defs:letmd (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/dev/ic/
H A Dam7990reg.h85 struct letmd { struct
86 u_int16_t tmd0;
88 u_int8_t tmd1_bits;
89 u_int8_t tmd1_hadr;
91 u_int8_t tmd1_hadr;
92 u_int8_t tmd1_bits;
94 int16_t tmd2;
95 u_int16_t tmd3;
H A Dam79900reg.h79 struct letmd { struct
80 u_int32_t tmd0;
81 u_int32_t tmd1;
82 u_int32_t tmd2;
83 int32_t tmd3;
/netbsd/sys/arch/mvme68k/stand/netboot/
H A Dif_lereg.h107 struct letmd { struct
108 volatile u_short tmd0; /* low address of packet */
109 volatile u_char tmd1_bits; /* descriptor bits */
110 volatile u_char tmd1_hadr; /* high address of packet */
111 volatile short tmd2; /* buffer byte count */
112 volatile u_short tmd3; /* transmit error bits */
/netbsd/sys/arch/mvme68k/stand/sboot/
H A Dif_lereg.h108 struct letmd { struct
109 volatile u_short tmd0; /* low address of packet */
110 volatile u_char tmd1_bits; /* descriptor bits */
111 volatile u_char tmd1_hadr; /* high address of packet */
112 volatile short tmd2; /* buffer byte count */
113 volatile u_short tmd3; /* transmit error bits */
/netbsd/sys/arch/ews4800mips/stand/common/
H A Dlance.c54 struct letmd letmd[TX_DESC_NUM]; member
303 struct letmd *letmd = lance_mem.letmd; in lance_setup() local
399 struct letmd *letmd = lance_mem.letmd; in lance_internal_loopback_setup() local