Searched refs:aborted_io_req (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c35 orig_io_req = cb_arg->aborted_io_req; bnx2fc_rrq_compl()
59 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req) bnx2fc_send_rrq() argument
63 struct bnx2fc_rport *tgt = aborted_io_req->tgt; bnx2fc_send_rrq()
72 aborted_io_req->xid); bnx2fc_send_rrq()
82 cb_arg->aborted_io_req = aborted_io_req; bnx2fc_send_rrq()
86 rrq.rrq_ox_id = htons(aborted_io_req->xid); bnx2fc_send_rrq()
87 rrq.rrq_rx_id = htons(aborted_io_req->task->rxwr_txrd.var_ctx.rx_id); bnx2fc_send_rrq()
105 aborted_io_req->xid); bnx2fc_send_rrq()
108 kref_put(&aborted_io_req->refcount, bnx2fc_cmd_release); bnx2fc_send_rrq()
270 orig_io_req = cb_arg->aborted_io_req; bnx2fc_srr_compl()
392 orig_io_req = cb_arg->aborted_io_req; bnx2fc_rec_compl()
595 cb_arg->aborted_io_req = orig_io_req; bnx2fc_send_rec()
636 cb_arg->aborted_io_req = orig_io_req; bnx2fc_send_srr()
H A Dbnx2fc.h405 struct bnx2fc_cmd *aborted_io_req; member in struct:bnx2fc_els_cb_arg
517 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
H A Dbnx2fc_io.c1009 cb_arg->aborted_io_req = orig_io_req; bnx2fc_initiate_seq_cleanup()
1316 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; bnx2fc_process_seq_cleanup_compl()

Completed in 221 milliseconds