Lines Matching defs:hba

46 static int iop_wait_ready_itl(struct hptiop_hba *hba, u32 millisec)  in iop_wait_ready_itl()
67 static int iop_wait_ready_mv(struct hptiop_hba *hba, u32 millisec) in iop_wait_ready_mv()
72 static int iop_wait_ready_mvfrey(struct hptiop_hba *hba, u32 millisec) in iop_wait_ready_mvfrey()
77 static void hptiop_request_callback_itl(struct hptiop_hba *hba, u32 tag) in hptiop_request_callback_itl()
86 static void hptiop_drain_outbound_queue_itl(struct hptiop_hba *hba) in hptiop_drain_outbound_queue_itl()
113 static int iop_intr_itl(struct hptiop_hba *hba) in iop_intr_itl()
161 static void mv_inbound_write(u64 p, struct hptiop_hba *hba) in mv_inbound_write()
175 static void hptiop_request_callback_mv(struct hptiop_hba *hba, u64 tag) in hptiop_request_callback_mv()
203 static int iop_intr_mv(struct hptiop_hba *hba) in iop_intr_mv()
230 static void hptiop_request_callback_mvfrey(struct hptiop_hba *hba, u32 _tag) in hptiop_request_callback_mvfrey()
253 static int iop_intr_mvfrey(struct hptiop_hba *hba) in iop_intr_mvfrey()
298 static int iop_send_sync_request_itl(struct hptiop_hba *hba, in iop_send_sync_request_itl()
320 static int iop_send_sync_request_mv(struct hptiop_hba *hba, in iop_send_sync_request_mv()
340 static int iop_send_sync_request_mvfrey(struct hptiop_hba *hba, in iop_send_sync_request_mvfrey()
360 static void hptiop_post_msg_itl(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_itl()
366 static void hptiop_post_msg_mv(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mv()
373 static void hptiop_post_msg_mvfrey(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mvfrey()
379 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec) in iop_send_sync_msg()
400 static int iop_get_config_itl(struct hptiop_hba *hba, in iop_get_config_itl()
428 static int iop_get_config_mv(struct hptiop_hba *hba, in iop_get_config_mv()
450 static int iop_get_config_mvfrey(struct hptiop_hba *hba, in iop_get_config_mvfrey()
472 static int iop_set_config_itl(struct hptiop_hba *hba, in iop_set_config_itl()
504 static int iop_set_config_mv(struct hptiop_hba *hba, in iop_set_config_mv()
526 static int iop_set_config_mvfrey(struct hptiop_hba *hba, in iop_set_config_mvfrey()
549 static void hptiop_enable_intr_itl(struct hptiop_hba *hba) in hptiop_enable_intr_itl()
555 static void hptiop_enable_intr_mv(struct hptiop_hba *hba) in hptiop_enable_intr_mv()
561 static void hptiop_enable_intr_mvfrey(struct hptiop_hba *hba) in hptiop_enable_intr_mvfrey()
568 static int hptiop_initialize_iop(struct hptiop_hba *hba) in hptiop_initialize_iop()
585 static void __iomem *hptiop_map_pci_bar(struct hptiop_hba *hba, int index) in hptiop_map_pci_bar()
611 static int hptiop_map_pci_bar_itl(struct hptiop_hba *hba) in hptiop_map_pci_bar_itl()
628 static void hptiop_unmap_pci_bar_itl(struct hptiop_hba *hba) in hptiop_unmap_pci_bar_itl()
635 static int hptiop_map_pci_bar_mv(struct hptiop_hba *hba) in hptiop_map_pci_bar_mv()
650 static int hptiop_map_pci_bar_mvfrey(struct hptiop_hba *hba) in hptiop_map_pci_bar_mvfrey()
665 static void hptiop_unmap_pci_bar_mv(struct hptiop_hba *hba) in hptiop_unmap_pci_bar_mv()
671 static void hptiop_unmap_pci_bar_mvfrey(struct hptiop_hba *hba) in hptiop_unmap_pci_bar_mvfrey()
677 static void hptiop_message_callback(struct hptiop_hba *hba, u32 msg) in hptiop_message_callback()
696 static struct hptiop_request *get_req(struct hptiop_hba *hba) in get_req()
709 static void free_req(struct hptiop_hba *hba, struct hptiop_request *req) in free_req()
716 static void hptiop_finish_scsi_req(struct hptiop_hba *hba, u32 tag, in hptiop_finish_scsi_req()
776 static void hptiop_host_request_callback_itl(struct hptiop_hba *hba, u32 _tag) in hptiop_host_request_callback_itl()
794 static void hptiop_iop_request_callback_itl(struct hptiop_hba *hba, u32 tag) in hptiop_iop_request_callback_itl()
835 struct hptiop_hba *hba = dev_id; in hptiop_intr() local
849 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_buildsgl() local
873 static void hptiop_post_req_itl(struct hptiop_hba *hba, in hptiop_post_req_itl()
900 static void hptiop_post_req_mv(struct hptiop_hba *hba, in hptiop_post_req_mv()
924 static void hptiop_post_req_mvfrey(struct hptiop_hba *hba, in hptiop_post_req_mvfrey()
955 static int hptiop_reset_comm_itl(struct hptiop_hba *hba) in hptiop_reset_comm_itl()
960 static int hptiop_reset_comm_mv(struct hptiop_hba *hba) in hptiop_reset_comm_mv()
965 static int hptiop_reset_comm_mvfrey(struct hptiop_hba *hba) in hptiop_reset_comm_mvfrey()
999 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_queuecommand_lck() local
1066 static int hptiop_reset_hba(struct hptiop_hba *hba) in hptiop_reset_hba()
1093 struct hptiop_hba * hba = (struct hptiop_hba *)scp->device->host->hostdata; in hptiop_reset() local
1104 struct hptiop_hba *hba = (struct hptiop_hba *)sdev->host->hostdata; in hptiop_adjust_disk_queue_depth() local
1121 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_show_fw_version() local
1177 static int hptiop_internal_memalloc_itl(struct hptiop_hba *hba) in hptiop_internal_memalloc_itl()
1182 static int hptiop_internal_memalloc_mv(struct hptiop_hba *hba) in hptiop_internal_memalloc_mv()
1192 static int hptiop_internal_memalloc_mvfrey(struct hptiop_hba *hba) in hptiop_internal_memalloc_mvfrey()
1244 static int hptiop_internal_memfree_itl(struct hptiop_hba *hba) in hptiop_internal_memfree_itl()
1249 static int hptiop_internal_memfree_mv(struct hptiop_hba *hba) in hptiop_internal_memfree_mv()
1259 static int hptiop_internal_memfree_mvfrey(struct hptiop_hba *hba) in hptiop_internal_memfree_mvfrey()
1275 struct hptiop_hba *hba; in hptiop_probe() local
1505 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_shutdown() local
1518 static void hptiop_disable_intr_itl(struct hptiop_hba *hba) in hptiop_disable_intr_itl()
1529 static void hptiop_disable_intr_mv(struct hptiop_hba *hba) in hptiop_disable_intr_mv()
1535 static void hptiop_disable_intr_mvfrey(struct hptiop_hba *hba) in hptiop_disable_intr_mvfrey()
1548 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_remove() local