Home
last modified time | relevance | path

Searched refs:tg3_tx_buffer_desc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h1668 struct tg3_tx_buffer_desc { struct
2179 struct tg3_tx_buffer_desc *tx_ring;
H A Dtg3.c51 #define TG3_TX_RING_BYTES (sizeof(struct tg3_tx_buffer_desc) * TG3_TX_RING_SIZE)
61 struct tg3_tx_buffer_desc tx_ring[TG3_TX_RING_SIZE];
3042 struct tg3_tx_buffer_desc *txd = &tp->tx_ring[entry];
3067 struct tg3_tx_buffer_desc *txd; in tg3_transmit()