Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_els.c35 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_rrq_compl()
59 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req) in bnx2fc_send_rrq() argument
63 struct bnx2fc_rport *tgt = aborted_io_req->tgt; in bnx2fc_send_rrq()
72 aborted_io_req->xid); in bnx2fc_send_rrq()
82 cb_arg->aborted_io_req = aborted_io_req; in bnx2fc_send_rrq()
86 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq()
87 rrq.rrq_rx_id = htons(aborted_io_req->task->rxwr_txrd.var_ctx.rx_id); in bnx2fc_send_rrq()
105 aborted_io_req->xid); in bnx2fc_send_rrq()
108 kref_put(&aborted_io_req->refcount, bnx2fc_cmd_release); in bnx2fc_send_rrq()
270 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_srr_compl()
[all …]
Dbnx2fc.h404 struct bnx2fc_cmd *aborted_io_req; member
516 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
Dbnx2fc_io.c968 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup()
1255 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl()