Lines Matching refs:orig_io_req
929 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()
981 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup()
988 bnx2fc_init_seq_cleanup_task(seq_clnp_req, task, orig_io_req, offset); in bnx2fc_initiate_seq_cleanup()
1286 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl() local
1290 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_process_seq_cleanup_compl()
1292 BNX2FC_IO_DBG(orig_io_req, "Entered process_cleanup_compl xid = 0x%x" in bnx2fc_process_seq_cleanup_compl()
1303 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl); in bnx2fc_process_seq_cleanup_compl()
1310 kref_put(&orig_io_req->refcount, bnx2fc_cmd_release); in bnx2fc_process_seq_cleanup_compl()