Lines Matching defs:hba

54 static int iop_wait_ready_itl(struct hptiop_hba *hba, u32 millisec)  in iop_wait_ready_itl()
75 static int iop_wait_ready_mv(struct hptiop_hba *hba, u32 millisec) in iop_wait_ready_mv()
80 static int iop_wait_ready_mvfrey(struct hptiop_hba *hba, u32 millisec) in iop_wait_ready_mvfrey()
85 static void hptiop_request_callback_itl(struct hptiop_hba *hba, u32 tag) in hptiop_request_callback_itl()
94 static void hptiop_drain_outbound_queue_itl(struct hptiop_hba *hba) in hptiop_drain_outbound_queue_itl()
121 static int iop_intr_itl(struct hptiop_hba *hba) in iop_intr_itl()
169 static void mv_inbound_write(u64 p, struct hptiop_hba *hba) in mv_inbound_write()
183 static void hptiop_request_callback_mv(struct hptiop_hba *hba, u64 tag) in hptiop_request_callback_mv()
211 static int iop_intr_mv(struct hptiop_hba *hba) in iop_intr_mv()
238 static void hptiop_request_callback_mvfrey(struct hptiop_hba *hba, u32 _tag) in hptiop_request_callback_mvfrey()
261 static int iop_intr_mvfrey(struct hptiop_hba *hba) in iop_intr_mvfrey()
306 static int iop_send_sync_request_itl(struct hptiop_hba *hba, in iop_send_sync_request_itl()
328 static int iop_send_sync_request_mv(struct hptiop_hba *hba, in iop_send_sync_request_mv()
348 static int iop_send_sync_request_mvfrey(struct hptiop_hba *hba, in iop_send_sync_request_mvfrey()
368 static void hptiop_post_msg_itl(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_itl()
374 static void hptiop_post_msg_mv(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mv()
381 static void hptiop_post_msg_mvfrey(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mvfrey()
387 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec) in iop_send_sync_msg()
408 static int iop_get_config_itl(struct hptiop_hba *hba, in iop_get_config_itl()
436 static int iop_get_config_mv(struct hptiop_hba *hba, in iop_get_config_mv()
458 static int iop_get_config_mvfrey(struct hptiop_hba *hba, in iop_get_config_mvfrey()
480 static int iop_set_config_itl(struct hptiop_hba *hba, in iop_set_config_itl()
512 static int iop_set_config_mv(struct hptiop_hba *hba, in iop_set_config_mv()
534 static int iop_set_config_mvfrey(struct hptiop_hba *hba, in iop_set_config_mvfrey()
557 static void hptiop_enable_intr_itl(struct hptiop_hba *hba) in hptiop_enable_intr_itl()
563 static void hptiop_enable_intr_mv(struct hptiop_hba *hba) in hptiop_enable_intr_mv()
569 static void hptiop_enable_intr_mvfrey(struct hptiop_hba *hba) in hptiop_enable_intr_mvfrey()
576 static int hptiop_initialize_iop(struct hptiop_hba *hba) in hptiop_initialize_iop()
593 static void __iomem *hptiop_map_pci_bar(struct hptiop_hba *hba, int index) in hptiop_map_pci_bar()
619 static int hptiop_map_pci_bar_itl(struct hptiop_hba *hba) in hptiop_map_pci_bar_itl()
636 static void hptiop_unmap_pci_bar_itl(struct hptiop_hba *hba) in hptiop_unmap_pci_bar_itl()
643 static int hptiop_map_pci_bar_mv(struct hptiop_hba *hba) in hptiop_map_pci_bar_mv()
658 static int hptiop_map_pci_bar_mvfrey(struct hptiop_hba *hba) in hptiop_map_pci_bar_mvfrey()
673 static void hptiop_unmap_pci_bar_mv(struct hptiop_hba *hba) in hptiop_unmap_pci_bar_mv()
679 static void hptiop_unmap_pci_bar_mvfrey(struct hptiop_hba *hba) in hptiop_unmap_pci_bar_mvfrey()
685 static void hptiop_message_callback(struct hptiop_hba *hba, u32 msg) in hptiop_message_callback()
704 static struct hptiop_request *get_req(struct hptiop_hba *hba) in get_req()
717 static void free_req(struct hptiop_hba *hba, struct hptiop_request *req) in free_req()
724 static void hptiop_finish_scsi_req(struct hptiop_hba *hba, u32 tag, in hptiop_finish_scsi_req()
785 static void hptiop_host_request_callback_itl(struct hptiop_hba *hba, u32 _tag) in hptiop_host_request_callback_itl()
803 void hptiop_iop_request_callback_itl(struct hptiop_hba *hba, u32 tag) in hptiop_iop_request_callback_itl()
844 struct hptiop_hba *hba = dev_id; in hptiop_intr() local
858 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_buildsgl() local
882 static void hptiop_post_req_itl(struct hptiop_hba *hba, in hptiop_post_req_itl()
909 static void hptiop_post_req_mv(struct hptiop_hba *hba, in hptiop_post_req_mv()
933 static void hptiop_post_req_mvfrey(struct hptiop_hba *hba, in hptiop_post_req_mvfrey()
964 static int hptiop_reset_comm_itl(struct hptiop_hba *hba) in hptiop_reset_comm_itl()
969 static int hptiop_reset_comm_mv(struct hptiop_hba *hba) in hptiop_reset_comm_mv()
974 static int hptiop_reset_comm_mvfrey(struct hptiop_hba *hba) in hptiop_reset_comm_mvfrey()
1009 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_queuecommand_lck() local
1082 static int hptiop_reset_hba(struct hptiop_hba *hba) in hptiop_reset_hba()
1110 struct hptiop_hba * hba = (struct hptiop_hba *)host->hostdata; in hptiop_reset() local
1122 struct hptiop_hba *hba = (struct hptiop_hba *)sdev->host->hostdata; in hptiop_adjust_disk_queue_depth() local
1139 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_show_fw_version() local
1194 static int hptiop_internal_memalloc_itl(struct hptiop_hba *hba) in hptiop_internal_memalloc_itl()
1199 static int hptiop_internal_memalloc_mv(struct hptiop_hba *hba) in hptiop_internal_memalloc_mv()
1209 static int hptiop_internal_memalloc_mvfrey(struct hptiop_hba *hba) in hptiop_internal_memalloc_mvfrey()
1261 static int hptiop_internal_memfree_itl(struct hptiop_hba *hba) in hptiop_internal_memfree_itl()
1266 static int hptiop_internal_memfree_mv(struct hptiop_hba *hba) in hptiop_internal_memfree_mv()
1276 static int hptiop_internal_memfree_mvfrey(struct hptiop_hba *hba) in hptiop_internal_memfree_mvfrey()
1292 struct hptiop_hba *hba; in hptiop_probe() local
1518 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_shutdown() local
1531 static void hptiop_disable_intr_itl(struct hptiop_hba *hba) in hptiop_disable_intr_itl()
1542 static void hptiop_disable_intr_mv(struct hptiop_hba *hba) in hptiop_disable_intr_mv()
1548 static void hptiop_disable_intr_mvfrey(struct hptiop_hba *hba) in hptiop_disable_intr_mvfrey()
1561 struct hptiop_hba *hba = (struct hptiop_hba *)host->hostdata; in hptiop_remove() local