Lines Matching defs:instance
164 megasas_issue_dcmd(struct megasas_instance *instance, struct megasas_cmd *cmd) in megasas_issue_dcmd()
176 struct megasas_cmd *megasas_get_cmd(struct megasas_instance in megasas_get_cmd()
202 megasas_return_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd) in megasas_return_cmd()
298 megasas_fire_cmd_xscale(struct megasas_instance *instance, in megasas_fire_cmd_xscale()
315 megasas_adp_reset_xscale(struct megasas_instance *instance, in megasas_adp_reset_xscale()
355 megasas_check_reset_xscale(struct megasas_instance *instance, in megasas_check_reset_xscale()
470 megasas_fire_cmd_ppc(struct megasas_instance *instance, in megasas_fire_cmd_ppc()
487 megasas_check_reset_ppc(struct megasas_instance *instance, in megasas_check_reset_ppc()
598 megasas_fire_cmd_skinny(struct megasas_instance *instance, in megasas_fire_cmd_skinny()
616 megasas_check_reset_skinny(struct megasas_instance *instance, in megasas_check_reset_skinny()
725 megasas_fire_cmd_gen2(struct megasas_instance *instance, in megasas_fire_cmd_gen2()
742 megasas_adp_reset_gen2(struct megasas_instance *instance, in megasas_adp_reset_gen2()
802 megasas_check_reset_gen2(struct megasas_instance *instance, in megasas_check_reset_gen2()
846 megasas_issue_polled(struct megasas_instance *instance, struct megasas_cmd *cmd) in megasas_issue_polled()
875 megasas_issue_blocked_cmd(struct megasas_instance *instance, in megasas_issue_blocked_cmd()
898 megasas_issue_blocked_abort_cmd(struct megasas_instance *instance, in megasas_issue_blocked_abort_cmd()
946 megasas_make_sgl32(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl32()
975 megasas_make_sgl64(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl64()
1004 megasas_make_sgl_skinny(struct megasas_instance *instance, in megasas_make_sgl_skinny()
1032 static u32 megasas_get_frame_count(struct megasas_instance *instance, in megasas_get_frame_count()
1093 megasas_build_dcdb(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_build_dcdb()
1190 megasas_build_ldio(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_build_ldio()
1345 megasas_dump_pending_frames(struct megasas_instance *instance) in megasas_dump_pending_frames()
1403 megasas_build_and_issue_cmd(struct megasas_instance *instance, in megasas_build_and_issue_cmd()
1450 struct megasas_instance *instance; in megasas_queue_command_lck() local
1519 struct megasas_instance *instance ; in megasas_slave_configure() local
1554 struct megasas_instance *instance ; in megasas_slave_alloc() local
1575 void megaraid_sas_kill_hba(struct megasas_instance *instance) in megaraid_sas_kill_hba()
1594 megasas_check_and_restore_queue_depth(struct megasas_instance *instance) in megasas_check_and_restore_queue_depth()
1629 struct megasas_instance *instance = in megasas_complete_cmd_dpc() local
1676 void megasas_do_ocr(struct megasas_instance *instance) in megasas_do_ocr()
1700 static int megasas_wait_for_outstanding(struct megasas_instance *instance) in megasas_wait_for_outstanding()
1872 struct megasas_instance *instance; in megasas_generic_reset() local
1904 struct megasas_instance *instance; in megasas_reset_timer() local
1947 struct megasas_instance *instance; in megasas_reset_bus_host() local
2020 megasas_service_aen(struct megasas_instance *instance, struct megasas_cmd *cmd) in megasas_service_aen()
2099 megasas_complete_int_cmd(struct megasas_instance *instance, in megasas_complete_int_cmd()
2120 megasas_complete_abort(struct megasas_instance *instance, in megasas_complete_abort()
2143 megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd, in megasas_complete_cmd()
2319 megasas_issue_pending_cmds_again(struct megasas_instance *instance) in megasas_issue_pending_cmds_again()
2413 megasas_internal_reset_defer_cmds(struct megasas_instance *instance) in megasas_internal_reset_defer_cmds()
2450 struct megasas_instance *instance = in process_fw_state_change_wq() local
2523 megasas_deplete_reply_queue(struct megasas_instance *instance, in megasas_deplete_reply_queue()
2597 struct megasas_instance *instance = irq_context->instance; in megasas_isr() local
2621 megasas_transition_to_ready(struct megasas_instance *instance, int ocr) in megasas_transition_to_ready()
2804 static void megasas_teardown_frame_pool(struct megasas_instance *instance) in megasas_teardown_frame_pool()
2848 static int megasas_create_frame_pool(struct megasas_instance *instance) in megasas_create_frame_pool()
2949 void megasas_free_cmds(struct megasas_instance *instance) in megasas_free_cmds()
2985 int megasas_alloc_cmds(struct megasas_instance *instance) in megasas_alloc_cmds()
3058 megasas_get_pd_list(struct megasas_instance *instance) in megasas_get_pd_list()
3150 megasas_get_ld_list(struct megasas_instance *instance) in megasas_get_ld_list()
3230 megasas_get_ctrl_info(struct megasas_instance *instance, in megasas_get_ctrl_info()
3292 megasas_issue_init_mfi(struct megasas_instance *instance) in megasas_issue_init_mfi()
3361 megasas_init_adapter_mfi(struct megasas_instance *instance) in megasas_init_adapter_mfi()
3443 static int megasas_init_fw(struct megasas_instance *instance) in megasas_init_fw()
3603 static void megasas_release_mfi(struct megasas_instance *instance) in megasas_release_mfi()
3631 megasas_get_seq_num(struct megasas_instance *instance, in megasas_get_seq_num()
3694 megasas_register_aen(struct megasas_instance *instance, u32 seq_num, in megasas_register_aen()
3811 static int megasas_start_aen(struct megasas_instance *instance) in megasas_start_aen()
3839 static int megasas_io_attach(struct megasas_instance *instance) in megasas_io_attach()
3943 struct megasas_instance *instance; in megasas_probe_one() local
4218 static void megasas_flush_cache(struct megasas_instance *instance) in megasas_flush_cache()
4257 static void megasas_shutdown_controller(struct megasas_instance *instance, in megasas_shutdown_controller()
4306 struct megasas_instance *instance; in megasas_suspend() local
4355 struct megasas_instance *instance; in megasas_resume() local
4497 struct megasas_instance *instance; in megasas_detach_one() local
4589 struct megasas_instance *instance = pci_get_drvdata(pdev); in megasas_shutdown() local
4669 megasas_mgmt_fw_ioctl(struct megasas_instance *instance, in megasas_mgmt_fw_ioctl()
4836 struct megasas_instance *instance; in megasas_mgmt_ioctl_fw() local
4914 struct megasas_instance *instance; in megasas_mgmt_ioctl_aen() local
5158 struct megasas_instance *instance = ev->instance; in megasas_aen_polling() local