• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:adpt_hba

112 static adpt_hba* hba_chain = NULL;
152 static inline int dpt_dma64(adpt_hba *pHba)
167 static u8 adpt_read_blink_led(adpt_hba* host)
192 adpt_hba *pHba;
193 adpt_hba *next;
306 adpt_hba* pHba = (adpt_hba*) host->hostdata[0];
314 static void adpt_inquiry(adpt_hba* pHba)
412 adpt_hba* pHba;
414 pHba = (adpt_hba *) host->hostdata[0];
427 adpt_hba* pHba = NULL;
444 pHba = (adpt_hba*)cmd->device->host->hostdata[0];
547 adpt_hba* pHba;
549 pHba = (adpt_hba *) host->hostdata[0];
562 adpt_hba* pHba;
691 adpt_cmd_from_context(adpt_hba * pHba, u32 context)
721 static u32 adpt_ioctl_to_context(adpt_hba * pHba, void *reply)
752 static void *adpt_ioctl_from_context(adpt_hba *pHba, u32 context)
771 adpt_hba* pHba = NULL; /* host bus adapter structure */
779 pHba = (adpt_hba*) cmd->device->host->hostdata[0];
816 adpt_hba* pHba;
860 adpt_hba* pHba;
864 pHba = (adpt_hba*)cmd->device->host->hostdata[0];
888 adpt_hba* pHba;
890 pHba = (adpt_hba*)cmd->device->host->hostdata[0];
914 static int adpt_hba_reset(adpt_hba* pHba)
962 adpt_hba *pHba, *pNext;
995 adpt_hba* pHba = NULL;
996 adpt_hba* p = NULL;
1091 pHba = kzalloc(sizeof(adpt_hba), GFP_KERNEL);
1163 static void adpt_i2o_delete_hba(adpt_hba* pHba)
1165 adpt_hba* p1;
1166 adpt_hba* p2;
1251 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun)
1283 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout)
1370 static s32 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len)
1438 static s32 adpt_i2o_reset_hba(adpt_hba* pHba)
1542 static int adpt_i2o_parse_lct(adpt_hba* pHba)
1713 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d)
1733 adpt_hba* pHba;
1770 adpt_hba* pHba;
1793 static int adpt_i2o_passthru(adpt_hba* pHba, u32 __user *arg)
2077 adpt_hba* pHba;
2206 adpt_hba* pHba = dev_id;
2302 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* d)
2424 static s32 adpt_scsi_host_alloc(adpt_hba* pHba, struct scsi_host_template *sht)
2428 host = scsi_host_alloc(sht, sizeof(adpt_hba*));
2457 adpt_hba* pHba;
2471 pHba = (adpt_hba*) cmd->device->host->hostdata[0];
2577 static s32 adpt_rescan(adpt_hba* pHba)
2595 static s32 adpt_i2o_reparse_lct(adpt_hba* pHba)
2761 static void adpt_fail_posted_scbs(adpt_hba* pHba)
2791 static int adpt_i2o_activate_hba(adpt_hba* pHba)
2847 static int adpt_i2o_online_hba(adpt_hba* pHba)
2864 static s32 adpt_send_nop(adpt_hba*pHba,u32 m)
2892 static s32 adpt_i2o_init_outbound_q(adpt_hba* pHba)
3001 static s32 adpt_i2o_status_get(adpt_hba* pHba)
3125 static int adpt_i2o_lct_get(adpt_hba* pHba)
3197 adpt_hba* pHba = hba_chain;
3262 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d)
3367 static s32 adpt_i2o_hrt_get(adpt_hba* pHba)
3408 static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid,
3475 static int adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid,
3512 static s32 adpt_i2o_quiesce_hba(adpt_hba* pHba)
3546 static int adpt_i2o_enable_hba(adpt_hba* pHba)
3579 static int adpt_i2o_systab_send(adpt_hba* pHba)
3657 adpt_hba *pHba, *next;
3684 adpt_hba *pHba, *next;