Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h157 #define FLOW_RX 1 macro
159 #define FLOW_AUTO (FLOW_TX | FLOW_RX)
Dstmmac_ethtool.c434 if (priv->flow_ctrl & FLOW_RX) in stmmac_get_pauseparam()
454 new_pause |= FLOW_RX; in stmmac_set_pauseparam()
Ddwmac1000_core.c210 if (fc & FLOW_RX) { in dwmac1000_flow_ctrl()