Searched refs:TG3_BDINFO_SIZE (Results 1 – 2 of 2) sorted by relevance
9620 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 16; in tg3_tx_rcbs_disable()9622 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 4; in tg3_tx_rcbs_disable()9625 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 2; in tg3_tx_rcbs_disable()9627 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_tx_rcbs_disable()9629 for (txrcb = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_tx_rcbs_disable()9630 txrcb < limit; txrcb += TG3_BDINFO_SIZE) in tg3_tx_rcbs_disable()9663 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 17; in tg3_rx_ret_rcbs_disable()9669 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 4; in tg3_rx_ret_rcbs_disable()9671 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE; in tg3_rx_ret_rcbs_disable()9673 for (rxrcb = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE; in tg3_rx_ret_rcbs_disable()[all …]
28 #define TG3_BDINFO_SIZE 0x10UL macro