Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Ddpti.h255 } adpt_hba; typedef
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,
280 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout);
281 static int adpt_i2o_lct_get(adpt_hba* pHba);
282 static int adpt_i2o_parse_lct(adpt_hba* pHba);
283 static int adpt_i2o_activate_hba(adpt_hba* pHba);
284 static int adpt_i2o_enable_hba(adpt_hba* pHba);
285 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()
196 adpt_hba *pHba; in adpt_detect()
197 adpt_hba *next; in adpt_detect()
305 static void adpt_release(adpt_hba *pHba) in adpt_release()
316 static void adpt_inquiry(adpt_hba* pHba) in adpt_inquiry()
414 adpt_hba* pHba; in adpt_slave_configure()
416 pHba = (adpt_hba *) host->hostdata[0]; in adpt_slave_configure()
427 adpt_hba* pHba = NULL; in adpt_queue_lck()
[all …]