Searched defs:lance_tx_desc (Results 1 – 4 of 4) sorted by relevance
113 struct lance_tx_desc { struct114 unsigned short tmd0; /* low address of packet */115 unsigned char tmd1_bits; /* descriptor bits */116 unsigned char tmd1_hadr; /* high address of packet */117 short length; /* Length is 2s complement (negative)! */118 unsigned short misc;
60 struct lance_tx_desc { struct61 volatile unsigned short tmd0; /* low address of packet */62 volatile unsigned char tmd1_bits; /* descriptor bits */63 volatile unsigned char tmd1_hadr; /* high address of packet */87 volatile struct lance_tx_desc btx_ring[TX_RING_SIZE]; argument
205 struct lance_tx_desc { struct228 struct lance_tx_desc btx_ring[TX_RING_SIZE]; argument
195 struct lance_tx_desc { struct196 unsigned short tmd0; /* low address of packet */197 unsigned short tmd1; /* high address of packet222 struct lance_tx_desc btx_ring[TX_RING_SIZE]; argument