Lines Matching refs:adpt_hba
112 static adpt_hba* hba_chain = NULL;
153 static inline int dpt_dma64(adpt_hba *pHba) in dpt_dma64()
168 static u8 adpt_read_blink_led(adpt_hba* host) in adpt_read_blink_led()
193 adpt_hba *pHba; in adpt_detect()
194 adpt_hba *next; in adpt_detect()
307 adpt_hba* pHba = (adpt_hba*) host->hostdata[0]; in adpt_release()
315 static void adpt_inquiry(adpt_hba* pHba) in adpt_inquiry()
413 adpt_hba* pHba; in adpt_slave_configure()
415 pHba = (adpt_hba *) host->hostdata[0]; in adpt_slave_configure()
426 adpt_hba* pHba = NULL; in adpt_queue_lck()
443 pHba = (adpt_hba*)cmd->device->host->hostdata[0]; in adpt_queue_lck()
537 adpt_hba* pHba; in adpt_info()
539 pHba = (adpt_hba *) host->hostdata[0]; in adpt_info()
548 adpt_hba* pHba; in adpt_show_info()
603 adpt_cmd_from_context(adpt_hba * pHba, u32 context) in adpt_cmd_from_context()
633 static u32 adpt_ioctl_to_context(adpt_hba * pHba, void *reply) in adpt_ioctl_to_context()
664 static void *adpt_ioctl_from_context(adpt_hba *pHba, u32 context) in adpt_ioctl_from_context()
683 adpt_hba* pHba = NULL; /* host bus adapter structure */ in adpt_abort()
691 pHba = (adpt_hba*) cmd->device->host->hostdata[0]; in adpt_abort()
728 adpt_hba* pHba; in adpt_device_reset()
772 adpt_hba* pHba; in adpt_bus_reset()
776 pHba = (adpt_hba*)cmd->device->host->hostdata[0]; in adpt_bus_reset()
800 adpt_hba* pHba; in __adpt_reset()
802 pHba = (adpt_hba*)cmd->device->host->hostdata[0]; in __adpt_reset()
826 static int adpt_hba_reset(adpt_hba* pHba) in adpt_hba_reset()
874 adpt_hba *pHba, *pNext; in adpt_i2o_sys_shutdown()
907 adpt_hba* pHba = NULL; in adpt_install_hba()
908 adpt_hba* p = NULL; in adpt_install_hba()
1003 pHba = kzalloc(sizeof(adpt_hba), GFP_KERNEL); in adpt_install_hba()
1075 static void adpt_i2o_delete_hba(adpt_hba* pHba) in adpt_i2o_delete_hba()
1077 adpt_hba* p1; in adpt_i2o_delete_hba()
1078 adpt_hba* p2; in adpt_i2o_delete_hba()
1163 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun) in adpt_find_device()
1195 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout) in adpt_i2o_post_wait()
1282 static s32 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len) in adpt_i2o_post_this()
1350 static s32 adpt_i2o_reset_hba(adpt_hba* pHba) in adpt_i2o_reset_hba()
1454 static int adpt_i2o_parse_lct(adpt_hba* pHba) in adpt_i2o_parse_lct()
1625 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_install_device()
1645 adpt_hba* pHba; in adpt_open()
1682 adpt_hba* pHba; in adpt_close()
1705 static int adpt_i2o_passthru(adpt_hba* pHba, u32 __user *arg) in adpt_i2o_passthru()
1991 adpt_hba* pHba; in adpt_ioctl()
2120 adpt_hba* pHba = dev_id; in adpt_isr()
2216 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* d) in adpt_scsi_to_i2o()
2338 static s32 adpt_scsi_host_alloc(adpt_hba* pHba, struct scsi_host_template *sht) in adpt_scsi_host_alloc()
2342 host = scsi_host_alloc(sht, sizeof(adpt_hba*)); in adpt_scsi_host_alloc()
2372 adpt_hba* pHba; in adpt_i2o_to_scsi()
2386 pHba = (adpt_hba*) cmd->device->host->hostdata[0]; in adpt_i2o_to_scsi()
2492 static s32 adpt_rescan(adpt_hba* pHba) in adpt_rescan()
2510 static s32 adpt_i2o_reparse_lct(adpt_hba* pHba) in adpt_i2o_reparse_lct()
2676 static void adpt_fail_posted_scbs(adpt_hba* pHba) in adpt_fail_posted_scbs()
2706 static int adpt_i2o_activate_hba(adpt_hba* pHba) in adpt_i2o_activate_hba()
2762 static int adpt_i2o_online_hba(adpt_hba* pHba) in adpt_i2o_online_hba()
2779 static s32 adpt_send_nop(adpt_hba*pHba,u32 m) in adpt_send_nop()
2807 static s32 adpt_i2o_init_outbound_q(adpt_hba* pHba) in adpt_i2o_init_outbound_q()
2916 static s32 adpt_i2o_status_get(adpt_hba* pHba) in adpt_i2o_status_get()
3040 static int adpt_i2o_lct_get(adpt_hba* pHba) in adpt_i2o_lct_get()
3112 adpt_hba* pHba = hba_chain; in adpt_i2o_build_sys_table()
3177 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_report_hba_unit()
3282 static s32 adpt_i2o_hrt_get(adpt_hba* pHba) in adpt_i2o_hrt_get()
3323 static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid, in adpt_i2o_query_scalar()
3390 static int adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, in adpt_i2o_issue_params()
3427 static s32 adpt_i2o_quiesce_hba(adpt_hba* pHba) in adpt_i2o_quiesce_hba()
3461 static int adpt_i2o_enable_hba(adpt_hba* pHba) in adpt_i2o_enable_hba()
3494 static int adpt_i2o_systab_send(adpt_hba* pHba) in adpt_i2o_systab_send()
3572 adpt_hba *pHba, *next; in adpt_init()
3599 adpt_hba *pHba, *next; in adpt_exit()