Searched defs:aborted_io_req (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c34 orig_io_req = cb_arg->aborted_io_req;
58 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req) argument
62 struct bnx2fc_rport *tgt = aborted_io_req->tgt;
71 aborted_io_req->xid);
81 cb_arg->aborted_io_req = aborted_io_req;
85 rrq.rrq_ox_id = htons(aborted_io_req->xid);
86 rrq.rrq_rx_id = htons(aborted_io_req->task->rxwr_txrd.var_ctx.rx_id);
104 aborted_io_req->xid);
107 kref_put(&aborted_io_req
[all...]
H A Dbnx2fc.h369 struct bnx2fc_cmd *aborted_io_req; member in struct:bnx2fc_els_cb_arg
480 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);

Completed in 71 milliseconds