Searched refs:orig_sp (Results 1 – 4 of 4) sorted by relevance
1005 void qla_nvme_abort_set_option(struct abort_entry_24xx *abt, srb_t *orig_sp) in qla_nvme_abort_set_option() argument1009 if (!(ql2xabts_wait_nvme && QLA_ABTS_WAIT_ENABLED(orig_sp))) in qla_nvme_abort_set_option()1012 ha = orig_sp->fcport->vha->hw; in qla_nvme_abort_set_option()1024 void qla_nvme_abort_process_comp_status(struct abort_entry_24xx *abt, srb_t *orig_sp) in qla_nvme_abort_process_comp_status() argument1029 if (!(ql2xabts_wait_nvme && QLA_ABTS_WAIT_ENABLED(orig_sp))) in qla_nvme_abort_process_comp_status()1032 vha = orig_sp->fcport->vha; in qla_nvme_abort_process_comp_status()1080 inline void qla_wait_nvme_release_cmd_kref(srb_t *orig_sp) in qla_wait_nvme_release_cmd_kref() argument1082 if (!(ql2xabts_wait_nvme && QLA_ABTS_WAIT_ENABLED(orig_sp))) in qla_wait_nvme_release_cmd_kref()1084 kref_put(&orig_sp->cmd_kref, orig_sp->put_fn); in qla_wait_nvme_release_cmd_kref()
3855 srb_t *orig_sp = NULL; in qla24xx_abort_iocb_entry() local3864 orig_sp = sp->cmd_sp; in qla24xx_abort_iocb_entry()3866 if (orig_sp) in qla24xx_abort_iocb_entry()3867 qla_nvme_abort_process_comp_status(pkt, orig_sp); in qla24xx_abort_iocb_entry()
3694 srb_t *orig_sp = sp->cmd_sp; in qla24xx_abort_iocb() local3713 if (orig_sp) in qla24xx_abort_iocb()3714 qla_nvme_abort_set_option(abt_iocb, orig_sp); in qla24xx_abort_iocb()
161 srb_t *orig_sp = sp->cmd_sp; in qla24xx_abort_sp_done() local163 if (orig_sp) in qla24xx_abort_sp_done()164 qla_wait_nvme_release_cmd_kref(orig_sp); in qla24xx_abort_sp_done()