Home
last modified time | relevance | path

Searched refs:ppu_work (Results 1 – 2 of 2) sorted by relevance

/drivers/net/dsa/mv88e6xxx/
Dphy.c138 chip = container_of(ugly, struct mv88e6xxx_chip, ppu_work); in mv88e6xxx_phy_ppu_reenable_work()
155 schedule_work(&chip->ppu_work); in mv88e6xxx_phy_ppu_reenable_timer()
194 INIT_WORK(&chip->ppu_work, mv88e6xxx_phy_ppu_reenable_work); in mv88e6xxx_phy_ppu_state_init()
Dchip.h338 struct work_struct ppu_work; member