Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_switchdev.c20 struct cpsw_switchdev_event_work { struct
421 static void cpsw_switchdev_event_work(struct work_struct *work) in cpsw_switchdev_event_work() function
423 struct cpsw_switchdev_event_work *switchdev_work = in cpsw_switchdev_event_work()
424 container_of(work, struct cpsw_switchdev_event_work, work); in cpsw_switchdev_event_work()
479 struct cpsw_switchdev_event_work *switchdev_work; in cpsw_switchdev_event()
497 INIT_WORK(&switchdev_work->work, cpsw_switchdev_event_work); in cpsw_switchdev_event()