Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c1004 struct ethsw_switchdev_event_work { struct
1011 static void ethsw_switchdev_event_work(struct work_struct *work) in ethsw_switchdev_event_work() function
1013 struct ethsw_switchdev_event_work *switchdev_work = in ethsw_switchdev_event_work()
1014 container_of(work, struct ethsw_switchdev_event_work, work); in ethsw_switchdev_event_work()
1049 struct ethsw_switchdev_event_work *switchdev_work; in port_switchdev_event()
1056 INIT_WORK(&switchdev_work->work, ethsw_switchdev_event_work); in port_switchdev_event()