Searched refs:pHba (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c179 adpt_hba* pHba; local
199 for (pHba = hba_chain; pHba; pHba = pHba->next) {
201 if (adpt_i2o_activate_hba(pHba) < 0) {
202 adpt_i2o_delete_hba(pHba);
225 for (pHba = hba_chain; pHba; pHba
275 adpt_hba* pHba = (adpt_hba*) host->hostdata[0]; local
283 adpt_inquiry(adpt_hba* pHba) argument
369 adpt_hba* pHba; local
384 adpt_hba* pHba = NULL; local
504 adpt_hba* pHba; local
519 adpt_hba* pHba; local
643 adpt_hba* pHba = NULL; /* host bus adapter structure */ local
688 adpt_hba* pHba; local
732 adpt_hba* pHba; local
760 adpt_hba* pHba; local
786 adpt_hba_reset(adpt_hba* pHba) argument
834 adpt_hba *pHba, *pNext; local
888 adpt_hba* pHba = NULL; local
1021 adpt_i2o_delete_hba(adpt_hba* pHba) argument
1098 adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun) argument
1130 adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout) argument
1217 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len) argument
1285 adpt_i2o_reset_hba(adpt_hba* pHba) argument
1380 adpt_i2o_parse_lct(adpt_hba* pHba) argument
1551 adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d) argument
1571 adpt_hba* pHba; local
1604 adpt_hba* pHba; local
1627 adpt_i2o_passthru(adpt_hba* pHba, u32 __user *arg) argument
1905 adpt_hba* pHba; local
1988 adpt_hba* pHba = dev_id; local
2073 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* d) argument
2190 adpt_scsi_register(adpt_hba* pHba,struct scsi_host_template * sht) argument
2223 adpt_hba* pHba; local
2344 adpt_rescan(adpt_hba* pHba) argument
2362 adpt_i2o_reparse_lct(adpt_hba* pHba) argument
2520 adpt_fail_posted_scbs(adpt_hba* pHba) argument
2550 adpt_i2o_activate_hba(adpt_hba* pHba) argument
2606 adpt_i2o_online_hba(adpt_hba* pHba) argument
2651 adpt_i2o_init_outbound_q(adpt_hba* pHba) argument
2753 adpt_i2o_status_get(adpt_hba* pHba) argument
2868 adpt_i2o_lct_get(adpt_hba* pHba) argument
2931 adpt_hba* pHba = NULL; local
2991 adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d) argument
3096 adpt_i2o_hrt_get(adpt_hba* pHba) argument
3134 adpt_i2o_query_scalar(adpt_hba* pHba, int tid, int group, int field, void *buf, int buflen) argument
3180 adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, void *opblk, int oplen, void *resblk, int reslen) argument
3216 adpt_i2o_quiesce_hba(adpt_hba* pHba) argument
3250 adpt_i2o_enable_hba(adpt_hba* pHba) argument
3283 adpt_i2o_systab_send(adpt_hba* pHba) argument
[all...]
H A Ddpti.h271 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d);
272 static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid,
277 static int adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid,
279 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout);
280 static int adpt_i2o_lct_get(adpt_hba* pHba);
281 static int adpt_i2o_parse_lct(adpt_hba* pHba);
282 static int adpt_i2o_activate_hba(adpt_hba* pHba);
283 static int adpt_i2o_enable_hba(adpt_hba* pHba);
284 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d);
285 static s32 adpt_i2o_post_this(adpt_hba* pHba, u3
[all...]

Completed in 119 milliseconds