Searched refs:bnx2fc_cmd (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 283 struct bnx2fc_cmd **cmds; 373 struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1]; 405 struct bnx2fc_cmd *aborted_io_req; 406 struct bnx2fc_cmd *io_req; 413 struct bnx2fc_cmd { struct 470 struct bnx2fc_cmd *io_req; argument 490 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt); 491 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type); 517 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req); 521 int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req); [all …]
|
D | bnx2fc_io.c | 18 static int bnx2fc_split_bd(struct bnx2fc_cmd *io_req, u64 addr, int sg_len, 20 static int bnx2fc_map_sg(struct bnx2fc_cmd *io_req); 21 static int bnx2fc_build_bd_list_from_sg(struct bnx2fc_cmd *io_req); 22 static void bnx2fc_unmap_sg_list(struct bnx2fc_cmd *io_req); 23 static void bnx2fc_free_mp_resc(struct bnx2fc_cmd *io_req); 24 static void bnx2fc_parse_fcp_rsp(struct bnx2fc_cmd *io_req, 28 void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req, in bnx2fc_cmd_timer_set() 41 struct bnx2fc_cmd *io_req = container_of(work, struct bnx2fc_cmd, in bnx2fc_cmd_timeout() 206 static void bnx2fc_scsi_done(struct bnx2fc_cmd *io_req, int err_code) in bnx2fc_scsi_done() 247 struct bnx2fc_cmd *io_req; in bnx2fc_cmd_mgr_alloc() [all …]
|
D | bnx2fc_els.c | 29 struct bnx2fc_cmd *orig_io_req; in bnx2fc_rrq_compl() 30 struct bnx2fc_cmd *rrq_req; in bnx2fc_rrq_compl() 59 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req) in bnx2fc_send_rrq() 116 struct bnx2fc_cmd *els_req; in bnx2fc_l2_els_compl() 261 struct bnx2fc_cmd *srr_req; in bnx2fc_srr_compl() 262 struct bnx2fc_cmd *orig_io_req; in bnx2fc_srr_compl() 369 struct bnx2fc_cmd *orig_io_req, *new_io_req; in bnx2fc_rec_compl() 370 struct bnx2fc_cmd *rec_req; in bnx2fc_rec_compl() 574 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req) in bnx2fc_send_rec() 616 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl) in bnx2fc_send_srr() [all …]
|
D | bnx2fc_debug.h | 40 void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...);
|
D | bnx2fc_debug.c | 16 void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...) in BNX2FC_IO_DBG()
|
D | bnx2fc_hwi.c | 634 struct bnx2fc_cmd *io_req = NULL; in bnx2fc_process_unsol_compl() 717 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl() 844 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl() 879 struct bnx2fc_cmd *io_req; in bnx2fc_process_cq_compl() 902 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_cq_compl() 1459 void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnp_req, in bnx2fc_init_seq_cleanup_task() 1461 struct bnx2fc_cmd *orig_io_req, in bnx2fc_init_seq_cleanup_task() 1549 void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req, in bnx2fc_init_cleanup_task() 1587 void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req, in bnx2fc_init_mp_task() 1683 void bnx2fc_init_task(struct bnx2fc_cmd *io_req, in bnx2fc_init_task()
|
D | bnx2fc_tgt.c | 168 struct bnx2fc_cmd *io_req; in bnx2fc_flush_active_ios() 169 struct bnx2fc_cmd *tmp; in bnx2fc_flush_active_ios()
|