Home
last modified time | relevance | path

Searched refs:set_mm (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/riscv/mm/
H A Dcontext.c208 static inline void set_mm(struct mm_struct *prev, in set_mm() function
279 static inline void set_mm(struct mm_struct *prev, in set_mm() function
335 set_mm(prev, next, cpu); in switch_mm()
/openbmc/linux/net/ethtool/
H A Dmm.c180 return ops->get_mm && ops->set_mm ? 1 : -EOPNOTSUPP; in ethnl_set_mm_validate()
227 ret = dev->ethtool_ops->set_mm(dev, &cfg, extack); in ethnl_set_mm()
/openbmc/linux/include/linux/
H A Dethtool.h912 int (*set_mm)(struct net_device *dev, struct ethtool_mm_cfg *cfg, member
/openbmc/linux/net/dsa/
H A Dslave.c1200 if (!ds->ops->set_mm) in dsa_slave_set_mm()
1203 return ds->ops->set_mm(ds, dp->index, cfg, extack); in dsa_slave_set_mm()
2388 .set_mm = dsa_slave_set_mm,
/openbmc/linux/include/net/
H A Ddsa.h941 int (*set_mm)(struct dsa_switch *ds, int port, member
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c1211 .set_mm = enetc_set_mm,
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c2105 .set_mm = felix_set_mm,