Searched refs:hba_lock (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/target/ |
| H A D | target_core_hba.c | 34 static DEFINE_SPINLOCK(hba_lock); 136 spin_lock(&hba_lock); in core_alloc_hba() 139 spin_unlock(&hba_lock); in core_alloc_hba() 161 spin_lock(&hba_lock); in core_delete_hba() 163 spin_unlock(&hba_lock); in core_delete_hba()
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_debugfs.c | 145 spin_lock_irqsave(&qedi->hba_lock, flags); in qedi_gbl_ctx_show() 157 spin_unlock_irqrestore(&qedi->hba_lock, flags); in qedi_gbl_ctx_show()
|
| H A D | qedi.h | 275 spinlock_t hba_lock; /* per port lock */ member
|
| H A D | qedi_fw.c | 440 spin_lock_irqsave(&qedi->hba_lock, flags); in qedi_process_nopin_mesg() 445 spin_unlock_irqrestore(&qedi->hba_lock, flags); in qedi_process_nopin_mesg() 502 spin_lock_irqsave(&qedi->hba_lock, flags); in qedi_process_async_mesg() 505 spin_unlock_irqrestore(&qedi->hba_lock, flags); in qedi_process_async_mesg() 553 spin_lock_irqsave(&qedi->hba_lock, flags); in qedi_process_reject_mesg() 556 spin_unlock_irqrestore(&qedi->hba_lock, flags); in qedi_process_reject_mesg()
|
| H A D | qedi_main.c | 2669 spin_lock_init(&qedi->hba_lock); in __qedi_probe()
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_tgt.c | 626 spin_lock_bh(&hba->hba_lock); in bnx2fc_alloc_conn_id() 639 spin_unlock_bh(&hba->hba_lock); in bnx2fc_alloc_conn_id() 645 spin_unlock_bh(&hba->hba_lock); in bnx2fc_alloc_conn_id() 652 spin_lock_bh(&hba->hba_lock); in bnx2fc_free_conn_id() 654 spin_unlock_bh(&hba->hba_lock); in bnx2fc_free_conn_id()
|
| H A D | bnx2fc_hwi.c | 519 spin_lock_bh(&hba->hba_lock); in is_valid_lport() 522 spin_unlock_bh(&hba->hba_lock); in is_valid_lport() 526 spin_unlock_bh(&hba->hba_lock); in is_valid_lport()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_base.c | 543 spin_lock_irqsave(&instance->hba_lock, flags); in megasas_fire_cmd_xscale() 546 spin_unlock_irqrestore(&instance->hba_lock, flags); in megasas_fire_cmd_xscale() 725 spin_lock_irqsave(&instance->hba_lock, flags); in megasas_fire_cmd_ppc() 728 spin_unlock_irqrestore(&instance->hba_lock, flags); in megasas_fire_cmd_ppc() 864 spin_lock_irqsave(&instance->hba_lock, flags); in megasas_fire_cmd_skinny() 869 spin_unlock_irqrestore(&instance->hba_lock, flags); in megasas_fire_cmd_skinny() 1005 spin_lock_irqsave(&instance->hba_lock, flags); in megasas_fire_cmd_gen2() 1008 spin_unlock_irqrestore(&instance->hba_lock, flags); in megasas_fire_cmd_gen2() 2768 spin_lock_irqsave(&instance->hba_lock, flags); in megasas_wait_for_outstanding() 2771 spin_unlock_irqrestore(&instance->hba_lock, flags); in megasas_wait_for_outstanding() [all …]
|
| H A D | megaraid_sas.h | 2363 spinlock_t hba_lock; member
|
| H A D | megaraid_sas_fusion.c | 302 spin_lock_irqsave(&instance->hba_lock, flags); in megasas_write_64bit_req_desc() 307 spin_unlock_irqrestore(&instance->hba_lock, flags); in megasas_write_64bit_req_desc()
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_main.c | 1564 spin_lock_irqsave(&qedf->hba_lock, flags); in qedf_rport_event_handler() 1566 spin_unlock_irqrestore(&qedf->hba_lock, flags); in qedf_rport_event_handler() 1619 spin_lock_irqsave(&qedf->hba_lock, flags); in qedf_rport_event_handler() 1621 spin_unlock_irqrestore(&qedf->hba_lock, flags); in qedf_rport_event_handler() 1873 vport_qedf->hba_lock = base_qedf->hba_lock; in qedf_vport_create() 3338 spin_lock_init(&qedf->hba_lock); in __qedf_probe()
|
| H A D | qedf_io.c | 2576 spin_lock_irqsave(&qedf->hba_lock, flags); in qedf_process_unsol_compl() 2590 spin_unlock_irqrestore(&qedf->hba_lock, flags); in qedf_process_unsol_compl()
|