Home
last modified time | relevance | path

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

/linux-4.4.14/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.h59 struct lance_tx_desc { struct
60 volatile unsigned short tmd0; /* low address of packet */
61 volatile unsigned char tmd1_bits; /* descriptor bits */
62 volatile unsigned char tmd1_hadr; /* high address of packet */
86 volatile struct lance_tx_desc btx_ring[TX_RING_SIZE]; argument
Dsunlance.c204 struct lance_tx_desc { struct
227 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