Home
last modified time | relevance | path

Searched refs:orig_io_req (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A 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 in bnx2fc_srr_compl()
377 struct bnx2fc_cmd *orig_io_req, *new_io_req; bnx2fc_rec_compl() local
582 bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req) bnx2fc_send_rec() argument
624 bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl) bnx2fc_send_srr() argument
[all...]
H A 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()
1291 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl() local
1295 struct bnx2fc_rport *tgt = orig_io_req in bnx2fc_process_seq_cleanup_compl()
[all...]
H A Dbnx2fc.h540 struct bnx2fc_cmd *orig_io_req,
593 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
594 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
598 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,
H A Dbnx2fc_hwi.c1491 struct bnx2fc_cmd *orig_io_req, in bnx2fc_init_seq_cleanup_task()
1494 struct scsi_cmnd *sc_cmd = orig_io_req->sc_cmd; in bnx2fc_init_seq_cleanup_task()
1496 struct fcoe_bd_ctx *bd = orig_io_req->bd_tbl->bd_tbl; in bnx2fc_init_seq_cleanup_task()
1500 u16 orig_xid = orig_io_req->xid; in bnx2fc_init_seq_cleanup_task()
1502 u64 phys_addr = (u64)orig_io_req->bd_tbl->bd_tbl_dma; in bnx2fc_init_seq_cleanup_task()
1533 bd_count = orig_io_req->bd_tbl->bd_valid; in bnx2fc_init_seq_cleanup_task()
1489 bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnp_req, struct fcoe_task_ctx_entry *task, struct bnx2fc_cmd *orig_io_req, u32 offset) bnx2fc_init_seq_cleanup_task() argument
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A 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 in bnx2fc_srr_compl()
377 struct bnx2fc_cmd *orig_io_req, *new_io_req; bnx2fc_rec_compl() local
582 bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req) bnx2fc_send_rec() argument
624 bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl) bnx2fc_send_srr() argument
[all...]
H A Dbnx2fc_io.c928 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset, in bnx2fc_initiate_seq_cleanup() argument
931 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_initiate_seq_cleanup()
942 BNX2FC_IO_DBG(orig_io_req, "bnx2fc_initiate_seq_cleanup xid = 0x%x\n", in bnx2fc_initiate_seq_cleanup()
943 orig_io_req->xid); in bnx2fc_initiate_seq_cleanup()
944 kref_get(&orig_io_req->refcount); in bnx2fc_initiate_seq_cleanup()
946 port = orig_io_req->port; in bnx2fc_initiate_seq_cleanup()
978 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup()
985 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 in bnx2fc_process_seq_cleanup_compl()
[all...]
H A Dbnx2fc.h544 struct bnx2fc_cmd *orig_io_req,
597 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
598 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
602 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,
H A Dbnx2fc_hwi.c1490 struct bnx2fc_cmd *orig_io_req, in bnx2fc_init_seq_cleanup_task()
1493 struct scsi_cmnd *sc_cmd = orig_io_req->sc_cmd; in bnx2fc_init_seq_cleanup_task()
1495 struct fcoe_bd_ctx *bd = orig_io_req->bd_tbl->bd_tbl; in bnx2fc_init_seq_cleanup_task()
1499 u16 orig_xid = orig_io_req->xid; in bnx2fc_init_seq_cleanup_task()
1501 u64 phys_addr = (u64)orig_io_req->bd_tbl->bd_tbl_dma; in bnx2fc_init_seq_cleanup_task()
1532 bd_count = orig_io_req->bd_tbl->bd_valid; in bnx2fc_init_seq_cleanup_task()
1488 bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnp_req, struct fcoe_task_ctx_entry *task, struct bnx2fc_cmd *orig_io_req, u32 offset) bnx2fc_init_seq_cleanup_task() argument
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_els.c193 struct qedf_ioreq *orig_io_req; in qedf_rrq_compl() local
203 orig_io_req = cb_arg->aborted_io_req; in qedf_rrq_compl()
205 if (!orig_io_req) { in qedf_rrq_compl()
211 refcount = kref_read(&orig_io_req->refcount); in qedf_rrq_compl()
214 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl()
221 if (orig_io_req && refcount > 0) in qedf_rrq_compl()
222 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_rrq_compl()
540 struct qedf_ioreq *orig_io_req; in qedf_srr_compl() local
556 orig_io_req in qedf_srr_compl()
623 qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) qedf_send_srr() argument
696 qedf_initiate_seq_cleanup(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) qedf_initiate_seq_cleanup() argument
770 qedf_requeue_io_req(struct qedf_ioreq *orig_io_req) qedf_requeue_io_req() argument
835 struct qedf_ioreq *orig_io_req; qedf_rec_compl() local
996 qedf_send_rec(struct qedf_ioreq *orig_io_req) qedf_send_rec() argument
[all...]
H A Dqedf.h533 extern int qedf_send_rec(struct qedf_ioreq *orig_io_req);
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_els.c193 struct qedf_ioreq *orig_io_req; in qedf_rrq_compl() local
203 orig_io_req = cb_arg->aborted_io_req; in qedf_rrq_compl()
205 if (!orig_io_req) { in qedf_rrq_compl()
211 refcount = kref_read(&orig_io_req->refcount); in qedf_rrq_compl()
214 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl()
221 if (orig_io_req && refcount > 0) in qedf_rrq_compl()
222 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_rrq_compl()
540 struct qedf_ioreq *orig_io_req; in qedf_srr_compl() local
556 orig_io_req in qedf_srr_compl()
623 qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) qedf_send_srr() argument
696 qedf_initiate_seq_cleanup(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) qedf_initiate_seq_cleanup() argument
770 qedf_requeue_io_req(struct qedf_ioreq *orig_io_req) qedf_requeue_io_req() argument
835 struct qedf_ioreq *orig_io_req; qedf_rec_compl() local
996 qedf_send_rec(struct qedf_ioreq *orig_io_req) qedf_send_rec() argument
[all...]
H A Dqedf.h539 extern int qedf_send_rec(struct qedf_ioreq *orig_io_req);

Completed in 18 milliseconds