Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c486 mutex_lock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
492 mutex_unlock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
521 mutex_unlock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
536 mutex_lock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
544 mutex_unlock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
567 mutex_unlock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
Dbnx2fc_fcoe.c176 mutex_lock(&hba->hba_mutex); in bnx2fc_cleanup()
191 mutex_unlock(&hba->hba_mutex); in bnx2fc_cleanup()
1303 mutex_init(&hba->hba_mutex); in bnx2fc_hba_create()
1909 mutex_lock(&hba->hba_mutex); in bnx2fc_ulp_stop()
1915 mutex_unlock(&hba->hba_mutex); in bnx2fc_ulp_stop()
Dbnx2fc.h192 struct mutex hba_mutex; member