Lines Matching refs:flow_ctrl
69 static int flow_ctrl = FLOW_AUTO; variable
70 module_param(flow_ctrl, int, 0644);
71 MODULE_PARM_DESC(flow_ctrl, "Flow control ability [on/off]");
127 if (unlikely(flow_ctrl > 1)) in stmmac_verify_args()
128 flow_ctrl = FLOW_AUTO; in stmmac_verify_args()
129 else if (likely(flow_ctrl < 0)) in stmmac_verify_args()
130 flow_ctrl = FLOW_OFF; in stmmac_verify_args()
780 stmmac_flow_ctrl(priv, priv->hw, duplex, priv->flow_ctrl, in stmmac_mac_flow_ctrl()
5025 if (flow_ctrl) in stmmac_dvr_probe()
5026 priv->flow_ctrl = FLOW_AUTO; /* RX/TX pause on */ in stmmac_dvr_probe()
5337 if (kstrtoint(opt + 10, 0, &flow_ctrl)) in stmmac_cmdline_opt()