Lines Matching refs:ctlr_info
238 static int hpsa_add_sas_host(struct ctlr_info *h);
239 static void hpsa_delete_sas_host(struct ctlr_info *h);
244 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h,
263 static void cmd_free(struct ctlr_info *h, struct CommandList *c);
264 static struct CommandList *cmd_alloc(struct ctlr_info *h);
265 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c);
266 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h,
268 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h,
271 static void hpsa_free_cmd_pool(struct ctlr_info *h);
286 static void hpsa_update_scsi_devices(struct ctlr_info *h);
287 static int check_for_unit_attention(struct ctlr_info *h,
289 static void check_ioctl_unit_attention(struct ctlr_info *h,
294 static void hpsa_free_performant_mode(struct ctlr_info *h);
295 static int hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h);
296 static inline u32 next_command(struct ctlr_info *h, u8 q);
304 static int wait_for_device_to_become_ready(struct ctlr_info *h,
310 static int hpsa_wait_for_mode_change_ack(struct ctlr_info *h);
313 static void hpsa_drain_accel_commands(struct ctlr_info *h);
314 static void hpsa_flush_cache(struct ctlr_info *h);
315 static int hpsa_scsi_ioaccel_queue_command(struct ctlr_info *h,
319 static u32 lockup_detected(struct ctlr_info *h);
320 static int detect_controller_lockup(struct ctlr_info *h);
321 static void hpsa_disable_rld_caching(struct ctlr_info *h);
322 static inline int hpsa_scsi_do_report_phys_luns(struct ctlr_info *h,
324 static bool hpsa_vpd_page_supported(struct ctlr_info *h,
326 static int hpsa_luns_changed(struct ctlr_info *h);
327 static bool hpsa_cmd_dev_match(struct ctlr_info *h, struct CommandList *c,
331 static inline struct ctlr_info *sdev_to_hba(struct scsi_device *sdev) in sdev_to_hba()
334 return (struct ctlr_info *) *priv; in sdev_to_hba()
337 static inline struct ctlr_info *shost_to_hba(struct Scsi_Host *sh) in shost_to_hba()
340 return (struct ctlr_info *) *priv; in shost_to_hba()
370 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention()
423 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
433 static u32 lockup_detected(struct ctlr_info *h);
438 struct ctlr_info *h; in host_show_lockup_detected()
452 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status()
476 struct ctlr_info *h; in host_store_raid_offload_debug()
500 struct ctlr_info *h; in host_store_rescan()
510 struct ctlr_info *h; in host_show_firmware_revision()
526 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding()
535 struct ctlr_info *h; in host_show_transport_mode()
547 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status()
631 struct ctlr_info *h; in host_show_resettable()
666 struct ctlr_info *h; in raid_level_show()
698 struct ctlr_info *h; in lunid_show()
720 struct ctlr_info *h; in unique_id_show()
748 struct ctlr_info *h; in sas_address_show()
771 struct ctlr_info *h; in host_show_hp_ssd_smart_path_enabled()
799 struct ctlr_info *h; in path_info_show()
884 struct ctlr_info *h; in host_show_ctlr_num()
894 struct ctlr_info *h; in host_show_legacy_board()
979 static inline u32 next_command(struct ctlr_info *h, u8 q) in next_command()
1037 static void set_performant_mode(struct ctlr_info *h, struct CommandList *c, in set_performant_mode()
1048 static void set_ioaccel1_performant_mode(struct ctlr_info *h, in set_ioaccel1_performant_mode()
1069 static void set_ioaccel2_tmf_performant_mode(struct ctlr_info *h, in set_ioaccel2_tmf_performant_mode()
1088 static void set_ioaccel2_performant_mode(struct ctlr_info *h, in set_ioaccel2_performant_mode()
1121 static void dial_down_lockup_detection_during_fw_flash(struct ctlr_info *h, in dial_down_lockup_detection_during_fw_flash()
1130 static void dial_up_lockup_detection_on_fw_flash_complete(struct ctlr_info *h, in dial_up_lockup_detection_on_fw_flash_complete()
1138 static void __enqueue_cmd_and_start_io(struct ctlr_info *h, in __enqueue_cmd_and_start_io()
1166 static void enqueue_cmd_and_start_io(struct ctlr_info *h, struct CommandList *c) in enqueue_cmd_and_start_io()
1176 static inline int is_scsi_rev_5(struct ctlr_info *h) in is_scsi_rev_5()
1185 static int hpsa_find_target_lun(struct ctlr_info *h, in hpsa_find_target_lun()
1211 static void hpsa_show_dev_msg(const char *level, struct ctlr_info *h, in hpsa_show_dev_msg()
1267 static int hpsa_scsi_add_entry(struct ctlr_info *h, in hpsa_scsi_add_entry()
1345 static void hpsa_scsi_update_entry(struct ctlr_info *h, in hpsa_scsi_update_entry()
1398 static void hpsa_scsi_replace_entry(struct ctlr_info *h, in hpsa_scsi_replace_entry()
1425 static void hpsa_scsi_remove_entry(struct ctlr_info *h, int entry, in hpsa_scsi_remove_entry()
1454 static void fixup_botched_add(struct ctlr_info *h, in fixup_botched_add()
1571 static void hpsa_monitor_offline_device(struct ctlr_info *h, in hpsa_monitor_offline_device()
1600 static void hpsa_show_volume_status(struct ctlr_info *h, in hpsa_show_volume_status()
1684 static void hpsa_figure_phys_disk_ptrs(struct ctlr_info *h, in hpsa_figure_phys_disk_ptrs()
1760 static void hpsa_update_log_drive_phys_drive_ptrs(struct ctlr_info *h, in hpsa_update_log_drive_phys_drive_ptrs()
1798 static int hpsa_add_device(struct ctlr_info *h, struct hpsa_scsi_dev_t *device) in hpsa_add_device()
1814 static int hpsa_find_outstanding_commands_for_dev(struct ctlr_info *h, in hpsa_find_outstanding_commands_for_dev()
1841 static void hpsa_wait_for_outstanding_commands_for_dev(struct ctlr_info *h, in hpsa_wait_for_outstanding_commands_for_dev()
1869 static void hpsa_remove_device(struct ctlr_info *h, in hpsa_remove_device()
1904 static void adjust_hpsa_scsi_table(struct ctlr_info *h, in adjust_hpsa_scsi_table()
2080 static struct hpsa_scsi_dev_t *lookup_hpsa_scsi_dev(struct ctlr_info *h, in lookup_hpsa_scsi_dev()
2098 struct ctlr_info *h; in hpsa_slave_alloc()
2165 static void hpsa_free_ioaccel2_sg_chain_blocks(struct ctlr_info *h) in hpsa_free_ioaccel2_sg_chain_blocks()
2179 static int hpsa_allocate_ioaccel2_sg_chain_blocks(struct ctlr_info *h) in hpsa_allocate_ioaccel2_sg_chain_blocks()
2206 static void hpsa_free_sg_chain_blocks(struct ctlr_info *h) in hpsa_free_sg_chain_blocks()
2220 static int hpsa_alloc_sg_chain_blocks(struct ctlr_info *h) in hpsa_alloc_sg_chain_blocks()
2247 static int hpsa_map_ioaccel2_sg_chain_block(struct ctlr_info *h, in hpsa_map_ioaccel2_sg_chain_block()
2267 static void hpsa_unmap_ioaccel2_sg_chain_block(struct ctlr_info *h, in hpsa_unmap_ioaccel2_sg_chain_block()
2280 static int hpsa_map_sg_chain_block(struct ctlr_info *h, in hpsa_map_sg_chain_block()
2304 static void hpsa_unmap_sg_chain_block(struct ctlr_info *h, in hpsa_unmap_sg_chain_block()
2322 static int handle_ioaccel_mode2_error(struct ctlr_info *h, in handle_ioaccel_mode2_error()
2438 static void hpsa_cmd_resolve_events(struct ctlr_info *h, in hpsa_cmd_resolve_events()
2458 static void hpsa_cmd_resolve_and_free(struct ctlr_info *h, in hpsa_cmd_resolve_and_free()
2465 static void hpsa_cmd_free_and_done(struct ctlr_info *h, in hpsa_cmd_free_and_done()
2473 static void hpsa_retry_cmd(struct ctlr_info *h, struct CommandList *c) in hpsa_retry_cmd()
2479 static void process_ioaccel2_completion(struct ctlr_info *h, in process_ioaccel2_completion()
2521 static int hpsa_evaluate_tmf_status(struct ctlr_info *h, in hpsa_evaluate_tmf_status()
2551 struct ctlr_info *h; in complete_scsi_command()
2829 static int hpsa_scsi_do_simple_cmd_core(struct ctlr_info *h, in hpsa_scsi_do_simple_cmd_core()
2849 static int hpsa_scsi_do_simple_cmd(struct ctlr_info *h, struct CommandList *c, in hpsa_scsi_do_simple_cmd()
2859 static u32 lockup_detected(struct ctlr_info *h) in lockup_detected()
2872 static int hpsa_scsi_do_simple_cmd_with_retry(struct ctlr_info *h, in hpsa_scsi_do_simple_cmd_with_retry()
2900 static void hpsa_print_cmd(struct ctlr_info *h, char *txt, in hpsa_print_cmd()
2910 static void hpsa_scsi_interpret_error(struct ctlr_info *h, in hpsa_scsi_interpret_error()
2985 static int hpsa_do_receive_diagnostic(struct ctlr_info *h, u8 *scsi3addr, in hpsa_do_receive_diagnostic()
3012 static u64 hpsa_get_enclosure_logical_identifier(struct ctlr_info *h, in hpsa_get_enclosure_logical_identifier()
3036 static int hpsa_scsi_do_inquiry(struct ctlr_info *h, unsigned char *scsi3addr, in hpsa_scsi_do_inquiry()
3065 static int hpsa_send_reset(struct ctlr_info *h, struct hpsa_scsi_dev_t *dev, in hpsa_send_reset()
3094 static bool hpsa_cmd_dev_match(struct ctlr_info *h, struct CommandList *c, in hpsa_cmd_dev_match()
3153 static int hpsa_do_reset(struct ctlr_info *h, struct hpsa_scsi_dev_t *dev, in hpsa_do_reset()
3186 static void hpsa_get_raid_level(struct ctlr_info *h, in hpsa_get_raid_level()
3215 static void hpsa_debug_map_buff(struct ctlr_info *h, int rc, in hpsa_debug_map_buff()
3284 static void hpsa_debug_map_buff(__attribute__((unused)) struct ctlr_info *h, in hpsa_debug_map_buff()
3291 static int hpsa_get_raid_map(struct ctlr_info *h, in hpsa_get_raid_map()
3332 static int hpsa_bmic_sense_subsystem_information(struct ctlr_info *h, in hpsa_bmic_sense_subsystem_information()
3364 static int hpsa_bmic_id_controller(struct ctlr_info *h, in hpsa_bmic_id_controller()
3392 static int hpsa_bmic_id_physical_device(struct ctlr_info *h, in hpsa_bmic_id_physical_device()
3428 static void hpsa_get_enclosure_info(struct ctlr_info *h, in hpsa_get_enclosure_info()
3513 static u64 hpsa_get_sas_address_from_report_physical(struct ctlr_info *h, in hpsa_get_sas_address_from_report_physical()
3543 static void hpsa_get_sas_address(struct ctlr_info *h, unsigned char *scsi3addr, in hpsa_get_sas_address()
3570 static void hpsa_ext_ctrl_present(struct ctlr_info *h, in hpsa_ext_ctrl_present()
3595 static bool hpsa_vpd_page_supported(struct ctlr_info *h, in hpsa_vpd_page_supported()
3645 static void hpsa_get_ioaccel_status(struct ctlr_info *h, in hpsa_get_ioaccel_status()
3685 static int hpsa_get_device_id(struct ctlr_info *h, unsigned char *scsi3addr, in hpsa_get_device_id()
3712 static int hpsa_scsi_do_report_luns(struct ctlr_info *h, int logical, in hpsa_scsi_do_report_luns()
3760 static inline int hpsa_scsi_do_report_phys_luns(struct ctlr_info *h, in hpsa_scsi_do_report_phys_luns()
3791 static inline int hpsa_scsi_do_report_log_luns(struct ctlr_info *h, in hpsa_scsi_do_report_log_luns()
3806 static int hpsa_get_volume_status(struct ctlr_info *h, in hpsa_get_volume_status()
3850 static unsigned char hpsa_volume_offline(struct ctlr_info *h, in hpsa_volume_offline()
3913 static int hpsa_update_device_info(struct ctlr_info *h, in hpsa_update_device_info()
4032 static void figure_bus_target_lun(struct ctlr_info *h, in figure_bus_target_lun()
4063 static int figure_external_status(struct ctlr_info *h, int raid_ctlr_position, in figure_external_status()
4090 static int hpsa_gather_lun_info(struct ctlr_info *h, in hpsa_gather_lun_info()
4127 static u8 *figure_lunaddrbytes(struct ctlr_info *h, int raid_ctlr_position, in figure_lunaddrbytes()
4155 static void hpsa_get_ioaccel_drive_info(struct ctlr_info *h, in hpsa_get_ioaccel_drive_info()
4210 static int hpsa_set_local_logical_count(struct ctlr_info *h, in hpsa_set_local_logical_count()
4234 static bool hpsa_is_disk_spare(struct ctlr_info *h, u8 *lunaddrbytes) in hpsa_is_disk_spare()
4261 static bool hpsa_skip_device(struct ctlr_info *h, u8 *lunaddrbytes, in hpsa_skip_device()
4299 static void hpsa_update_scsi_devices(struct ctlr_info *h) in hpsa_update_scsi_devices()
4544 static int hpsa_scatter_gather(struct ctlr_info *h, in hpsa_scatter_gather()
4615 static inline void warn_zero_length_transfer(struct ctlr_info *h, in warn_zero_length_transfer()
4701 static int hpsa_scsi_ioaccel1_queue_command(struct ctlr_info *h, in hpsa_scsi_ioaccel1_queue_command()
4798 static int hpsa_scsi_ioaccel_direct_map(struct ctlr_info *h, in hpsa_scsi_ioaccel_direct_map()
4819 static void set_encrypt_ioaccel2(struct ctlr_info *h, in set_encrypt_ioaccel2()
4875 static int hpsa_scsi_ioaccel2_queue_command(struct ctlr_info *h, in hpsa_scsi_ioaccel2_queue_command()
5014 static int hpsa_scsi_ioaccel_queue_command(struct ctlr_info *h, in hpsa_scsi_ioaccel_queue_command()
5072 static int hpsa_scsi_ioaccel_raid_map(struct ctlr_info *h, in hpsa_scsi_ioaccel_raid_map()
5415 static int hpsa_ciss_submit(struct ctlr_info *h, in hpsa_ciss_submit()
5487 static void hpsa_cmd_init(struct ctlr_info *h, int index, in hpsa_cmd_init()
5508 static void hpsa_preinitialize_commands(struct ctlr_info *h) in hpsa_preinitialize_commands()
5520 static inline void hpsa_cmd_partial_init(struct ctlr_info *h, int index, in hpsa_cmd_partial_init()
5532 static int hpsa_ioaccel_submit(struct ctlr_info *h, in hpsa_ioaccel_submit()
5588 struct ctlr_info *h = c->h; in hpsa_command_resubmit_worker()
5627 struct ctlr_info *h; in hpsa_scsi_queue_command()
5687 static void hpsa_scan_complete(struct ctlr_info *h) in hpsa_scan_complete()
5699 struct ctlr_info *h = shost_to_hba(sh); in hpsa_scan_start()
5778 struct ctlr_info *h = shost_to_hba(sh); in hpsa_scan_finished()
5788 static int hpsa_scsi_host_alloc(struct ctlr_info *h) in hpsa_scsi_host_alloc()
5817 static int hpsa_scsi_add_host(struct ctlr_info *h) in hpsa_scsi_add_host()
5851 static int hpsa_send_test_unit_ready(struct ctlr_info *h, in hpsa_send_test_unit_ready()
5887 static int hpsa_wait_for_test_unit_ready(struct ctlr_info *h, in hpsa_wait_for_test_unit_ready()
5920 static int wait_for_device_to_become_ready(struct ctlr_info *h, in wait_for_device_to_become_ready()
5967 struct ctlr_info *h; in hpsa_eh_device_reset_handler()
6072 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, in cmd_tagged_alloc()
6110 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c) in cmd_tagged_free()
6128 static struct CommandList *cmd_alloc(struct ctlr_info *h) in cmd_alloc()
6183 static void cmd_free(struct ctlr_info *h, struct CommandList *c) in cmd_free()
6302 static int hpsa_getpciinfo_ioctl(struct ctlr_info *h, void __user *argp) in hpsa_getpciinfo_ioctl()
6317 static int hpsa_getdrivver_ioctl(struct ctlr_info *h, void __user *argp) in hpsa_getdrivver_ioctl()
6340 static int hpsa_passthru_ioctl(struct ctlr_info *h, void __user *argp) in hpsa_passthru_ioctl()
6439 static int hpsa_big_passthru_ioctl(struct ctlr_info *h, void __user *argp) in hpsa_big_passthru_ioctl()
6580 static void check_ioctl_unit_attention(struct ctlr_info *h, in check_ioctl_unit_attention()
6594 struct ctlr_info *h; in hpsa_ioctl()
6627 static void hpsa_send_host_reset(struct ctlr_info *h, u8 reset_type) in hpsa_send_host_reset()
6646 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, in fill_cmd()
6885 static inline unsigned long get_next_completion(struct ctlr_info *h, u8 q) in get_next_completion()
6890 static inline bool interrupt_pending(struct ctlr_info *h) in interrupt_pending()
6895 static inline long interrupt_not_for_us(struct ctlr_info *h) in interrupt_not_for_us()
6901 static inline int bad_tag(struct ctlr_info *h, u32 tag_index, in bad_tag()
6922 static inline void process_indexed_cmd(struct ctlr_info *h, in process_indexed_cmd()
6940 static int ignore_bogus_interrupt(struct ctlr_info *h) in ignore_bogus_interrupt()
6959 static struct ctlr_info *queue_to_hba(u8 *queue) in queue_to_hba()
6961 return container_of((queue - *queue), struct ctlr_info, q[0]); in queue_to_hba()
6966 struct ctlr_info *h = queue_to_hba(queue); in hpsa_intx_discard_completions()
6986 struct ctlr_info *h = queue_to_hba(queue); in hpsa_msix_discard_completions()
7002 struct ctlr_info *h = queue_to_hba((u8 *) queue); in do_hpsa_intr_intx()
7021 struct ctlr_info *h = queue_to_hba(queue); in do_hpsa_intr_msi()
7432 static void hpsa_disable_interrupt_mode(struct ctlr_info *h) in hpsa_disable_interrupt_mode()
7438 static void hpsa_setup_reply_map(struct ctlr_info *h) in hpsa_setup_reply_map()
7461 static int hpsa_interrupt_mode(struct ctlr_info *h) in hpsa_interrupt_mode()
7580 static void hpsa_free_cfgtables(struct ctlr_info *h) in hpsa_free_cfgtables()
7595 static int hpsa_find_cfgtables(struct ctlr_info *h) in hpsa_find_cfgtables()
7629 static void hpsa_get_max_perf_mode_cmds(struct ctlr_info *h) in hpsa_get_max_perf_mode_cmds()
7653 static int hpsa_supports_chained_sg_blocks(struct ctlr_info *h) in hpsa_supports_chained_sg_blocks()
7662 static void hpsa_find_board_params(struct ctlr_info *h) in hpsa_find_board_params()
7694 static inline bool hpsa_CISS_signature_present(struct ctlr_info *h) in hpsa_CISS_signature_present()
7703 static inline void hpsa_set_driver_support_bits(struct ctlr_info *h) in hpsa_set_driver_support_bits()
7719 static inline void hpsa_p600_dma_prefetch_quirk(struct ctlr_info *h) in hpsa_p600_dma_prefetch_quirk()
7730 static int hpsa_wait_for_clear_event_notify_ack(struct ctlr_info *h) in hpsa_wait_for_clear_event_notify_ack()
7750 static int hpsa_wait_for_mode_change_ack(struct ctlr_info *h) in hpsa_wait_for_mode_change_ack()
7777 static int hpsa_enter_simple_mode(struct ctlr_info *h) in hpsa_enter_simple_mode()
7804 static void hpsa_free_pci_init(struct ctlr_info *h) in hpsa_free_pci_init()
7819 static int hpsa_pci_init(struct ctlr_info *h) in hpsa_pci_init()
7902 static void hpsa_hba_inquiry(struct ctlr_info *h) in hpsa_hba_inquiry()
7980 static void hpsa_free_cmd_pool(struct ctlr_info *h) in hpsa_free_cmd_pool()
8002 static int hpsa_alloc_cmd_pool(struct ctlr_info *h) in hpsa_alloc_cmd_pool()
8027 static void hpsa_free_irqs(struct ctlr_info *h) in hpsa_free_irqs()
8052 static int hpsa_request_irqs(struct ctlr_info *h, in hpsa_request_irqs()
8118 static int hpsa_kdump_soft_reset(struct ctlr_info *h) in hpsa_kdump_soft_reset()
8141 static void hpsa_free_reply_queues(struct ctlr_info *h) in hpsa_free_reply_queues()
8158 static void hpsa_undo_allocations_after_kdump_soft_reset(struct ctlr_info *h) in hpsa_undo_allocations_after_kdump_soft_reset()
8186 static void fail_all_outstanding_cmds(struct ctlr_info *h) in fail_all_outstanding_cmds()
8208 static void set_lockup_detected_for_all_cpus(struct ctlr_info *h, u32 value) in set_lockup_detected_for_all_cpus()
8220 static void controller_lockup_detected(struct ctlr_info *h) in controller_lockup_detected()
8247 static int detect_controller_lockup(struct ctlr_info *h) in detect_controller_lockup()
8292 static void hpsa_set_ioaccel_status(struct ctlr_info *h) in hpsa_set_ioaccel_status()
8352 static void hpsa_ack_ctlr_events(struct ctlr_info *h) in hpsa_ack_ctlr_events()
8397 static int hpsa_ctlr_needs_rescan(struct ctlr_info *h) in hpsa_ctlr_needs_rescan()
8414 static int hpsa_offline_devices_ready(struct ctlr_info *h) in hpsa_offline_devices_ready()
8437 static int hpsa_luns_changed(struct ctlr_info *h) in hpsa_luns_changed()
8470 static void hpsa_perform_rescan(struct ctlr_info *h) in hpsa_perform_rescan()
8499 struct ctlr_info *h = container_of(to_delayed_work(work), in hpsa_event_monitor_worker()
8500 struct ctlr_info, event_monitor_work); in hpsa_event_monitor_worker()
8525 struct ctlr_info *h = container_of(to_delayed_work(work), in hpsa_rescan_ctlr_worker()
8526 struct ctlr_info, rescan_ctlr_work); in hpsa_rescan_ctlr_worker()
8554 struct ctlr_info *h = container_of(to_delayed_work(work), in hpsa_monitor_ctlr_worker()
8555 struct ctlr_info, monitor_ctlr_work); in hpsa_monitor_ctlr_worker()
8568 static struct workqueue_struct *hpsa_create_controller_wq(struct ctlr_info *h, in hpsa_create_controller_wq()
8580 static void hpda_free_ctlr_info(struct ctlr_info *h) in hpda_free_ctlr_info()
8586 static struct ctlr_info *hpda_alloc_ctlr_info(void) in hpda_alloc_ctlr_info()
8588 struct ctlr_info *h; in hpda_alloc_ctlr_info()
8605 struct ctlr_info *h; in hpsa_init_one()
8874 static void hpsa_flush_cache(struct ctlr_info *h) in hpsa_flush_cache()
8907 static void hpsa_disable_rld_caching(struct ctlr_info *h) in hpsa_disable_rld_caching()
8968 struct ctlr_info *h; in __hpsa_shutdown()
8987 static void hpsa_free_device_info(struct ctlr_info *h) in hpsa_free_device_info()
8999 struct ctlr_info *h; in hpsa_remove_one()
9117 static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support) in hpsa_enter_performant_mode()
9295 static void hpsa_free_ioaccel1_cmd_and_bft(struct ctlr_info *h) in hpsa_free_ioaccel1_cmd_and_bft()
9310 static int hpsa_alloc_ioaccel1_cmd_and_bft(struct ctlr_info *h) in hpsa_alloc_ioaccel1_cmd_and_bft()
9346 static void hpsa_free_ioaccel2_cmd_and_bft(struct ctlr_info *h) in hpsa_free_ioaccel2_cmd_and_bft()
9363 static int hpsa_alloc_ioaccel2_cmd_and_bft(struct ctlr_info *h) in hpsa_alloc_ioaccel2_cmd_and_bft()
9405 static void hpsa_free_performant_mode(struct ctlr_info *h) in hpsa_free_performant_mode()
9417 static int hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h) in hpsa_put_ctlr_into_performant_mode()
9493 static void hpsa_drain_accel_commands(struct ctlr_info *h) in hpsa_drain_accel_commands()
9678 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h, in hpsa_find_device_by_sas_rphy()
9695 static int hpsa_add_sas_host(struct ctlr_info *h) in hpsa_add_sas_host()
9739 static void hpsa_delete_sas_host(struct ctlr_info *h) in hpsa_delete_sas_host()
9795 struct ctlr_info *h; in hpsa_sas_get_enclosure_identifier()