Home
last modified time | relevance | path

Searched defs:lance_tx_desc (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/amd/
Da2065.h113 struct lance_tx_desc { struct
114 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;
D7990.h60 struct lance_tx_desc { struct
61 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
Dsunlance.c205 struct lance_tx_desc { struct
228 struct lance_tx_desc btx_ring[TX_RING_SIZE]; argument
Ddeclance.c195 struct lance_tx_desc { struct
196 unsigned short tmd0; /* low address of packet */
197 unsigned short tmd1; /* high address of packet
222 struct lance_tx_desc btx_ring[TX_RING_SIZE]; argument