Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h1697 struct tg3_rx_buffer_desc { struct
1758 struct tg3_rx_buffer_desc std; argument
2164 struct tg3_rx_buffer_desc *rx_std;
2168 struct tg3_rx_buffer_desc *rx_jumbo;
2173 struct tg3_rx_buffer_desc *rx_rcb;
H A Dtg3.c48 #define TG3_RX_RING_BYTES (sizeof(struct tg3_rx_buffer_desc) * TG3_RX_RING_SIZE)
49 #define TG3_RX_RCB_RING_BYTES (sizeof(struct tg3_rx_buffer_desc) * TG3_RX_RCB_RING_SIZE)
59 struct tg3_rx_buffer_desc rx_std[TG3_RX_RING_SIZE];
60 struct tg3_rx_buffer_desc rx_rcb[TG3_RX_RCB_RING_SIZE];
1716 struct tg3_rx_buffer_desc *rxd; in tg3_init_rings()
3009 struct tg3_rx_buffer_desc *desc; in tg3_poll()