Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c1181 struct ethsw_switchdev_event_work { struct
1188 static void ethsw_switchdev_event_work(struct work_struct *work) in ethsw_switchdev_event_work() argument
1190 struct ethsw_switchdev_event_work *switchdev_work = in ethsw_switchdev_event_work()
1191 container_of(work, struct ethsw_switchdev_event_work, work); in ethsw_switchdev_event_work()
1236 struct ethsw_switchdev_event_work *switchdev_work; in port_switchdev_event()
1249 INIT_WORK(&switchdev_work->work, ethsw_switchdev_event_work); in port_switchdev_event()