Lines Matching refs:adpt_hba
109 static adpt_hba* hba_chain = NULL;
150 static inline int dpt_dma64(adpt_hba *pHba) in dpt_dma64()
165 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()
302 static void adpt_release(adpt_hba *pHba) in adpt_release()
313 static void adpt_inquiry(adpt_hba* pHba) in adpt_inquiry()
421 adpt_hba* pHba = NULL; in adpt_queue_lck()
438 pHba = (adpt_hba*)cmd->device->host->hostdata[0]; in adpt_queue_lck()
532 adpt_hba* pHba; in adpt_info()
534 pHba = (adpt_hba *) host->hostdata[0]; in adpt_info()
543 adpt_hba* pHba; in adpt_show_info()
588 static u32 adpt_ioctl_to_context(adpt_hba * pHba, void *reply) in adpt_ioctl_to_context()
618 static void *adpt_ioctl_from_context(adpt_hba *pHba, u32 context) in adpt_ioctl_from_context()
637 adpt_hba* pHba = NULL; /* host bus adapter structure */ in adpt_abort()
642 pHba = (adpt_hba*) cmd->device->host->hostdata[0]; in adpt_abort()
680 adpt_hba* pHba; in adpt_device_reset()
724 adpt_hba* pHba; in adpt_bus_reset()
728 pHba = (adpt_hba*)cmd->device->host->hostdata[0]; in adpt_bus_reset()
752 adpt_hba* pHba; in __adpt_reset()
756 pHba = (adpt_hba*)cmd->device->host->hostdata[0]; in __adpt_reset()
781 static int adpt_hba_reset(adpt_hba* pHba) in adpt_hba_reset()
829 adpt_hba *pHba, *pNext; in adpt_i2o_sys_shutdown()
862 adpt_hba* pHba = NULL; in adpt_install_hba()
863 adpt_hba* p = NULL; in adpt_install_hba()
958 pHba = kzalloc(sizeof(adpt_hba), GFP_KERNEL); in adpt_install_hba()
1030 static void adpt_i2o_delete_hba(adpt_hba* pHba) in adpt_i2o_delete_hba()
1032 adpt_hba* p1; in adpt_i2o_delete_hba()
1033 adpt_hba* p2; in adpt_i2o_delete_hba()
1116 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun) in adpt_find_device()
1143 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout) in adpt_i2o_post_wait()
1230 static s32 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len) in adpt_i2o_post_this()
1298 static s32 adpt_i2o_reset_hba(adpt_hba* pHba) in adpt_i2o_reset_hba()
1401 static int adpt_i2o_parse_lct(adpt_hba* pHba) in adpt_i2o_parse_lct()
1572 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_install_device()
1592 adpt_hba* pHba; in adpt_open()
1629 adpt_hba* pHba; in adpt_close()
1652 static int adpt_i2o_passthru(adpt_hba* pHba, u32 __user *arg) in adpt_i2o_passthru()
1950 adpt_hba* pHba; in adpt_ioctl()
2082 adpt_hba* pHba = dev_id; in adpt_isr()
2185 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* d) in adpt_scsi_to_i2o()
2308 static s32 adpt_scsi_host_alloc(adpt_hba* pHba, struct scsi_host_template *sht) in adpt_scsi_host_alloc()
2312 host = scsi_host_alloc(sht, sizeof(adpt_hba*)); in adpt_scsi_host_alloc()
2341 adpt_hba* pHba; in adpt_i2o_scsi_complete()
2355 pHba = (adpt_hba*) cmd->device->host->hostdata[0]; in adpt_i2o_scsi_complete()
2460 static s32 adpt_rescan(adpt_hba* pHba) in adpt_rescan()
2478 static s32 adpt_i2o_reparse_lct(adpt_hba* pHba) in adpt_i2o_reparse_lct()
2654 static int adpt_i2o_activate_hba(adpt_hba* pHba) in adpt_i2o_activate_hba()
2710 static int adpt_i2o_online_hba(adpt_hba* pHba) in adpt_i2o_online_hba()
2723 static s32 adpt_send_nop(adpt_hba*pHba,u32 m) in adpt_send_nop()
2751 static s32 adpt_i2o_init_outbound_q(adpt_hba* pHba) in adpt_i2o_init_outbound_q()
2858 static s32 adpt_i2o_status_get(adpt_hba* pHba) in adpt_i2o_status_get()
2982 static int adpt_i2o_lct_get(adpt_hba* pHba) in adpt_i2o_lct_get()
3054 adpt_hba* pHba = hba_chain; in adpt_i2o_build_sys_table()
3118 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_report_hba_unit()
3223 static s32 adpt_i2o_hrt_get(adpt_hba* pHba) in adpt_i2o_hrt_get()
3264 static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid, in adpt_i2o_query_scalar()
3331 static int adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, in adpt_i2o_issue_params()
3368 static s32 adpt_i2o_quiesce_hba(adpt_hba* pHba) in adpt_i2o_quiesce_hba()
3402 static int adpt_i2o_enable_hba(adpt_hba* pHba) in adpt_i2o_enable_hba()
3435 static int adpt_i2o_systab_send(adpt_hba* pHba) in adpt_i2o_systab_send()
3511 adpt_hba *pHba, *next; in adpt_init()
3538 adpt_hba *pHba, *next; in adpt_exit()