Lines Matching refs:orig_io_req
924 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset, in bnx2fc_initiate_seq_cleanup() argument
927 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_initiate_seq_cleanup()
938 BNX2FC_IO_DBG(orig_io_req, "bnx2fc_initiate_seq_cleanup xid = 0x%x\n", in bnx2fc_initiate_seq_cleanup()
939 orig_io_req->xid); in bnx2fc_initiate_seq_cleanup()
940 kref_get(&orig_io_req->refcount); in bnx2fc_initiate_seq_cleanup()
942 port = orig_io_req->port; in bnx2fc_initiate_seq_cleanup()
974 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup()
981 bnx2fc_init_seq_cleanup_task(seq_clnp_req, task, orig_io_req, offset); in bnx2fc_initiate_seq_cleanup()
1292 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl() local
1296 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_process_seq_cleanup_compl()
1298 BNX2FC_IO_DBG(orig_io_req, "Entered process_cleanup_compl xid = 0x%x" in bnx2fc_process_seq_cleanup_compl()
1309 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl); in bnx2fc_process_seq_cleanup_compl()
1316 kref_put(&orig_io_req->refcount, bnx2fc_cmd_release); in bnx2fc_process_seq_cleanup_compl()