Lines Matching refs:rx_pause
1212 if (pdata->rx_pause && pdata->tx_pause) in axgbe_flow_ctrl_get()
1214 else if (pdata->rx_pause) in axgbe_flow_ctrl_get()
1251 pdata->rx_pause = 1; in axgbe_flow_ctrl_set()
1254 pdata->rx_pause = 1; in axgbe_flow_ctrl_set()
1257 pdata->rx_pause = 0; in axgbe_flow_ctrl_set()
1260 pdata->rx_pause = 0; in axgbe_flow_ctrl_set()
1266 if (pdata->rx_pause != (unsigned int)pdata->phy.rx_pause) in axgbe_flow_ctrl_set()
1271 pdata->phy.rx_pause = pdata->rx_pause; in axgbe_flow_ctrl_set()
1339 pdata->rx_pause = 1; in axgbe_priority_flow_ctrl_set()
1343 pdata->rx_pause = 1; in axgbe_priority_flow_ctrl_set()
1347 pdata->rx_pause = 0; in axgbe_priority_flow_ctrl_set()
1351 pdata->rx_pause = 0; in axgbe_priority_flow_ctrl_set()
1358 if (pdata->rx_pause != (unsigned int)pdata->phy.rx_pause) in axgbe_priority_flow_ctrl_set()
1362 pdata->phy.rx_pause = pdata->rx_pause; in axgbe_priority_flow_ctrl_set()
1921 pdata->rx_pause = 0; in axgbe_default_config()