Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dswitchtec.h509 void (*link_notifier)(struct switchtec_dev *stdev); member
/Linux-v6.1/drivers/ntb/hw/mscc/
Dntb_hw_switchtec.c1527 stdev->link_notifier = switchtec_ntb_link_notification; in switchtec_ntb_add()
1553 stdev->link_notifier = NULL; in switchtec_ntb_remove()
/Linux-v6.1/drivers/pci/switch/
Dswitchtec.c1264 if (stdev->link_notifier) in link_event_work()
1265 stdev->link_notifier(stdev); in link_event_work()