Lines Matching defs:h
341 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention()
394 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
409 struct ctlr_info *h; in host_show_lockup_detected() local
423 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status() local
447 struct ctlr_info *h; in host_store_raid_offload_debug() local
471 struct ctlr_info *h; in host_store_rescan() local
481 struct ctlr_info *h; in host_show_firmware_revision() local
497 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local
506 struct ctlr_info *h; in host_show_transport_mode() local
518 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status() local
614 struct ctlr_info *h; in host_show_resettable() local
649 struct ctlr_info *h; in raid_level_show() local
681 struct ctlr_info *h; in lunid_show() local
705 struct ctlr_info *h; in unique_id_show() local
733 struct ctlr_info *h; in host_show_hp_ssd_smart_path_enabled() local
757 struct ctlr_info *h; in path_info_show() local
913 static inline u32 next_command(struct ctlr_info *h, u8 q) in next_command()
971 static void set_performant_mode(struct ctlr_info *h, struct CommandList *c, in set_performant_mode()
986 static void set_ioaccel1_performant_mode(struct ctlr_info *h, in set_ioaccel1_performant_mode()
1010 static void set_ioaccel2_tmf_performant_mode(struct ctlr_info *h, in set_ioaccel2_tmf_performant_mode()
1032 static void set_ioaccel2_performant_mode(struct ctlr_info *h, in set_ioaccel2_performant_mode()
1067 static void dial_down_lockup_detection_during_fw_flash(struct ctlr_info *h, in dial_down_lockup_detection_during_fw_flash()
1076 static void dial_up_lockup_detection_on_fw_flash_complete(struct ctlr_info *h, in dial_up_lockup_detection_on_fw_flash_complete()
1084 static void __enqueue_cmd_and_start_io(struct ctlr_info *h, in __enqueue_cmd_and_start_io()
1108 static void enqueue_cmd_and_start_io(struct ctlr_info *h, struct CommandList *c) in enqueue_cmd_and_start_io()
1121 static inline int is_scsi_rev_5(struct ctlr_info *h) in is_scsi_rev_5()
1130 static int hpsa_find_target_lun(struct ctlr_info *h, in hpsa_find_target_lun()
1156 static void hpsa_show_dev_msg(const char *level, struct ctlr_info *h, in hpsa_show_dev_msg()
1211 static int hpsa_scsi_add_entry(struct ctlr_info *h, in hpsa_scsi_add_entry()
1287 static void hpsa_scsi_update_entry(struct ctlr_info *h, in hpsa_scsi_update_entry()
1335 static void hpsa_scsi_replace_entry(struct ctlr_info *h, in hpsa_scsi_replace_entry()
1363 static void hpsa_scsi_remove_entry(struct ctlr_info *h, int entry, in hpsa_scsi_remove_entry()
1392 static void fixup_botched_add(struct ctlr_info *h, in fixup_botched_add()
1498 static void hpsa_monitor_offline_device(struct ctlr_info *h, in hpsa_monitor_offline_device()
1528 static void hpsa_show_volume_status(struct ctlr_info *h, in hpsa_show_volume_status()
1612 static void hpsa_figure_phys_disk_ptrs(struct ctlr_info *h, in hpsa_figure_phys_disk_ptrs()
1678 static void hpsa_update_log_drive_phys_drive_ptrs(struct ctlr_info *h, in hpsa_update_log_drive_phys_drive_ptrs()
1704 static int hpsa_add_device(struct ctlr_info *h, struct hpsa_scsi_dev_t *device) in hpsa_add_device()
1720 static void hpsa_remove_device(struct ctlr_info *h, in hpsa_remove_device()
1747 static void adjust_hpsa_scsi_table(struct ctlr_info *h, in adjust_hpsa_scsi_table()
1915 static struct hpsa_scsi_dev_t *lookup_hpsa_scsi_dev(struct ctlr_info *h, in lookup_hpsa_scsi_dev()
1933 struct ctlr_info *h; in hpsa_slave_alloc() local
1986 static void hpsa_free_ioaccel2_sg_chain_blocks(struct ctlr_info *h) in hpsa_free_ioaccel2_sg_chain_blocks()
2000 static int hpsa_allocate_ioaccel2_sg_chain_blocks(struct ctlr_info *h) in hpsa_allocate_ioaccel2_sg_chain_blocks()
2026 static void hpsa_free_sg_chain_blocks(struct ctlr_info *h) in hpsa_free_sg_chain_blocks()
2040 static int hpsa_alloc_sg_chain_blocks(struct ctlr_info *h) in hpsa_alloc_sg_chain_blocks()
2068 static int hpsa_map_ioaccel2_sg_chain_block(struct ctlr_info *h, in hpsa_map_ioaccel2_sg_chain_block()
2088 static void hpsa_unmap_ioaccel2_sg_chain_block(struct ctlr_info *h, in hpsa_unmap_ioaccel2_sg_chain_block()
2101 static int hpsa_map_sg_chain_block(struct ctlr_info *h, in hpsa_map_sg_chain_block()
2125 static void hpsa_unmap_sg_chain_block(struct ctlr_info *h, in hpsa_unmap_sg_chain_block()
2143 static int handle_ioaccel_mode2_error(struct ctlr_info *h, in handle_ioaccel_mode2_error()
2234 static void hpsa_cmd_resolve_events(struct ctlr_info *h, in hpsa_cmd_resolve_events()
2281 static void hpsa_cmd_resolve_and_free(struct ctlr_info *h, in hpsa_cmd_resolve_and_free()
2288 static void hpsa_cmd_free_and_done(struct ctlr_info *h, in hpsa_cmd_free_and_done()
2295 static void hpsa_retry_cmd(struct ctlr_info *h, struct CommandList *c) in hpsa_retry_cmd()
2306 static void hpsa_cmd_abort_and_free(struct ctlr_info *h, struct CommandList *c, in hpsa_cmd_abort_and_free()
2315 static void process_ioaccel2_completion(struct ctlr_info *h, in process_ioaccel2_completion()
2348 static int hpsa_evaluate_tmf_status(struct ctlr_info *h, in hpsa_evaluate_tmf_status()
2378 struct ctlr_info *h; in complete_scsi_command() local
2629 static int hpsa_scsi_do_simple_cmd_core(struct ctlr_info *h, in hpsa_scsi_do_simple_cmd_core()
2649 static int hpsa_scsi_do_simple_cmd(struct ctlr_info *h, struct CommandList *c, in hpsa_scsi_do_simple_cmd()
2659 static u32 lockup_detected(struct ctlr_info *h) in lockup_detected()
2672 static int hpsa_scsi_do_simple_cmd_with_retry(struct ctlr_info *h, in hpsa_scsi_do_simple_cmd_with_retry()
2699 static void hpsa_print_cmd(struct ctlr_info *h, char *txt, in hpsa_print_cmd()
2715 static void hpsa_scsi_interpret_error(struct ctlr_info *h, in hpsa_scsi_interpret_error()
2790 static int hpsa_scsi_do_inquiry(struct ctlr_info *h, unsigned char *scsi3addr, in hpsa_scsi_do_inquiry()
2819 static int hpsa_send_reset(struct ctlr_info *h, unsigned char *scsi3addr, in hpsa_send_reset()
2849 static bool hpsa_cmd_dev_match(struct ctlr_info *h, struct CommandList *c, in hpsa_cmd_dev_match()
2908 static int hpsa_do_reset(struct ctlr_info *h, struct hpsa_scsi_dev_t *dev, in hpsa_do_reset()
2966 static void hpsa_get_raid_level(struct ctlr_info *h, in hpsa_get_raid_level()
2987 static void hpsa_debug_map_buff(struct ctlr_info *h, int rc, in hpsa_debug_map_buff()
3056 static void hpsa_debug_map_buff(__attribute__((unused)) struct ctlr_info *h, in hpsa_debug_map_buff()
3063 static int hpsa_get_raid_map(struct ctlr_info *h, in hpsa_get_raid_map()
3104 static int hpsa_bmic_sense_subsystem_information(struct ctlr_info *h, in hpsa_bmic_sense_subsystem_information()
3136 static int hpsa_bmic_id_controller(struct ctlr_info *h, in hpsa_bmic_id_controller()
3164 static int hpsa_bmic_id_physical_device(struct ctlr_info *h, in hpsa_bmic_id_physical_device()
3194 static u64 hpsa_get_sas_address_from_report_physical(struct ctlr_info *h, in hpsa_get_sas_address_from_report_physical()
3224 static void hpsa_get_sas_address(struct ctlr_info *h, unsigned char *scsi3addr, in hpsa_get_sas_address()
3255 static int hpsa_vpd_page_supported(struct ctlr_info *h, in hpsa_vpd_page_supported()
3298 static void hpsa_get_ioaccel_status(struct ctlr_info *h, in hpsa_get_ioaccel_status()
3338 static int hpsa_get_device_id(struct ctlr_info *h, unsigned char *scsi3addr, in hpsa_get_device_id()
3358 static int hpsa_scsi_do_report_luns(struct ctlr_info *h, int logical, in hpsa_scsi_do_report_luns()
3403 static inline int hpsa_scsi_do_report_phys_luns(struct ctlr_info *h, in hpsa_scsi_do_report_phys_luns()
3410 static inline int hpsa_scsi_do_report_log_luns(struct ctlr_info *h, in hpsa_scsi_do_report_log_luns()
3425 static int hpsa_get_volume_status(struct ctlr_info *h, in hpsa_get_volume_status()
3469 static int hpsa_volume_offline(struct ctlr_info *h, in hpsa_volume_offline()
3545 static int hpsa_device_supports_aborts(struct ctlr_info *h, in hpsa_device_supports_aborts()
3595 static int hpsa_update_device_info(struct ctlr_info *h, in hpsa_update_device_info()
3677 static void hpsa_update_device_supports_aborts(struct ctlr_info *h, in hpsa_update_device_supports_aborts()
3708 static void figure_bus_target_lun(struct ctlr_info *h, in figure_bus_target_lun()
3744 static int hpsa_get_pdisk_of_ioaccel2(struct ctlr_info *h, in hpsa_get_pdisk_of_ioaccel2()
3764 static int figure_external_status(struct ctlr_info *h, int raid_ctlr_position, in figure_external_status()
3791 static int hpsa_gather_lun_info(struct ctlr_info *h, in hpsa_gather_lun_info()
3828 static u8 *figure_lunaddrbytes(struct ctlr_info *h, int raid_ctlr_position, in figure_lunaddrbytes()
3856 static void hpsa_get_ioaccel_drive_info(struct ctlr_info *h, in hpsa_get_ioaccel_drive_info()
3909 static int hpsa_set_local_logical_count(struct ctlr_info *h, in hpsa_set_local_logical_count()
3934 static void hpsa_update_scsi_devices(struct ctlr_info *h) in hpsa_update_scsi_devices()
4178 static int hpsa_scatter_gather(struct ctlr_info *h, in hpsa_scatter_gather()
4292 static int hpsa_scsi_ioaccel1_queue_command(struct ctlr_info *h, in hpsa_scsi_ioaccel1_queue_command()
4383 static int hpsa_scsi_ioaccel_direct_map(struct ctlr_info *h, in hpsa_scsi_ioaccel_direct_map()
4398 static void set_encrypt_ioaccel2(struct ctlr_info *h, in set_encrypt_ioaccel2()
4452 static int hpsa_scsi_ioaccel2_queue_command(struct ctlr_info *h, in hpsa_scsi_ioaccel2_queue_command()
4569 static int hpsa_scsi_ioaccel_queue_command(struct ctlr_info *h, in hpsa_scsi_ioaccel_queue_command()
4618 static int hpsa_scsi_ioaccel_raid_map(struct ctlr_info *h, in hpsa_scsi_ioaccel_raid_map()
4947 static int hpsa_ciss_submit(struct ctlr_info *h, in hpsa_ciss_submit()
5011 static void hpsa_cmd_init(struct ctlr_info *h, int index, in hpsa_cmd_init()
5032 static void hpsa_preinitialize_commands(struct ctlr_info *h) in hpsa_preinitialize_commands()
5044 static inline void hpsa_cmd_partial_init(struct ctlr_info *h, int index, in hpsa_cmd_partial_init()
5056 static int hpsa_ioaccel_submit(struct ctlr_info *h, in hpsa_ioaccel_submit()
5100 struct ctlr_info *h = c->h; in hpsa_command_resubmit_worker() local
5139 struct ctlr_info *h; in hpsa_scsi_queue_command() local
5184 static void hpsa_scan_complete(struct ctlr_info *h) in hpsa_scan_complete()
5196 struct ctlr_info *h = shost_to_hba(sh); in hpsa_scan_start() local
5250 struct ctlr_info *h = shost_to_hba(sh); in hpsa_scan_finished() local
5260 static int hpsa_scsi_host_alloc(struct ctlr_info *h) in hpsa_scsi_host_alloc()
5289 static int hpsa_scsi_add_host(struct ctlr_info *h) in hpsa_scsi_add_host()
5323 static int hpsa_send_test_unit_ready(struct ctlr_info *h, in hpsa_send_test_unit_ready()
5359 static int hpsa_wait_for_test_unit_ready(struct ctlr_info *h, in hpsa_wait_for_test_unit_ready()
5392 static int wait_for_device_to_become_ready(struct ctlr_info *h, in wait_for_device_to_become_ready()
5438 struct ctlr_info *h; in hpsa_eh_device_reset_handler() local
5516 static void hpsa_get_tag(struct ctlr_info *h, in hpsa_get_tag()
5541 static int hpsa_send_abort(struct ctlr_info *h, unsigned char *scsi3addr, in hpsa_send_abort()
5585 static void setup_ioaccel2_abort_cmd(struct CommandList *c, struct ctlr_info *h, in setup_ioaccel2_abort_cmd()
5634 static int hpsa_send_reset_as_abort_ioaccel2(struct ctlr_info *h, in hpsa_send_reset_as_abort_ioaccel2()
5705 static int hpsa_send_abort_ioaccel2(struct ctlr_info *h, in hpsa_send_abort_ioaccel2()
5754 static int hpsa_send_abort_both_ways(struct ctlr_info *h, in hpsa_send_abort_both_ways()
5775 static int hpsa_extract_reply_queue(struct ctlr_info *h, in hpsa_extract_reply_queue()
5787 static inline int wait_for_available_abort_cmd(struct ctlr_info *h) in wait_for_available_abort_cmd()
5803 struct ctlr_info *h; in hpsa_eh_abort_handler() local
5932 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, in cmd_tagged_alloc()
5967 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c) in cmd_tagged_free()
5987 static struct CommandList *cmd_alloc(struct ctlr_info *h) in cmd_alloc()
6041 static void cmd_free(struct ctlr_info *h, struct CommandList *c) in cmd_free()
6159 static int hpsa_getpciinfo_ioctl(struct ctlr_info *h, void __user *argp) in hpsa_getpciinfo_ioctl()
6174 static int hpsa_getdrivver_ioctl(struct ctlr_info *h, void __user *argp) in hpsa_getdrivver_ioctl()
6197 static int hpsa_passthru_ioctl(struct ctlr_info *h, void __user *argp) in hpsa_passthru_ioctl()
6295 static int hpsa_big_passthru_ioctl(struct ctlr_info *h, void __user *argp) in hpsa_big_passthru_ioctl()
6440 static void check_ioctl_unit_attention(struct ctlr_info *h, in check_ioctl_unit_attention()
6453 struct ctlr_info *h; in hpsa_ioctl() local
6486 static void hpsa_send_host_reset(struct ctlr_info *h, unsigned char *scsi3addr, in hpsa_send_host_reset()
6506 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, in fill_cmd()
6747 static inline unsigned long get_next_completion(struct ctlr_info *h, u8 q) in get_next_completion()
6752 static inline bool interrupt_pending(struct ctlr_info *h) in interrupt_pending()
6757 static inline long interrupt_not_for_us(struct ctlr_info *h) in interrupt_not_for_us()
6763 static inline int bad_tag(struct ctlr_info *h, u32 tag_index, in bad_tag()
6784 static inline void process_indexed_cmd(struct ctlr_info *h, in process_indexed_cmd()
6802 static int ignore_bogus_interrupt(struct ctlr_info *h) in ignore_bogus_interrupt()
6828 struct ctlr_info *h = queue_to_hba(queue); in hpsa_intx_discard_completions() local
6848 struct ctlr_info *h = queue_to_hba(queue); in hpsa_msix_discard_completions() local
6864 struct ctlr_info *h = queue_to_hba((u8 *) queue); in do_hpsa_intr_intx() local
6883 struct ctlr_info *h = queue_to_hba(queue); in do_hpsa_intr_msi() local
7294 static void hpsa_disable_interrupt_mode(struct ctlr_info *h) in hpsa_disable_interrupt_mode()
7310 static void hpsa_interrupt_mode(struct ctlr_info *h) in hpsa_interrupt_mode()
7440 static void hpsa_free_cfgtables(struct ctlr_info *h) in hpsa_free_cfgtables()
7455 static int hpsa_find_cfgtables(struct ctlr_info *h) in hpsa_find_cfgtables()
7489 static void hpsa_get_max_perf_mode_cmds(struct ctlr_info *h) in hpsa_get_max_perf_mode_cmds()
7513 static int hpsa_supports_chained_sg_blocks(struct ctlr_info *h) in hpsa_supports_chained_sg_blocks()
7522 static void hpsa_find_board_params(struct ctlr_info *h) in hpsa_find_board_params()
7554 static inline bool hpsa_CISS_signature_present(struct ctlr_info *h) in hpsa_CISS_signature_present()
7563 static inline void hpsa_set_driver_support_bits(struct ctlr_info *h) in hpsa_set_driver_support_bits()
7579 static inline void hpsa_p600_dma_prefetch_quirk(struct ctlr_info *h) in hpsa_p600_dma_prefetch_quirk()
7590 static int hpsa_wait_for_clear_event_notify_ack(struct ctlr_info *h) in hpsa_wait_for_clear_event_notify_ack()
7610 static int hpsa_wait_for_mode_change_ack(struct ctlr_info *h) in hpsa_wait_for_mode_change_ack()
7637 static int hpsa_enter_simple_mode(struct ctlr_info *h) in hpsa_enter_simple_mode()
7664 static void hpsa_free_pci_init(struct ctlr_info *h) in hpsa_free_pci_init()
7679 static int hpsa_pci_init(struct ctlr_info *h) in hpsa_pci_init()
7757 static void hpsa_hba_inquiry(struct ctlr_info *h) in hpsa_hba_inquiry()
7835 static void hpsa_free_cmd_pool(struct ctlr_info *h) in hpsa_free_cmd_pool()
7857 static int hpsa_alloc_cmd_pool(struct ctlr_info *h) in hpsa_alloc_cmd_pool()
7881 static void hpsa_irq_affinity_hints(struct ctlr_info *h) in hpsa_irq_affinity_hints()
7893 static void hpsa_free_irqs(struct ctlr_info *h) in hpsa_free_irqs()
7916 static int hpsa_request_irqs(struct ctlr_info *h, in hpsa_request_irqs()
7984 static int hpsa_kdump_soft_reset(struct ctlr_info *h) in hpsa_kdump_soft_reset()
8007 static void hpsa_free_reply_queues(struct ctlr_info *h) in hpsa_free_reply_queues()
8024 static void hpsa_undo_allocations_after_kdump_soft_reset(struct ctlr_info *h) in hpsa_undo_allocations_after_kdump_soft_reset()
8047 static void fail_all_outstanding_cmds(struct ctlr_info *h) in fail_all_outstanding_cmds()
8069 static void set_lockup_detected_for_all_cpus(struct ctlr_info *h, u32 value) in set_lockup_detected_for_all_cpus()
8081 static void controller_lockup_detected(struct ctlr_info *h) in controller_lockup_detected()
8104 static int detect_controller_lockup(struct ctlr_info *h) in detect_controller_lockup()
8140 static void hpsa_ack_ctlr_events(struct ctlr_info *h) in hpsa_ack_ctlr_events()
8191 static int hpsa_ctlr_needs_rescan(struct ctlr_info *h) in hpsa_ctlr_needs_rescan()
8208 static int hpsa_offline_devices_ready(struct ctlr_info *h) in hpsa_offline_devices_ready()
8231 static int hpsa_luns_changed(struct ctlr_info *h) in hpsa_luns_changed()
8269 struct ctlr_info *h = container_of(to_delayed_work(work), in hpsa_rescan_ctlr_worker() local
8305 struct ctlr_info *h = container_of(to_delayed_work(work), in hpsa_monitor_ctlr_worker() local
8319 static struct workqueue_struct *hpsa_create_controller_wq(struct ctlr_info *h, in hpsa_create_controller_wq()
8334 struct ctlr_info *h; in hpsa_init_one() local
8590 static void hpsa_flush_cache(struct ctlr_info *h) in hpsa_flush_cache()
8623 static void hpsa_disable_rld_caching(struct ctlr_info *h) in hpsa_disable_rld_caching()
8687 struct ctlr_info *h; in hpsa_shutdown() local
8700 static void hpsa_free_device_info(struct ctlr_info *h) in hpsa_free_device_info()
8712 struct ctlr_info *h; in hpsa_remove_one() local
8828 static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support) in hpsa_enter_performant_mode()
9010 static void hpsa_free_ioaccel1_cmd_and_bft(struct ctlr_info *h) in hpsa_free_ioaccel1_cmd_and_bft()
9025 static int hpsa_alloc_ioaccel1_cmd_and_bft(struct ctlr_info *h) in hpsa_alloc_ioaccel1_cmd_and_bft()
9061 static void hpsa_free_ioaccel2_cmd_and_bft(struct ctlr_info *h) in hpsa_free_ioaccel2_cmd_and_bft()
9078 static int hpsa_alloc_ioaccel2_cmd_and_bft(struct ctlr_info *h) in hpsa_alloc_ioaccel2_cmd_and_bft()
9120 static void hpsa_free_performant_mode(struct ctlr_info *h) in hpsa_free_performant_mode()
9132 static int hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h) in hpsa_put_ctlr_into_performant_mode()
9207 static void hpsa_drain_accel_commands(struct ctlr_info *h) in hpsa_drain_accel_commands()
9392 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h, in hpsa_find_device_by_sas_rphy()
9409 static int hpsa_add_sas_host(struct ctlr_info *h) in hpsa_add_sas_host()
9453 static void hpsa_delete_sas_host(struct ctlr_info *h) in hpsa_delete_sas_host()