Searched refs:TG3_BDINFO_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c7486 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 16;
7488 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 2;
7490 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE;
7492 for (txrcb = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE;
7493 txrcb < limit; txrcb += TG3_BDINFO_SIZE)
7501 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 17;
7503 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 16;
7506 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 4;
7508 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE;
7510 for (rxrcb = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE;
[all...]
H A Dtg3.h24 #define TG3_BDINFO_SIZE 0x10UL macro

Completed in 128 milliseconds