Searched refs:set_mm (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/riscv/mm/ |
A D | context.c | 218 static inline void set_mm(struct mm_struct *mm, unsigned int cpu) in set_mm() function 277 static inline void set_mm(struct mm_struct *mm, unsigned int cpu) in set_mm() function 333 set_mm(next, cpu); in switch_mm()
|
/linux-6.3-rc2/net/ethtool/ |
A D | mm.c | 180 return ops->get_mm && ops->set_mm ? 1 : -EOPNOTSUPP; in ethnl_set_mm_validate() 217 ret = dev->ethtool_ops->set_mm(dev, &cfg, extack); in ethnl_set_mm()
|
/linux-6.3-rc2/include/linux/ |
A D | ethtool.h | 905 int (*set_mm)(struct net_device *dev, struct ethtool_mm_cfg *cfg, member
|
/linux-6.3-rc2/net/dsa/ |
A D | slave.c | 1138 if (!ds->ops->set_mm) in dsa_slave_set_mm() 1141 return ds->ops->set_mm(ds, dp->index, cfg, extack); in dsa_slave_set_mm() 2243 .set_mm = dsa_slave_set_mm,
|
/linux-6.3-rc2/include/net/ |
A D | dsa.h | 945 int (*set_mm)(struct dsa_switch *ds, int port, member
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/ |
A D | enetc_ethtool.c | 1112 .set_mm = enetc_set_mm,
|
/linux-6.3-rc2/drivers/net/dsa/ocelot/ |
A D | felix.c | 2075 .set_mm = felix_set_mm,
|
Completed in 31 milliseconds