Home
last modified time | relevance | path

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

/drivers/net/ethernet/ti/
Dcpsw_switchdev.c20 struct cpsw_switchdev_event_work { struct
380 static void cpsw_switchdev_event_work(struct work_struct *work) in cpsw_switchdev_event_work() function
382 struct cpsw_switchdev_event_work *switchdev_work = in cpsw_switchdev_event_work()
383 container_of(work, struct cpsw_switchdev_event_work, work); in cpsw_switchdev_event_work()
438 struct cpsw_switchdev_event_work *switchdev_work; in cpsw_switchdev_event()
456 INIT_WORK(&switchdev_work->work, cpsw_switchdev_event_work); in cpsw_switchdev_event()