Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1948 for (i = NIC_SRAM_SEND_RCB; i < NIC_SRAM_RCV_RET_RCB; i += TG3_BDINFO_SIZE) in tg3_setup_hw()
1966 for (i = NIC_SRAM_RCV_RET_RCB; i < NIC_SRAM_STATS_BLK; i += TG3_BDINFO_SIZE) { in tg3_setup_hw()
1976 NIC_SRAM_RCV_RET_RCB, in tg3_setup_hw()
H A Dtg3.h1507 #define NIC_SRAM_RCV_RET_RCB 0x00000200 /* 16 * TG3_BDINFO_... */ macro