Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c37 BUG_ON(!orig_io_req); in bnx2fc_rrq_compl()
284 orig_io_req->xid); in bnx2fc_srr_compl()
294 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
313 orig_io_req->xid); in bnx2fc_srr_compl()
321 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
359 orig_io_req->xid); in bnx2fc_srr_compl()
402 tgt = orig_io_req->tgt; in bnx2fc_rec_compl()
408 orig_io_req->xid); in bnx2fc_rec_compl()
429 orig_io_req->xid); in bnx2fc_rec_compl()
438 orig_io_req->xid); in bnx2fc_rec_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_io.c931 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()
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()
1295 BNX2FC_IO_DBG(orig_io_req, "Entered process_cleanup_compl xid = 0x%x" in bnx2fc_process_seq_cleanup_compl()
1306 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl); in bnx2fc_process_seq_cleanup_compl()
[all …]
H A Dbnx2fc_hwi.c1490 struct bnx2fc_cmd *orig_io_req, in bnx2fc_init_seq_cleanup_task() argument
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()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_els.c205 if (!orig_io_req) { in qedf_rrq_compl()
214 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl()
558 if (!orig_io_req) { in qedf_srr_compl()
572 orig_io_req, orig_io_req->xid, srr_req->xid, refcount); in qedf_srr_compl()
633 if (!orig_io_req) { in qedf_send_srr()
659 "orig_xid=0x%x\n", orig_io_req, orig_io_req->xid); in qedf_send_srr()
859 if (!orig_io_req) { in qedf_rec_compl()
871 orig_io_req, orig_io_req->xid, rec_req->xid, refcount); in qedf_rec_compl()
877 orig_io_req, orig_io_req->xid); in qedf_rec_compl()
941 orig_io_req->xid); in qedf_rec_compl()
[all …]
H A Dqedf.h539 extern int qedf_send_rec(struct qedf_ioreq *orig_io_req);