Lines Matching refs:megasas_instance
95 megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd,
104 static struct megasas_cmd *megasas_get_cmd(struct megasas_instance in megasas_get_cmd()
130 megasas_return_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd) in megasas_return_cmd()
436 megasas_issue_polled(struct megasas_instance *instance, struct megasas_cmd *cmd) in megasas_issue_polled()
475 megasas_issue_blocked_cmd(struct megasas_instance *instance, in megasas_issue_blocked_cmd()
499 megasas_issue_blocked_abort_cmd(struct megasas_instance *instance, in megasas_issue_blocked_abort_cmd()
547 megasas_make_sgl32(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl32()
576 megasas_make_sgl64(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl64()
655 megasas_build_dcdb(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_build_dcdb()
726 megasas_build_ldio(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_build_ldio()
866 megasas_dump_pending_frames(struct megasas_instance *instance) in megasas_dump_pending_frames()
933 struct megasas_instance *instance; in megasas_queue_command()
935 instance = (struct megasas_instance *) in megasas_queue_command()
1036 struct megasas_instance *instance = in megasas_complete_cmd_dpc()
1037 (struct megasas_instance *)instance_addr; in megasas_complete_cmd_dpc()
1090 static int megasas_wait_for_outstanding(struct megasas_instance *instance) in megasas_wait_for_outstanding()
1141 struct megasas_instance *instance; in megasas_generic_reset()
1143 instance = (struct megasas_instance *)scmd->device->host->hostdata; in megasas_generic_reset()
1174 struct megasas_instance *instance; in megasas_reset_timer()
1282 megasas_service_aen(struct megasas_instance *instance, struct megasas_cmd *cmd) in megasas_service_aen()
1324 megasas_complete_int_cmd(struct megasas_instance *instance, in megasas_complete_int_cmd()
1345 megasas_complete_abort(struct megasas_instance *instance, in megasas_complete_abort()
1368 megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd, in megasas_complete_cmd()
1495 megasas_deplete_reply_queue(struct megasas_instance *instance, u8 alt_status) in megasas_deplete_reply_queue()
1519 return megasas_deplete_reply_queue((struct megasas_instance *)devp, in megasas_isr()
1533 megasas_transition_to_ready(struct megasas_instance* instance) in megasas_transition_to_ready()
1655 static void megasas_teardown_frame_pool(struct megasas_instance *instance) in megasas_teardown_frame_pool()
1699 static int megasas_create_frame_pool(struct megasas_instance *instance) in megasas_create_frame_pool()
1789 static void megasas_free_cmds(struct megasas_instance *instance) in megasas_free_cmds()
1824 static int megasas_alloc_cmds(struct megasas_instance *instance) in megasas_alloc_cmds()
1895 megasas_get_ctrl_info(struct megasas_instance *instance, in megasas_get_ctrl_info()
1956 megasas_issue_init_mfi(struct megasas_instance *instance) in megasas_issue_init_mfi()
2032 megasas_start_timer(struct megasas_instance *instance, in megasas_start_timer()
2053 struct megasas_instance *instance = in megasas_io_completion_timer()
2054 (struct megasas_instance *)instance_addr; in megasas_io_completion_timer()
2071 static int megasas_init_mfi(struct megasas_instance *instance) in megasas_init_mfi()
2232 static void megasas_release_mfi(struct megasas_instance *instance) in megasas_release_mfi()
2259 megasas_get_seq_num(struct megasas_instance *instance, in megasas_get_seq_num()
2321 megasas_register_aen(struct megasas_instance *instance, u32 seq_num, in megasas_register_aen()
2431 static int megasas_start_aen(struct megasas_instance *instance) in megasas_start_aen()
2459 static int megasas_io_attach(struct megasas_instance *instance) in megasas_io_attach()
2525 struct megasas_instance *instance; in megasas_probe_one()
2552 sizeof(struct megasas_instance)); in megasas_probe_one()
2559 instance = (struct megasas_instance *)host->hostdata; in megasas_probe_one()
2699 static void megasas_flush_cache(struct megasas_instance *instance) in megasas_flush_cache()
2734 static void megasas_shutdown_controller(struct megasas_instance *instance, in megasas_shutdown_controller()
2777 struct megasas_instance *instance; in megasas_suspend()
2810 struct megasas_instance *instance; in megasas_resume()
2913 struct megasas_instance *instance; in megasas_detach_one()
2971 struct megasas_instance *instance = pci_get_drvdata(pdev); in megasas_shutdown()
3024 megasas_mgmt_fw_ioctl(struct megasas_instance *instance, in megasas_mgmt_fw_ioctl()
3180 static struct megasas_instance *megasas_lookup_instance(u16 host_no) in megasas_lookup_instance()
3199 struct megasas_instance *instance; in megasas_mgmt_ioctl_fw()
3234 struct megasas_instance *instance; in megasas_mgmt_ioctl_aen()
3413 struct megasas_instance *instance; in megasas_sysfs_set_poll_mode_io()