Home
last modified time | relevance | path

Searched refs:FLOW_TX (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h158 #define FLOW_TX 2 macro
159 #define FLOW_AUTO (FLOW_TX | FLOW_RX)
Dstmmac_ethtool.c436 if (priv->flow_ctrl & FLOW_TX) in stmmac_get_pauseparam()
456 new_pause |= FLOW_TX; in stmmac_set_pauseparam()
Ddwmac1000_core.c214 if (fc & FLOW_TX) { in dwmac1000_flow_ctrl()