Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c488 mutex_lock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
494 mutex_unlock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
523 mutex_unlock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
538 mutex_lock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
546 mutex_unlock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
563 mutex_unlock(&hba->hba_mutex); in bnx2fc_rport_event_handler()
H A Dbnx2fc_fcoe.c198 mutex_lock(&hba->hba_mutex); in bnx2fc_cleanup()
213 mutex_unlock(&hba->hba_mutex); in bnx2fc_cleanup()
1365 mutex_init(&hba->hba_mutex); in bnx2fc_hba_create()
1971 mutex_lock(&hba->hba_mutex); in bnx2fc_ulp_stop()
1977 mutex_unlock(&hba->hba_mutex); in bnx2fc_ulp_stop()
H A Dbnx2fc.h192 struct mutex hba_mutex; member