Searched refs:TG3_BDINFO_SIZE (Results 1 – 2 of 2) sorted by relevance
8058 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 16; in tg3_rings_reset()8060 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 4; in tg3_rings_reset()8062 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 2; in tg3_rings_reset()8064 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_rings_reset()8066 for (txrcb = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_rings_reset()8067 txrcb < limit; txrcb += TG3_BDINFO_SIZE) in tg3_rings_reset()8074 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 17; in tg3_rings_reset()8076 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 16; in tg3_rings_reset()8079 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 4; in tg3_rings_reset()8081 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE; in tg3_rings_reset()[all …]
24 #define TG3_BDINFO_SIZE 0x10UL macro