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

/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c889 static struct notifier_block qeth_l2_sw_notifier = { variable in typeref:struct:notifier_block
901 rc = register_switchdev_notifier(&qeth_l2_sw_notifier);
904 "failed to register qeth_l2_sw_notifier: %d\n",
908 QETH_DBF_MESSAGE(2, "qeth_l2_sw_notifier registered\n");
921 rc = unregister_switchdev_notifier(&qeth_l2_sw_notifier);
924 "failed to unregister qeth_l2_sw_notifier: %d\n",
928 "qeth_l2_sw_notifier unregistered\n");

Completed in 207 milliseconds