Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/net/
Dqeth_l2_sys.c27 mutex_lock(&card->sbp_lock); in qeth_bridge_port_role_state_show()
61 mutex_unlock(&card->sbp_lock); in qeth_bridge_port_role_state_show()
96 mutex_lock(&card->sbp_lock); in qeth_bridge_port_role_store()
110 mutex_unlock(&card->sbp_lock); in qeth_bridge_port_role_store()
165 mutex_lock(&card->sbp_lock); in qeth_bridgeport_hostnotification_store()
176 mutex_unlock(&card->sbp_lock); in qeth_bridgeport_hostnotification_store()
232 mutex_lock(&card->sbp_lock); in qeth_bridgeport_reflect_store()
244 mutex_unlock(&card->sbp_lock); in qeth_bridgeport_reflect_store()
281 mutex_lock(&card->sbp_lock); in qeth_l2_setup_bridgeport_attrs()
296 mutex_unlock(&card->sbp_lock); in qeth_l2_setup_bridgeport_attrs()
Dqeth_l2_main.c473 mutex_lock(&card->sbp_lock); in qeth_l2_set_promisc_mode()
476 mutex_unlock(&card->sbp_lock); in qeth_l2_set_promisc_mode()
638 mutex_init(&card->sbp_lock); in qeth_l2_probe_device()
812 mutex_lock(&card->sbp_lock); in qeth_l2_set_online()
817 mutex_unlock(&card->sbp_lock); in qeth_l2_set_online()
1172 mutex_lock(&data->card->sbp_lock); in qeth_bridge_state_change_worker()
1174 mutex_unlock(&data->card->sbp_lock); in qeth_bridge_state_change_worker()
1240 mutex_lock(&data->card->sbp_lock); in qeth_bridge_host_event_worker()
1242 mutex_unlock(&data->card->sbp_lock); in qeth_bridge_host_event_worker()
Dqeth_core.h842 struct mutex sbp_lock; member