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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c152 static inline int dpt_dma64(adpt_hba *pHba) argument
154 return (sizeof(dma_addr_t) > 4 && (pHba)->dma64);
192 adpt_hba *pHba; local
211 for (pHba = hba_chain; pHba; pHba = next) {
212 next = pHba->next;
214 if (adpt_i2o_activate_hba(pHba) < 0) {
215 adpt_i2o_delete_hba(pHba);
238 for (pHba
306 adpt_hba* pHba = (adpt_hba*) host->hostdata[0]; local
314 adpt_inquiry(adpt_hba* pHba) argument
412 adpt_hba* pHba; local
427 adpt_hba* pHba = NULL; local
547 adpt_hba* pHba; local
562 adpt_hba* pHba; local
691 adpt_cmd_from_context(adpt_hba * pHba, u32 context) argument
721 adpt_ioctl_to_context(adpt_hba * pHba, void *reply) argument
752 adpt_ioctl_from_context(adpt_hba *pHba, u32 context) argument
771 adpt_hba* pHba = NULL; /* host bus adapter structure */ local
816 adpt_hba* pHba; local
860 adpt_hba* pHba; local
888 adpt_hba* pHba; local
914 adpt_hba_reset(adpt_hba* pHba) argument
962 adpt_hba *pHba, *pNext; local
995 adpt_hba* pHba = NULL; local
1163 adpt_i2o_delete_hba(adpt_hba* pHba) argument
1251 adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun) argument
1283 adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout) argument
1370 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len) argument
1438 adpt_i2o_reset_hba(adpt_hba* pHba) argument
1542 adpt_i2o_parse_lct(adpt_hba* pHba) argument
1713 adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d) argument
1733 adpt_hba* pHba; local
1770 adpt_hba* pHba; local
1793 adpt_i2o_passthru(adpt_hba* pHba, u32 __user *arg) argument
2077 adpt_hba* pHba; local
2206 adpt_hba* pHba = dev_id; local
2302 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* d) argument
2424 adpt_scsi_host_alloc(adpt_hba* pHba, struct scsi_host_template *sht) argument
2457 adpt_hba* pHba; local
2577 adpt_rescan(adpt_hba* pHba) argument
2595 adpt_i2o_reparse_lct(adpt_hba* pHba) argument
2761 adpt_fail_posted_scbs(adpt_hba* pHba) argument
2791 adpt_i2o_activate_hba(adpt_hba* pHba) argument
2847 adpt_i2o_online_hba(adpt_hba* pHba) argument
2892 adpt_i2o_init_outbound_q(adpt_hba* pHba) argument
3001 adpt_i2o_status_get(adpt_hba* pHba) argument
3125 adpt_i2o_lct_get(adpt_hba* pHba) argument
3197 adpt_hba* pHba = hba_chain; local
3262 adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d) argument
3367 adpt_i2o_hrt_get(adpt_hba* pHba) argument
3408 adpt_i2o_query_scalar(adpt_hba* pHba, int tid, int group, int field, void *buf, int buflen) argument
3475 adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, void *opblk_va, dma_addr_t opblk_pa, int oplen, void *resblk_va, dma_addr_t resblk_pa, int reslen) argument
3512 adpt_i2o_quiesce_hba(adpt_hba* pHba) argument
3546 adpt_i2o_enable_hba(adpt_hba* pHba) argument
3579 adpt_i2o_systab_send(adpt_hba* pHba) argument
3657 adpt_hba *pHba, *next; local
3684 adpt_hba *pHba, *next; local
[all...]
H A Ddpti.h273 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d);
274 static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid,
279 static int adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid,
282 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout);
283 static int adpt_i2o_lct_get(adpt_hba* pHba);
284 static int adpt_i2o_parse_lct(adpt_hba* pHba);
285 static int adpt_i2o_activate_hba(adpt_hba* pHba);
286 static int adpt_i2o_enable_hba(adpt_hba* pHba);
287 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d);
288 static s32 adpt_i2o_post_this(adpt_hba* pHba, u3
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Ddpt_i2o.c152 static inline int dpt_dma64(adpt_hba *pHba) argument
154 return (sizeof(dma_addr_t) > 4 && (pHba)->dma64);
192 adpt_hba *pHba; local
211 for (pHba = hba_chain; pHba; pHba = next) {
212 next = pHba->next;
214 if (adpt_i2o_activate_hba(pHba) < 0) {
215 adpt_i2o_delete_hba(pHba);
238 for (pHba
306 adpt_hba* pHba = (adpt_hba*) host->hostdata[0]; local
314 adpt_inquiry(adpt_hba* pHba) argument
412 adpt_hba* pHba; local
427 adpt_hba* pHba = NULL; local
547 adpt_hba* pHba; local
562 adpt_hba* pHba; local
691 adpt_cmd_from_context(adpt_hba * pHba, u32 context) argument
721 adpt_ioctl_to_context(adpt_hba * pHba, void *reply) argument
752 adpt_ioctl_from_context(adpt_hba *pHba, u32 context) argument
771 adpt_hba* pHba = NULL; /* host bus adapter structure */ local
816 adpt_hba* pHba; local
860 adpt_hba* pHba; local
888 adpt_hba* pHba; local
914 adpt_hba_reset(adpt_hba* pHba) argument
962 adpt_hba *pHba, *pNext; local
995 adpt_hba* pHba = NULL; local
1163 adpt_i2o_delete_hba(adpt_hba* pHba) argument
1251 adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun) argument
1283 adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout) argument
1370 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len) argument
1438 adpt_i2o_reset_hba(adpt_hba* pHba) argument
1542 adpt_i2o_parse_lct(adpt_hba* pHba) argument
1713 adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d) argument
1733 adpt_hba* pHba; local
1770 adpt_hba* pHba; local
1793 adpt_i2o_passthru(adpt_hba* pHba, u32 __user *arg) argument
2077 adpt_hba* pHba; local
2206 adpt_hba* pHba = dev_id; local
2302 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* d) argument
2424 adpt_scsi_host_alloc(adpt_hba* pHba, struct scsi_host_template *sht) argument
2457 adpt_hba* pHba; local
2577 adpt_rescan(adpt_hba* pHba) argument
2595 adpt_i2o_reparse_lct(adpt_hba* pHba) argument
2761 adpt_fail_posted_scbs(adpt_hba* pHba) argument
2791 adpt_i2o_activate_hba(adpt_hba* pHba) argument
2847 adpt_i2o_online_hba(adpt_hba* pHba) argument
2892 adpt_i2o_init_outbound_q(adpt_hba* pHba) argument
3001 adpt_i2o_status_get(adpt_hba* pHba) argument
3125 adpt_i2o_lct_get(adpt_hba* pHba) argument
3197 adpt_hba* pHba = hba_chain; local
3262 adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d) argument
3367 adpt_i2o_hrt_get(adpt_hba* pHba) argument
3408 adpt_i2o_query_scalar(adpt_hba* pHba, int tid, int group, int field, void *buf, int buflen) argument
3475 adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, void *opblk_va, dma_addr_t opblk_pa, int oplen, void *resblk_va, dma_addr_t resblk_pa, int reslen) argument
3512 adpt_i2o_quiesce_hba(adpt_hba* pHba) argument
3546 adpt_i2o_enable_hba(adpt_hba* pHba) argument
3579 adpt_i2o_systab_send(adpt_hba* pHba) argument
3657 adpt_hba *pHba, *next; local
3684 adpt_hba *pHba, *next; local
[all...]
H A Ddpti.h273 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d);
274 static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid,
279 static int adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid,
282 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout);
283 static int adpt_i2o_lct_get(adpt_hba* pHba);
284 static int adpt_i2o_parse_lct(adpt_hba* pHba);
285 static int adpt_i2o_activate_hba(adpt_hba* pHba);
286 static int adpt_i2o_enable_hba(adpt_hba* pHba);
287 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d);
288 static s32 adpt_i2o_post_this(adpt_hba* pHba, u3
[all...]

Completed in 156 milliseconds