Searched refs:adpt_hba (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/scsi/ |
D | dpti.h | 252 } adpt_hba; typedef 268 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d); 269 static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid, 274 static int adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, 277 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout); 278 static int adpt_i2o_lct_get(adpt_hba* pHba); 279 static int adpt_i2o_parse_lct(adpt_hba* pHba); 280 static int adpt_i2o_activate_hba(adpt_hba* pHba); 281 static int adpt_i2o_enable_hba(adpt_hba* pHba); 282 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d); [all …]
|
D | dpt_i2o.c | 109 static adpt_hba* hba_chain = NULL; 150 static inline int dpt_dma64(adpt_hba *pHba) in dpt_dma64() 165 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() 302 static void adpt_release(adpt_hba *pHba) in adpt_release() 313 static void adpt_inquiry(adpt_hba* pHba) in adpt_inquiry() 421 adpt_hba* pHba = NULL; in adpt_queue_lck() 438 pHba = (adpt_hba*)cmd->device->host->hostdata[0]; in adpt_queue_lck() 532 adpt_hba* pHba; in adpt_info() [all …]
|