Lines Matching refs:pmac_enabled
134 nla_put_u8(skb, ETHTOOL_A_MM_PMAC_ENABLED, state->pmac_enabled) || in mm_fill_reply()
172 cfg->pmac_enabled = state->pmac_enabled; in mm_state_to_cfg()
204 ethnl_update_bool(&cfg.pmac_enabled, tb[ETHTOOL_A_MM_PMAC_ENABLED], in ethnl_set_mm()
223 if (cfg.tx_enabled && !cfg.pmac_enabled) { in ethnl_set_mm()
295 bool pmac_enabled) in ethtool_mmsv_configure_pmac() argument
298 mmsv->ops->configure_pmac(mmsv, pmac_enabled); in ethtool_mmsv_configure_pmac()
355 if (mmsv->pmac_enabled && mmsv->tx_enabled && mmsv->verify_enabled && in ethtool_mmsv_verify_timer_arm()
369 ethtool_mmsv_configure_pmac(mmsv, mmsv->pmac_enabled); in ethtool_mmsv_apply()
411 if (up && mmsv->pmac_enabled) { in ethtool_mmsv_link_state_handle()
445 if (!mmsv->pmac_enabled) in ethtool_mmsv_event_handle()
497 state->pmac_enabled = mmsv->pmac_enabled; in ethtool_mmsv_get_mm()
525 mmsv->pmac_enabled = cfg->pmac_enabled; in ethtool_mmsv_set_mm()