Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c9519 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 16; in tg3_tx_rcbs_disable()
9521 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 4; in tg3_tx_rcbs_disable()
9524 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 2; in tg3_tx_rcbs_disable()
9526 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_tx_rcbs_disable()
9528 for (txrcb = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_tx_rcbs_disable()
9529 txrcb < limit; txrcb += TG3_BDINFO_SIZE) in tg3_tx_rcbs_disable()
9543 for (; i < tp->irq_max; i++, txrcb += TG3_BDINFO_SIZE) { in tg3_tx_rcbs_init()
9562 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 17; in tg3_rx_ret_rcbs_disable()
9564 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 16; in tg3_rx_ret_rcbs_disable()
9568 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 4; in tg3_rx_ret_rcbs_disable()
[all …]
Dtg3.h28 #define TG3_BDINFO_SIZE 0x10UL macro