Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c9535 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 16; in tg3_tx_rcbs_disable()
9537 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 4; in tg3_tx_rcbs_disable()
9540 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 2; in tg3_tx_rcbs_disable()
9542 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_tx_rcbs_disable()
9544 for (txrcb = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_tx_rcbs_disable()
9545 txrcb < limit; txrcb += TG3_BDINFO_SIZE) in tg3_tx_rcbs_disable()
9559 for (; i < tp->irq_max; i++, txrcb += TG3_BDINFO_SIZE) { in tg3_tx_rcbs_init()
9578 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 17; in tg3_rx_ret_rcbs_disable()
9580 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 16; in tg3_rx_ret_rcbs_disable()
9584 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * in tg3_rx_ret_rcbs_disable()
[all...]
H A Dtg3.h28 #define TG3_BDINFO_SIZE 0x10UL macro
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c9520 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 16; in tg3_tx_rcbs_disable()
9522 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 4; in tg3_tx_rcbs_disable()
9525 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE * 2; in tg3_tx_rcbs_disable()
9527 limit = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_tx_rcbs_disable()
9529 for (txrcb = NIC_SRAM_SEND_RCB + TG3_BDINFO_SIZE; in tg3_tx_rcbs_disable()
9530 txrcb < limit; txrcb += TG3_BDINFO_SIZE) in tg3_tx_rcbs_disable()
9544 for (; i < tp->irq_max; i++, txrcb += TG3_BDINFO_SIZE) { in tg3_tx_rcbs_init()
9563 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 17; in tg3_rx_ret_rcbs_disable()
9565 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * 16; in tg3_rx_ret_rcbs_disable()
9569 limit = NIC_SRAM_RCV_RET_RCB + TG3_BDINFO_SIZE * in tg3_rx_ret_rcbs_disable()
[all...]
H A Dtg3.h28 #define TG3_BDINFO_SIZE 0x10UL macro

Completed in 49 milliseconds