Home
last modified time | relevance | path

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

/linux/drivers/s390/net/
H A Dqeth_l2_main.c891 static struct notifier_block qeth_l2_sw_notifier = { variable
903 rc = register_switchdev_notifier(&qeth_l2_sw_notifier); in qeth_l2_br2dev_get()
906 "failed to register qeth_l2_sw_notifier: %d\n", in qeth_l2_br2dev_get()
910 QETH_DBF_MESSAGE(2, "qeth_l2_sw_notifier registered\n"); in qeth_l2_br2dev_get()
923 rc = unregister_switchdev_notifier(&qeth_l2_sw_notifier); in qeth_l2_br2dev_put()
926 "failed to unregister qeth_l2_sw_notifier: %d\n", in qeth_l2_br2dev_put()
930 "qeth_l2_sw_notifier unregistered\n"); in qeth_l2_br2dev_put()