Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_main.c893 static refcount_t qeth_l2_switchdev_notify_refcnt; variable
900 if (!refcount_inc_not_zero(&qeth_l2_switchdev_notify_refcnt)) { in qeth_l2_br2dev_get()
907 refcount_set(&qeth_l2_switchdev_notify_refcnt, 1); in qeth_l2_br2dev_get()
912 qeth_l2_switchdev_notify_refcnt.refs.counter); in qeth_l2_br2dev_get()
920 if (refcount_dec_and_test(&qeth_l2_switchdev_notify_refcnt)) { in qeth_l2_br2dev_put()
932 qeth_l2_switchdev_notify_refcnt.refs.counter); in qeth_l2_br2dev_put()
2458 refcount_set(&qeth_l2_switchdev_notify_refcnt, 0); in qeth_l2_init()