Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe_ctlr.c144 mutex_init(&fip->ctlr_mutex); in fcoe_ctlr_init()
300 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_destroy()
303 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_destroy()
322 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_announce()
349 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_announce()
440 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
442 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
458 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
464 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
469 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-v5.4/include/scsi/
Dlibfcoe.h153 struct mutex ctlr_mutex; member