Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/net/
Dqeth_l2_sys.c24 mutex_lock(&card->sbp_lock); in qeth_bridge_port_role_state_show()
58 mutex_unlock(&card->sbp_lock); in qeth_bridge_port_role_state_show()
91 mutex_lock(&card->sbp_lock); in qeth_bridge_port_role_store()
105 mutex_unlock(&card->sbp_lock); in qeth_bridge_port_role_store()
154 mutex_lock(&card->sbp_lock); in qeth_bridgeport_hostnotification_store()
166 mutex_unlock(&card->sbp_lock); in qeth_bridgeport_hostnotification_store()
216 mutex_lock(&card->sbp_lock); in qeth_bridgeport_reflect_store()
228 mutex_unlock(&card->sbp_lock); in qeth_bridgeport_reflect_store()
Dqeth_l2_main.c421 mutex_lock(&card->sbp_lock); in qeth_l2_set_promisc_mode()
424 mutex_unlock(&card->sbp_lock); in qeth_l2_set_promisc_mode()
1020 mutex_lock(&card->sbp_lock); in qeth_l2_bridge_setlink()
1043 mutex_unlock(&card->sbp_lock); in qeth_l2_bridge_setlink()
1463 if (!mutex_trylock(&card->sbp_lock)) { in qeth_addr_change_event_worker()
1480 mutex_unlock(&data->card->sbp_lock); in qeth_addr_change_event_worker()
2296 mutex_init(&card->sbp_lock); in qeth_l2_probe_device()
2342 mutex_lock(&card->sbp_lock); in qeth_l2_set_online()
2349 mutex_unlock(&card->sbp_lock); in qeth_l2_set_online()
Dqeth_core.h850 struct mutex sbp_lock; member