Searched refs:ctlr_mutex (Results 1 – 3 of 3) sorted by relevance
156 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 …]
403 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()
165 struct mutex ctlr_mutex; member