Searched refs:qeth_l2_sw_notifier (Results 1 – 1 of 1) sorted by relevance
891 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()