Searched refs:pHba (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | dpt_i2o.c | 153 static inline int dpt_dma64(adpt_hba *pHba) in dpt_dma64() argument 155 return (sizeof(dma_addr_t) > 4 && (pHba)->dma64); in dpt_dma64() 196 adpt_hba *pHba; in adpt_detect() local 215 for (pHba = hba_chain; pHba; pHba = next) { in adpt_detect() 216 next = pHba->next; in adpt_detect() 218 if (adpt_i2o_activate_hba(pHba) < 0) { in adpt_detect() 219 adpt_i2o_delete_hba(pHba); in adpt_detect() 242 for (pHba = hba_chain; pHba; pHba = pHba->next) { in adpt_detect() 243 if (adpt_i2o_online_hba(pHba) < 0) { in adpt_detect() 244 adpt_i2o_delete_hba(pHba); in adpt_detect() [all …]
|
D | dpti.h | 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); 286 static s32 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len); [all …]
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 791 * Removed deadwood: lpfc_target.pHba not necessary anymore. 1165 * Changed pHba->phba, pCommand->pcmd 1370 * Replace references to lpfcDRVR.pHba[] with lpfc_get_phba_by_inst() 1373 lpfc_instcnt, lpfc_instance[], and pHba[] into lpfcDRVR
|