Searched refs:set_mm (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/riscv/mm/ |
| H A D | context.c | 207 static inline void set_mm(struct mm_struct *prev, in set_mm() function 277 static inline void set_mm(struct mm_struct *prev, in set_mm() function 335 set_mm(prev, next, cpu); in switch_mm()
|
| /linux/net/ethtool/ |
| H A D | mm.c | 181 return ops->get_mm && ops->set_mm ? 1 : -EOPNOTSUPP; in ethnl_set_mm_validate() 228 ret = dev->ethtool_ops->set_mm(dev, &cfg, extack); in ethnl_set_mm()
|
| /linux/include/linux/ |
| H A D | ethtool.h | 1273 int (*set_mm)(struct net_device *dev, struct ethtool_mm_cfg *cfg, member
|
| /linux/net/dsa/ |
| H A D | user.c | 1181 if (!ds->ops->set_mm) in dsa_user_set_mm() 1184 return ds->ops->set_mm(ds, dp->index, cfg, extack); in dsa_user_set_mm() 2524 .set_mm = dsa_user_set_mm,
|
| /linux/include/net/ |
| H A D | dsa.h | 944 int (*set_mm)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 2195 .set_mm = igc_ethtool_set_mm,
|