Lines Matching refs:flow_ctrl
90 static int flow_ctrl = FLOW_AUTO; variable
91 module_param(flow_ctrl, int, 0644);
92 MODULE_PARM_DESC(flow_ctrl, "Flow control ability [on/off]");
192 if (unlikely(flow_ctrl > 1)) in stmmac_verify_args()
193 flow_ctrl = FLOW_AUTO; in stmmac_verify_args()
194 else if (likely(flow_ctrl < 0)) in stmmac_verify_args()
195 flow_ctrl = FLOW_OFF; in stmmac_verify_args()
931 stmmac_flow_ctrl(priv, priv->hw, duplex, priv->flow_ctrl, in stmmac_mac_flow_ctrl()
1068 priv->flow_ctrl = FLOW_AUTO; in stmmac_mac_link_up()
1070 priv->flow_ctrl = FLOW_RX; in stmmac_mac_link_up()
1072 priv->flow_ctrl = FLOW_TX; in stmmac_mac_link_up()
1074 priv->flow_ctrl = FLOW_OFF; in stmmac_mac_link_up()
7258 if (flow_ctrl) in stmmac_dvr_probe()
7259 priv->flow_ctrl = FLOW_AUTO; /* RX/TX pause on */ in stmmac_dvr_probe()
7604 if (kstrtoint(opt + 10, 0, &flow_ctrl)) in stmmac_cmdline_opt()