Home
last modified time | relevance | path

Searched defs:lance_rx_head (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
Dsun3lance.c110 struct lance_rx_head { struct
111 unsigned short base; /* Low word of base addr */
112 volatile unsigned char flag;
113 unsigned char base_hi; /* High word of base addr (unused) */
114 short buf_length; /* This length is 2s complement! */
115 volatile short msg_length; /* This length is "normal". */
Datarilance.c122 struct lance_rx_head { struct
123 unsigned short base; /* Low word of base addr */
124 volatile unsigned char flag;
125 unsigned char base_hi; /* High word of base addr (unused) */
126 short buf_length; /* This length is 2s complement! */
127 volatile short msg_length; /* This length is "normal". */
Dlance.c213 struct lance_rx_head { struct
237 struct lance_rx_head rx_ring[RX_RING_SIZE]; argument