Searched refs:ha_locked (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 108 *cmd, struct atio_from_isp *atio, int ha_locked); 2904 struct imm_ntfy_from_isp *imm, int ha_locked) qlt_send_term_imm_notif() 2909 if (qlt_issue_marker(vha, ha_locked) < 0) qlt_send_term_imm_notif() 2912 if (ha_locked) { qlt_send_term_imm_notif() 2931 if (!ha_locked) qlt_send_term_imm_notif() 2999 struct qla_tgt_cmd *cmd, struct atio_from_isp *atio, int ha_locked) qlt_send_term_exchange() 3004 if (qlt_issue_marker(vha, ha_locked) < 0) qlt_send_term_exchange() 3007 if (ha_locked) { qlt_send_term_exchange() 3026 if (!ha_locked) qlt_send_term_exchange() 4577 struct qla_tgt_srr_imm *imm, int ha_locked) qlt_reject_free_srr_imm() 4582 if (!ha_locked) qlt_reject_free_srr_imm() 4590 if (!ha_locked) qlt_reject_free_srr_imm() 2903 qlt_send_term_imm_notif(struct scsi_qla_host *vha, struct imm_ntfy_from_isp *imm, int ha_locked) qlt_send_term_imm_notif() argument 2998 qlt_send_term_exchange(struct scsi_qla_host *vha, struct qla_tgt_cmd *cmd, struct atio_from_isp *atio, int ha_locked) qlt_send_term_exchange() argument 4576 qlt_reject_free_srr_imm(struct scsi_qla_host *vha, struct qla_tgt_srr_imm *imm, int ha_locked) qlt_reject_free_srr_imm() argument
|
H A D | qla_iocb.c | 561 * Caller CAN have hardware lock held as specified by ha_locked parameter. 564 int qla2x00_issue_marker(scsi_qla_host_t *vha, int ha_locked) qla2x00_issue_marker() argument 566 if (ha_locked) { qla2x00_issue_marker()
|
Completed in 180 milliseconds