Lines Matching refs:flow_ctrl
83 static int flow_ctrl = FLOW_AUTO; variable
84 module_param(flow_ctrl, int, 0644);
85 MODULE_PARM_DESC(flow_ctrl, "Flow control ability [on/off]");
180 if (unlikely(flow_ctrl > 1)) in stmmac_verify_args()
181 flow_ctrl = FLOW_AUTO; in stmmac_verify_args()
182 else if (likely(flow_ctrl < 0)) in stmmac_verify_args()
183 flow_ctrl = FLOW_OFF; in stmmac_verify_args()
911 stmmac_flow_ctrl(priv, priv->hw, duplex, priv->flow_ctrl, in stmmac_mac_flow_ctrl()
6976 if (flow_ctrl) in stmmac_dvr_probe()
6977 priv->flow_ctrl = FLOW_AUTO; /* RX/TX pause on */ in stmmac_dvr_probe()
7317 if (kstrtoint(opt + 10, 0, &flow_ctrl)) in stmmac_cmdline_opt()