Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/fcoe/
Dfcoe_ctlr.c145 mutex_init(&fip->ctlr_mutex); in fcoe_ctlr_init()
301 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_destroy()
304 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_destroy()
324 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_announce()
351 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_announce()
442 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
444 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
460 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
466 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
471 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
[all …]
Dfcoe_sysfs.c391 mutex_lock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
395 mutex_unlock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
400 mutex_unlock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
404 mutex_unlock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
/Linux-v6.6/include/scsi/
Dlibfcoe.h154 struct mutex ctlr_mutex; member