Home
last modified time | relevance | path

Searched refs:adpt_hba (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/
Ddpti.h256 } adpt_hba; typedef
272 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d);
273 static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid,
278 static int adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid,
281 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout);
282 static int adpt_i2o_lct_get(adpt_hba* pHba);
283 static int adpt_i2o_parse_lct(adpt_hba* pHba);
284 static int adpt_i2o_activate_hba(adpt_hba* pHba);
285 static int adpt_i2o_enable_hba(adpt_hba* pHba);
286 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d);
[all …]
Ddpt_i2o.c112 static adpt_hba* hba_chain = NULL;
153 static inline int dpt_dma64(adpt_hba *pHba) in dpt_dma64()
168 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()
307 adpt_hba* pHba = (adpt_hba*) host->hostdata[0]; in adpt_release()
315 static void adpt_inquiry(adpt_hba* pHba) in adpt_inquiry()
413 adpt_hba* pHba; in adpt_slave_configure()
415 pHba = (adpt_hba *) host->hostdata[0]; in adpt_slave_configure()
426 adpt_hba* pHba = NULL; in adpt_queue_lck()
[all …]