Searched refs:sctio (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_target.c | 4449 struct qla_tgt_srr_ctio *sctio, struct qla_tgt_srr_imm *imm) in qlt_handle_srr() argument 4454 struct qla_tgt_cmd *cmd = sctio->cmd; in qlt_handle_srr() 4600 struct qla_tgt_srr_ctio *sctio; in qlt_handle_srr_work() local 4608 list_for_each_entry(sctio, &tgt->srr_ctio_list, srr_list_entry) { in qlt_handle_srr_work() 4616 if (i->srr_id == sctio->srr_id) { in qlt_handle_srr_work() 4623 vha->vp_idx, i, i->srr_id, sctio); in qlt_handle_srr_work() 4631 "IMM SRR %p, CTIO SRR %p (id %d)\n", imm, sctio, in qlt_handle_srr_work() 4632 sctio->srr_id); in qlt_handle_srr_work() 4637 sctio->srr_id); in qlt_handle_srr_work() 4640 list_del(&sctio->srr_list_entry); in qlt_handle_srr_work() [all …]
|