Home
last modified time | relevance | path

Searched refs:pmac_enabled (Results 1 – 6 of 6) sorted by relevance

/linux/net/ethtool/
H A Dmm.c134 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()
[all …]
/linux/drivers/net/ethernet/mscc/
H A Docelot_mm.c187 if (cfg->pmac_enabled) in ocelot_port_set_mm()
249 state->pmac_enabled = !!(val & DEV_MM_CONFIG_ENABLE_CONFIG_MM_RX_ENA); in ocelot_port_get_mm()
/linux/include/linux/
H A Dethtool.h701 bool pmac_enabled; member
719 bool pmac_enabled; member
776 void (*configure_pmac)(struct ethtool_mmsv *mmsv, bool pmac_enabled);
802 bool pmac_enabled; member
/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.h32 adapter->fpe.mmsv.pmac_enabled; in igc_fpe_is_pmac_enabled()
H A Digc_tsn.c245 if (adapter->fpe.mmsv.pmac_enabled) in igc_tsn_new_flags()
611 if (adapter->fpe.mmsv.pmac_enabled) in igc_tsn_enable_offload()
677 if (adapter->fpe.mmsv.pmac_enabled) { in igc_tsn_reset()
H A Digc_ethtool.c1840 if (fpe->mmsv.pmac_enabled != cmd->pmac_enabled) { in igc_ethtool_set_mm()
1841 if (cmd->pmac_enabled) in igc_ethtool_set_mm()