Lines Matching refs:vha
459 struct scsi_qla_host *vha; member
695 struct scsi_qla_host *vha; member
1027 #define ISP_ATIO_Q_IN(vha) (vha->hw->tgt.atio_q_in) argument
1028 #define ISP_ATIO_Q_OUT(vha) (vha->hw->tgt.atio_q_out) argument
2526 struct scsi_qla_host *vha; member
3413 void (*fw_dump)(struct scsi_qla_host *vha);
3615 struct scsi_qla_host *vha; member
3752 struct scsi_qla_host *vha; member
4310 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4312 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4314 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4817 struct scsi_qla_host *vha; member
4818 void (*process_item)(struct scsi_qla_host *vha,
5084 scsi_qla_host_t *vha; member
5154 static inline bool qla_vha_mark_busy(scsi_qla_host_t *vha) in qla_vha_mark_busy() argument
5156 atomic_inc(&vha->vref_count); in qla_vha_mark_busy()
5158 if (vha->flags.delete_progress) { in qla_vha_mark_busy()
5159 atomic_dec(&vha->vref_count); in qla_vha_mark_busy()
5160 wake_up(&vha->vref_waitq); in qla_vha_mark_busy()
5382 #define IS_BPM_ENABLED(vha) \ argument
5383 (ql2xautodetectsfp && !vha->vp_idx && IS_BPM_CAPABLE(vha->hw))
5500 !_fcport->vha->hw->flags.fw_started)