Searched refs:ctlr_mutex (Results 1 – 3 of 3) sorted by relevance
145 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()323 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_announce()350 mutex_unlock(&fip->ctlr_mutex); in fcoe_ctlr_announce()441 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_link_up()503 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_link_down()1031 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_recv_adv()1560 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_recv_handler()1710 mutex_lock(&fip->ctlr_mutex); in fcoe_ctlr_flogi_retry()[all …]
391 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()
154 struct mutex ctlr_mutex; member