Searched refs:lks (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-phy-v2.c | 789 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_sfp_phy_settings() local 809 XGBE_LM_COPY(lks, advertising, lks, supported); in xgbe_phy_sfp_phy_settings() 888 XGBE_LM_COPY(lks, advertising, lks, supported); in xgbe_phy_sfp_phy_settings() 1057 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_find_phy_device() local 1570 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_phydev_flowctrl() local 1601 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_an37_sgmii_outcome() local 1651 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_an37_outcome() local 1694 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_an73_redrv_outcome() local 1780 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_an73_outcome() local 1919 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_an_config() local [all …]
|
A D | xgbe-phy-v1.c | 234 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_an_outcome() local 239 XGBE_SET_LP_ADV(lks, Autoneg); in xgbe_phy_an_outcome() 240 XGBE_SET_LP_ADV(lks, Backplane); in xgbe_phy_an_outcome() 246 XGBE_SET_LP_ADV(lks, Pause); in xgbe_phy_an_outcome() 589 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_use_mode() local 680 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_init() local 799 XGBE_ZERO_SUP(lks); in xgbe_phy_init() 800 XGBE_SET_SUP(lks, Autoneg); in xgbe_phy_init() 801 XGBE_SET_SUP(lks, Pause); in xgbe_phy_init() 802 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init() [all …]
|
A D | xgbe-mdio.c | 622 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_an73_incompat_link() local 968 if (XGBE_ADV(&lks, Pause)) in xgbe_an37_init() 1041 if (XGBE_ADV(&lks, Pause)) in xgbe_an73_init() 1334 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_status_result() local 1337 XGBE_ZERO_LP_ADV(lks); in xgbe_phy_status_result() 1573 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_best_advertised_speed() local 1602 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_phy_init() local 1622 XGBE_LM_COPY(lks, advertising, lks, supported); in xgbe_phy_init() 1626 if (XGBE_ADV(lks, Autoneg)) { in xgbe_phy_init() 1643 XGBE_CLR_ADV(lks, Pause); in xgbe_phy_init() [all …]
|
A D | xgbe-ethtool.c | 274 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_set_pauseparam() local 287 XGBE_CLR_ADV(lks, Pause); in xgbe_set_pauseparam() 288 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_set_pauseparam() 291 XGBE_SET_ADV(lks, Pause); in xgbe_set_pauseparam() 292 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_set_pauseparam() 297 if (XGBE_ADV(lks, Asym_Pause)) in xgbe_set_pauseparam() 298 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_set_pauseparam() 313 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_get_link_ksettings() local 334 struct ethtool_link_ksettings *lks = &pdata->phy.lks; in xgbe_set_link_ksettings() local 389 XGBE_SET_ADV(lks, Autoneg); in xgbe_set_link_ksettings() [all …]
|
A D | xgbe.h | 644 struct ethtool_link_ksettings lks; member
|
/linux-6.3-rc2/fs/gfs2/ |
A D | lock_dlm.c | 77 struct gfs2_pcpu_lkstats *lks; in gfs2_update_reply_times() local 85 lks = this_cpu_ptr(gl->gl_name.ln_sbd->sd_lkstats); in gfs2_update_reply_times() 87 gfs2_update_stats(&lks->lkstats[gltype], index, rtt); /* Global */ in gfs2_update_reply_times() 104 struct gfs2_pcpu_lkstats *lks; in gfs2_update_request_times() local 113 lks = this_cpu_ptr(gl->gl_name.ln_sbd->sd_lkstats); in gfs2_update_request_times() 115 gfs2_update_stats(&lks->lkstats[gltype], GFS2_LKS_SIRT, irt); /* Global */ in gfs2_update_request_times()
|
Completed in 37 milliseconds