Searched defs:lance_rx_head (Results 1 – 3 of 3) sorted by relevance
111 struct lance_rx_head { struct112 unsigned short base; /* Low word of base addr */113 volatile unsigned char flag;114 unsigned char base_hi; /* High word of base addr (unused) */115 short buf_length; /* This length is 2s complement! */116 volatile short msg_length; /* This length is "normal". */
123 struct lance_rx_head { struct124 unsigned short base; /* Low word of base addr */125 volatile unsigned char flag;126 unsigned char base_hi; /* High word of base addr (unused) */127 short buf_length; /* This length is 2s complement! */128 volatile short msg_length; /* This length is "normal". */
214 struct lance_rx_head { struct238 struct lance_rx_head rx_ring[RX_RING_SIZE]; argument