Home
last modified time | relevance | path

Searched refs:orig_io_req (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/scsi/bnx2fc/
Dbnx2fc_els.c28 struct bnx2fc_cmd *orig_io_req; in bnx2fc_rrq_compl() local
34 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_rrq_compl()
35 BUG_ON(!orig_io_req); in bnx2fc_rrq_compl()
37 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl()
39 kref_put(&orig_io_req->refcount, bnx2fc_cmd_release); in bnx2fc_rrq_compl()
261 struct bnx2fc_cmd *orig_io_req; in bnx2fc_srr_compl() local
269 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_srr_compl()
275 orig_io_req->xid); in bnx2fc_srr_compl()
282 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl()
283 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl()
[all …]
Dbnx2fc.h490 struct bnx2fc_cmd *orig_io_req,
542 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
543 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
547 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,
Dbnx2fc_io.c938 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset, in bnx2fc_initiate_seq_cleanup() argument
942 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_initiate_seq_cleanup()
953 BNX2FC_IO_DBG(orig_io_req, "bnx2fc_initiate_seq_cleanup xid = 0x%x\n", in bnx2fc_initiate_seq_cleanup()
954 orig_io_req->xid); in bnx2fc_initiate_seq_cleanup()
955 kref_get(&orig_io_req->refcount); in bnx2fc_initiate_seq_cleanup()
957 port = orig_io_req->port; in bnx2fc_initiate_seq_cleanup()
990 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup()
997 bnx2fc_init_seq_cleanup_task(seq_clnp_req, task, orig_io_req, offset); in bnx2fc_initiate_seq_cleanup()
1274 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl() local
1278 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_process_seq_cleanup_compl()
[all …]
Dbnx2fc_hwi.c1469 struct bnx2fc_cmd *orig_io_req, in bnx2fc_init_seq_cleanup_task() argument
1472 struct scsi_cmnd *sc_cmd = orig_io_req->sc_cmd; in bnx2fc_init_seq_cleanup_task()
1475 struct fcoe_bd_ctx *bd = orig_io_req->bd_tbl->bd_tbl; in bnx2fc_init_seq_cleanup_task()
1481 u16 orig_xid = orig_io_req->xid; in bnx2fc_init_seq_cleanup_task()
1483 u64 phys_addr = (u64)orig_io_req->bd_tbl->bd_tbl_dma; in bnx2fc_init_seq_cleanup_task()
1515 bd_count = orig_io_req->bd_tbl->bd_valid; in bnx2fc_init_seq_cleanup_task()