Home
last modified time | relevance | path

Searched defs:lance_init_block (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/amd/
H A D7990.h73 struct lance_init_block { struct
74 volatile unsigned short mode; /* Pre-set mode (reg. 15) */
75 volatile unsigned char phys_addr[6]; /* Physical ethernet address */
76 volatile unsigned filter[2]; /* Multicast filter (64 bits) */
79 volatile unsigned short rx_ptr; /* receive descriptor addr */
80 volatile unsigned short rx_len; /* receive len and high addr */
104 volatile struct lance_init_block *init_block; /* CPU address of RAM */ argument
105 volatile struct lance_init_block *lance_init_block; /* LANCE address of RAM */ member
H A Da2065.c84 struct lance_init_block { struct
108 volatile struct lance_init_block *init_block; /* Hosts view */ argument
109 volatile struct lance_init_block *lance_init_block; /* Lance view */ member
H A Dsun3lance.c128 struct lance_init_block { struct
142 struct lance_init_block init; argument
H A Ddeclance.c207 struct lance_init_block { struct
226 #define BUF_OFFSET_CPU sizeof(struct lance_init_block) argument
H A Dlance.c227 struct lance_init_block { struct
240 struct lance_init_block init_block; argument
H A Datarilance.c146 struct lance_init_block { struct
157 struct lance_init_block init; argument