Home
last modified time | relevance | path

Searched refs:admin_cotrol (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/pse-pd/
H A Dpse_regulator.c34 if (priv->admin_state == config->admin_cotrol) in pse_reg_ethtool_set_config()
37 switch (config->admin_cotrol) { in pse_reg_ethtool_set_config()
46 config->admin_cotrol); in pse_reg_ethtool_set_config()
53 priv->admin_state = config->admin_cotrol; in pse_reg_ethtool_set_config()
/openbmc/linux/include/linux/pse-pd/
H A Dpse.h22 enum ethtool_podl_pse_admin_state admin_cotrol; member
/openbmc/linux/net/ethtool/
H A Dpse-pd.c133 config.admin_cotrol = nla_get_u32(tb[ETHTOOL_A_PODL_PSE_ADMIN_CONTROL]); in ethnl_set_pse()