Searched refs:newstat (Results 1 – 2 of 2) sorted by relevance
65 static int phantom_status(struct phantom_device *dev, unsigned long newstat) in phantom_status() argument67 pr_debug("phantom_status %lx %lx\n", dev->status, newstat); in phantom_status()69 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) { in phantom_status()74 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) { in phantom_status()79 dev->status = newstat; in phantom_status()
2786 static inline u32 tg3_set_function_status(struct tg3 *tp, u32 newstat) in tg3_set_function_status() argument2798 status |= (newstat << shift); in tg3_set_function_status()
Completed in 26 milliseconds