Home
last modified time | relevance | path

Searched refs:orig_io_req (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/qedf/
Dqedf_els.c170 struct qedf_ioreq *orig_io_req; in qedf_rrq_compl() local
180 orig_io_req = cb_arg->aborted_io_req; in qedf_rrq_compl()
182 if (!orig_io_req) { in qedf_rrq_compl()
190 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_rrq_compl()
192 refcount = kref_read(&orig_io_req->refcount); in qedf_rrq_compl()
195 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl()
202 if (orig_io_req && refcount > 0) in qedf_rrq_compl()
203 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_rrq_compl()
525 struct qedf_ioreq *orig_io_req; in qedf_srr_compl() local
541 orig_io_req = cb_arg->aborted_io_req; in qedf_srr_compl()
[all …]
Dqedf.h528 extern int qedf_send_rec(struct qedf_ioreq *orig_io_req);
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_els.c30 struct bnx2fc_cmd *orig_io_req; in bnx2fc_rrq_compl() local
36 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_rrq_compl()
37 BUG_ON(!orig_io_req); in bnx2fc_rrq_compl()
39 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl()
41 kref_put(&orig_io_req->refcount, bnx2fc_cmd_release); in bnx2fc_rrq_compl()
270 struct bnx2fc_cmd *orig_io_req; in bnx2fc_srr_compl() local
278 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_srr_compl()
284 orig_io_req->xid); in bnx2fc_srr_compl()
291 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl()
292 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl()
[all …]
Dbnx2fc.h537 struct bnx2fc_cmd *orig_io_req,
588 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
589 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
593 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,
Dbnx2fc_io.c930 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset, in bnx2fc_initiate_seq_cleanup() argument
933 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_initiate_seq_cleanup()
944 BNX2FC_IO_DBG(orig_io_req, "bnx2fc_initiate_seq_cleanup xid = 0x%x\n", in bnx2fc_initiate_seq_cleanup()
945 orig_io_req->xid); in bnx2fc_initiate_seq_cleanup()
946 kref_get(&orig_io_req->refcount); in bnx2fc_initiate_seq_cleanup()
948 port = orig_io_req->port; in bnx2fc_initiate_seq_cleanup()
980 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup()
987 bnx2fc_init_seq_cleanup_task(seq_clnp_req, task, orig_io_req, offset); in bnx2fc_initiate_seq_cleanup()
1289 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl() local
1293 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_process_seq_cleanup_compl()
[all …]
Dbnx2fc_hwi.c1452 struct bnx2fc_cmd *orig_io_req, in bnx2fc_init_seq_cleanup_task() argument
1455 struct scsi_cmnd *sc_cmd = orig_io_req->sc_cmd; in bnx2fc_init_seq_cleanup_task()
1457 struct fcoe_bd_ctx *bd = orig_io_req->bd_tbl->bd_tbl; in bnx2fc_init_seq_cleanup_task()
1461 u16 orig_xid = orig_io_req->xid; in bnx2fc_init_seq_cleanup_task()
1463 u64 phys_addr = (u64)orig_io_req->bd_tbl->bd_tbl_dma; in bnx2fc_init_seq_cleanup_task()
1495 bd_count = orig_io_req->bd_tbl->bd_valid; in bnx2fc_init_seq_cleanup_task()