Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c10125 tp->bufmgr_config.mbuf_read_dma_low_water); in tg3_reset_hw()
10127 tp->bufmgr_config.mbuf_mac_rx_low_water); in tg3_reset_hw()
10129 tp->bufmgr_config.mbuf_high_water); in tg3_reset_hw()
10132 tp->bufmgr_config.mbuf_read_dma_low_water_jumbo); in tg3_reset_hw()
10134 tp->bufmgr_config.mbuf_mac_rx_low_water_jumbo); in tg3_reset_hw()
10136 tp->bufmgr_config.mbuf_high_water_jumbo); in tg3_reset_hw()
10139 tp->bufmgr_config.dma_low_water); in tg3_reset_hw()
10141 tp->bufmgr_config.dma_high_water); in tg3_reset_hw()
17434 tp->bufmgr_config.mbuf_read_dma_low_water = in tg3_init_bufmgr_config()
17436 tp->bufmgr_config.mbuf_mac_rx_low_water = in tg3_init_bufmgr_config()
[all …]
H A Dtg3.h3248 struct tg3_bufmgr_config bufmgr_config; member