Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/adi/
Dadin1110.c166 struct adin1110_switchdev_event_work { struct
1446 static void adin1110_switchdev_event_work(struct work_struct *work) in adin1110_switchdev_event_work() function
1448 struct adin1110_switchdev_event_work *switchdev_work; in adin1110_switchdev_event_work()
1452 switchdev_work = container_of(work, struct adin1110_switchdev_event_work, work); in adin1110_switchdev_event_work()
1484 struct adin1110_switchdev_event_work *switchdev_work; in adin1110_switchdev_event()
1494 INIT_WORK(&switchdev_work->work, adin1110_switchdev_event_work); in adin1110_switchdev_event()