Searched refs:set_mm (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/riscv/mm/ |
H A D | context.c | 208 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 D | mm.c | 180 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 D | ethtool.h | 912 int (*set_mm)(struct net_device *dev, struct ethtool_mm_cfg *cfg, member
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 1200 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 D | dsa.h | 941 int (*set_mm)(struct dsa_switch *ds, int port, member
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 1211 .set_mm = enetc_set_mm,
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2105 .set_mm = felix_set_mm,
|