Searched refs:get_mm (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/ethtool/ |
| H A D | mm.c | 39 if (!ops->get_mm) in mm_prepare_data() 49 ret = ops->get_mm(dev, &data->state); in mm_prepare_data() 180 return ops->get_mm && ops->set_mm ? 1 : -EOPNOTSUPP; in ethnl_set_mm_validate() 193 ret = dev->ethtool_ops->get_mm(dev, &state); in ethnl_set_mm() 257 if (ops && ops->get_mm) in __ethtool_dev_mm_supported() 258 ret = ops->get_mm(dev, &state); in __ethtool_dev_mm_supported()
|
| /linux-6.15/include/linux/ |
| H A D | ethtool.h | 1149 int (*get_mm)(struct net_device *dev, struct ethtool_mm_state *state); member
|
| /linux-6.15/net/dsa/ |
| H A D | user.c | 1183 if (!ds->ops->get_mm) in dsa_user_get_mm() 1186 return ds->ops->get_mm(ds, dp->index, state); in dsa_user_get_mm() 2537 .get_mm = dsa_user_get_mm,
|
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-ethtool.c | 1007 .get_mm = am65_cpsw_get_mm,
|
| /linux-6.15/include/net/ |
| H A D | dsa.h | 935 int (*get_mm)(struct dsa_switch *ds, int port, member
|
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_ethtool.c | 1203 .get_mm = enetc_get_mm,
|
| /linux-6.15/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_ethtool.c | 1337 .get_mm = stmmac_get_mm,
|
| /linux-6.15/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 2242 .get_mm = felix_get_mm,
|