Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c995 priv->global_tx_fc = false; in mvpp2_enable_global_fc()
5019 if (change_percpu && priv->global_tx_fc) in mvpp2_bm_switch_buffers()
5044 if (change_percpu && priv->global_tx_fc) in mvpp2_bm_switch_buffers()
6673 if (port->priv->global_tx_fc) { in mvpp2_mac_link_up()
7066 if (port->priv->global_tx_fc) in mvpp2_port_probe()
7619 priv->global_tx_fc = true; in mvpp2_probe()
7788 if (priv->global_tx_fc && priv->hw_version >= MVPP22) { in mvpp2_probe()
H A Dmvpp2.h1112 bool global_tx_fc; member