Searched refs:orig_io_req (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 29 struct bnx2fc_cmd *orig_io_req; in bnx2fc_rrq_compl() local 35 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_rrq_compl() 36 BUG_ON(!orig_io_req); in bnx2fc_rrq_compl() 38 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl() 40 kref_put(&orig_io_req->refcount, bnx2fc_cmd_release); in bnx2fc_rrq_compl() 262 struct bnx2fc_cmd *orig_io_req; in bnx2fc_srr_compl() local 270 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_srr_compl() 276 orig_io_req->xid); in bnx2fc_srr_compl() 283 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl() 284 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl() [all …]
|
D | bnx2fc.h | 531 struct bnx2fc_cmd *orig_io_req, 583 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req); 584 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl); 588 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,
|
D | bnx2fc_io.c | 957 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset, in bnx2fc_initiate_seq_cleanup() argument 961 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_initiate_seq_cleanup() 972 BNX2FC_IO_DBG(orig_io_req, "bnx2fc_initiate_seq_cleanup xid = 0x%x\n", in bnx2fc_initiate_seq_cleanup() 973 orig_io_req->xid); in bnx2fc_initiate_seq_cleanup() 974 kref_get(&orig_io_req->refcount); in bnx2fc_initiate_seq_cleanup() 976 port = orig_io_req->port; in bnx2fc_initiate_seq_cleanup() 1009 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup() 1016 bnx2fc_init_seq_cleanup_task(seq_clnp_req, task, orig_io_req, offset); in bnx2fc_initiate_seq_cleanup() 1316 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl() local 1320 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_process_seq_cleanup_compl() [all …]
|
D | bnx2fc_hwi.c | 1461 struct bnx2fc_cmd *orig_io_req, in bnx2fc_init_seq_cleanup_task() argument 1464 struct scsi_cmnd *sc_cmd = orig_io_req->sc_cmd; in bnx2fc_init_seq_cleanup_task() 1467 struct fcoe_bd_ctx *bd = orig_io_req->bd_tbl->bd_tbl; in bnx2fc_init_seq_cleanup_task() 1473 u16 orig_xid = orig_io_req->xid; in bnx2fc_init_seq_cleanup_task() 1475 u64 phys_addr = (u64)orig_io_req->bd_tbl->bd_tbl_dma; in bnx2fc_init_seq_cleanup_task() 1507 bd_count = orig_io_req->bd_tbl->bd_valid; in bnx2fc_init_seq_cleanup_task()
|