• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:adpt_hba

252 } adpt_hba;
271 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, u32* data, int len);
286 static s32 adpt_i2o_quiesce_hba(adpt_hba* pHba);
287 static s32 adpt_i2o_status_get(adpt_hba* pHba);
288 static s32 adpt_i2o_init_outbound_q(adpt_hba* pHba);
289 static s32 adpt_i2o_hrt_get(adpt_hba* pHba);
290 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* dptdevice);
292 static s32 adpt_scsi_register(adpt_hba* pHba,struct scsi_host_template * sht);
293 static s32 adpt_hba_reset(adpt_hba* pHba);
294 static s32 adpt_i2o_reset_hba(adpt_hba* pHba);
295 static s32 adpt_rescan(adpt_hba* pHba);
296 static s32 adpt_i2o_reparse_lct(adpt_hba* pHba);
297 static s32 adpt_send_nop(adpt_hba*pHba,u32 m);
298 static void adpt_i2o_delete_hba(adpt_hba* pHba);
299 static void adpt_inquiry(adpt_hba* pHba);
300 static void adpt_fail_posted_scbs(adpt_hba* pHba);
301 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun);
303 static int adpt_i2o_online_hba(adpt_hba* pHba);
305 static int adpt_i2o_systab_send(adpt_hba* pHba);