• Home
  • Raw
  • Download

Lines Matching defs: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() local
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() local
380 struct bnx2fc_cmd *tmp, *io_req; in bnx2fc_cmd_mgr_free() local
399 struct bnx2fc_cmd *io_req; in bnx2fc_elstm_alloc() local
469 struct bnx2fc_cmd *io_req; in bnx2fc_cmd_alloc() local
521 struct bnx2fc_cmd *io_req = container_of(ref, in bnx2fc_cmd_release() local
546 static void bnx2fc_free_mp_resc(struct bnx2fc_cmd *io_req) in bnx2fc_free_mp_resc()
581 int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req) in bnx2fc_init_mp_req()
669 struct bnx2fc_cmd *io_req; in bnx2fc_initiate_tmf() local
821 int bnx2fc_initiate_abts(struct bnx2fc_cmd *io_req) in bnx2fc_initiate_abts()
998 int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req) in bnx2fc_initiate_cleanup()
1083 static int bnx2fc_abts_cleanup(struct bnx2fc_cmd *io_req) in bnx2fc_abts_cleanup()
1129 struct bnx2fc_cmd *io_req; in bnx2fc_eh_abort() local
1321 void bnx2fc_process_cleanup_compl(struct bnx2fc_cmd *io_req, in bnx2fc_process_cleanup_compl()
1353 void bnx2fc_process_abts_compl(struct bnx2fc_cmd *io_req, in bnx2fc_process_abts_compl()
1453 static void bnx2fc_lun_reset_cmpl(struct bnx2fc_cmd *io_req) in bnx2fc_lun_reset_cmpl()
1491 static void bnx2fc_tgt_reset_cmpl(struct bnx2fc_cmd *io_req) in bnx2fc_tgt_reset_cmpl()
1522 void bnx2fc_process_tm_compl(struct bnx2fc_cmd *io_req, in bnx2fc_process_tm_compl()
1622 static int bnx2fc_split_bd(struct bnx2fc_cmd *io_req, u64 addr, int sg_len, in bnx2fc_split_bd()
1647 static int bnx2fc_map_sg(struct bnx2fc_cmd *io_req) in bnx2fc_map_sg()
1693 static int bnx2fc_build_bd_list_from_sg(struct bnx2fc_cmd *io_req) in bnx2fc_build_bd_list_from_sg()
1723 static void bnx2fc_unmap_sg_list(struct bnx2fc_cmd *io_req) in bnx2fc_unmap_sg_list()
1740 void bnx2fc_build_fcp_cmnd(struct bnx2fc_cmd *io_req, in bnx2fc_build_fcp_cmnd()
1759 static void bnx2fc_parse_fcp_rsp(struct bnx2fc_cmd *io_req, in bnx2fc_parse_fcp_rsp()
1849 struct bnx2fc_cmd *io_req; in bnx2fc_queuecommand() local
1907 void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req, in bnx2fc_process_scsi_cmd_compl()
2027 struct bnx2fc_cmd *io_req) in bnx2fc_post_io_req()