Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c156 mutex_init(&fip->ctlr_mutex); in fcoe_ctlr_init()
312 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_destroy()
315 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_destroy()
334 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_announce()
361 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_announce()
452 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
454 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
467 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
473 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
478 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()
[all …]
Dfcoe_sysfs.c403 mutex_lock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
407 mutex_unlock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
412 mutex_unlock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
416 mutex_unlock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
/Linux-v4.19/include/scsi/
Dlibfcoe.h165 struct mutex ctlr_mutex; member