Searched full:asym_pause (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-mdio.c | 922 if (XGBE_ADV(&local_phy, Asym_Pause)) in xgbe_an37_init() 1003 if (XGBE_ADV(&local_phy, Asym_Pause)) in xgbe_an73_init() 1599 XGBE_CLR_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_init() 1603 XGBE_SET_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_init() 1607 if (XGBE_ADV(&pdata->phy, Asym_Pause)) in xgbe_phy_init() 1608 XGBE_CLR_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_init() 1610 XGBE_SET_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_init()
|
H A D | xgbe-phy-v2.c | 789 XGBE_SET_SUP(&pdata->phy, Asym_Pause); in xgbe_phy_sfp_phy_settings() 817 XGBE_SET_SUP(&pdata->phy, Asym_Pause); in xgbe_phy_sfp_phy_settings() 1791 if (pdata->phy.asym_pause) in xgbe_phy_phydev_flowctrl() 1792 XGBE_SET_LP_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_phydev_flowctrl() 1856 XGBE_SET_LP_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_an37_outcome() 1986 XGBE_SET_LP_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_an73_outcome() 3028 pdata->phy.asym_pause = 0; in xgbe_phy_read_status() 3051 pdata->phy.asym_pause = lpa & LPA_PAUSE_ASYM ? 1 : 0; in xgbe_phy_read_status() 3071 pdata->phy.asym_pause = 0; in xgbe_phy_read_status() 3845 XGBE_SET_SUP(&pdata->phy, Asym_Pause); in xgbe_phy_init() [all …]
|
H A D | xgbe-sysctl.c | 810 XGBE_CLR_ADV(&pdata->phy, Asym_Pause); in sysctl_pauseparam_handler() 814 XGBE_SET_ADV(&pdata->phy, Asym_Pause); in sysctl_pauseparam_handler() 818 /* Equivalent to XOR of Asym_Pause */ in sysctl_pauseparam_handler() 819 if (XGBE_ADV(&pdata->phy, Asym_Pause)) in sysctl_pauseparam_handler() 820 XGBE_CLR_ADV(&pdata->phy, Asym_Pause); in sysctl_pauseparam_handler() 822 XGBE_SET_ADV(&pdata->phy, Asym_Pause); in sysctl_pauseparam_handler()
|
H A D | xgbe-phy-v1.c | 164 XGBE_SET_LP_ADV(&pdata->phy, Asym_Pause); in xgbe_phy_an_outcome() 652 XGBE_SET_SUP(&pdata->phy, Asym_Pause); in xgbe_phy_init()
|
H A D | xgbe.h | 651 int asym_pause; member
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ethernet-controller.yaml | 216 Indicates that asym_pause should be enabled.
|