Home
last modified time | relevance | path

Searched refs:bnx2fc_cmd (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc.h284 struct bnx2fc_cmd **cmds;
367 struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1];
400 struct bnx2fc_cmd *aborted_io_req;
401 struct bnx2fc_cmd *io_req;
408 struct bnx2fc_cmd { struct
468 struct bnx2fc_cmd *io_req; argument
490 struct bnx2fc_cmd *io_req;
498 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt);
499 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
525 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
[all …]
H A Dbnx2fc_io.c19 static int bnx2fc_split_bd(struct bnx2fc_cmd *io_req, u64 addr, int sg_len,
21 static int bnx2fc_map_sg(struct bnx2fc_cmd *io_req);
22 static int bnx2fc_build_bd_list_from_sg(struct bnx2fc_cmd *io_req);
23 static void bnx2fc_unmap_sg_list(struct bnx2fc_cmd *io_req);
24 static void bnx2fc_free_mp_resc(struct bnx2fc_cmd *io_req);
25 static void bnx2fc_parse_fcp_rsp(struct bnx2fc_cmd *io_req,
29 void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req, in bnx2fc_cmd_timer_set()
42 struct bnx2fc_cmd *io_req = container_of(work, struct bnx2fc_cmd, in bnx2fc_cmd_timeout()
162 static void bnx2fc_scsi_done(struct bnx2fc_cmd *io_req, int err_code) in bnx2fc_scsi_done()
215 struct bnx2fc_cmd *io_req; in bnx2fc_cmd_mgr_alloc()
[all …]
H A Dbnx2fc_els.c30 struct bnx2fc_cmd *orig_io_req; in bnx2fc_rrq_compl()
31 struct bnx2fc_cmd *rrq_req; in bnx2fc_rrq_compl()
60 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req) in bnx2fc_send_rrq()
124 struct bnx2fc_cmd *els_req; in bnx2fc_l2_els_compl()
269 struct bnx2fc_cmd *srr_req; in bnx2fc_srr_compl()
270 struct bnx2fc_cmd *orig_io_req; in bnx2fc_srr_compl()
377 struct bnx2fc_cmd *orig_io_req, *new_io_req; in bnx2fc_rec_compl()
378 struct bnx2fc_cmd *rec_req; in bnx2fc_rec_compl()
582 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req) in bnx2fc_send_rec()
624 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl) in bnx2fc_send_srr()
[all …]
H A Dbnx2fc_debug.h41 void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...);
H A Dbnx2fc_debug.c17 void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...) in BNX2FC_IO_DBG()
H A Dbnx2fc_hwi.c635 struct bnx2fc_cmd *io_req = NULL; in bnx2fc_process_unsol_compl()
710 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl()
831 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl()
866 struct bnx2fc_cmd *io_req; in bnx2fc_process_cq_compl()
875 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_cq_compl()
1488 void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnp_req, in bnx2fc_init_seq_cleanup_task()
1490 struct bnx2fc_cmd *orig_io_req, in bnx2fc_init_seq_cleanup_task()
1568 void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req, in bnx2fc_init_cleanup_task()
1606 void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req, in bnx2fc_init_mp_task()
1702 void bnx2fc_init_task(struct bnx2fc_cmd *io_req, in bnx2fc_init_task()
H A Dbnx2fc_tgt.c166 struct bnx2fc_cmd *io_req; in bnx2fc_flush_active_ios()
167 struct bnx2fc_cmd *tmp; in bnx2fc_flush_active_ios()