Lines Matching defs:orig_sp
1002 void qla_nvme_abort_set_option(struct abort_entry_24xx *abt, srb_t *orig_sp)
1006 if (!(ql2xabts_wait_nvme && QLA_ABTS_WAIT_ENABLED(orig_sp)))
1009 ha = orig_sp->fcport->vha->hw;
1021 void qla_nvme_abort_process_comp_status(struct abort_entry_24xx *abt, srb_t *orig_sp)
1026 if (!(ql2xabts_wait_nvme && QLA_ABTS_WAIT_ENABLED(orig_sp)))
1029 vha = orig_sp->fcport->vha;
1077 inline void qla_wait_nvme_release_cmd_kref(srb_t *orig_sp)
1079 if (!(ql2xabts_wait_nvme && QLA_ABTS_WAIT_ENABLED(orig_sp)))
1081 kref_put(&orig_sp->cmd_kref, orig_sp->put_fn);