Searched refs:pHba (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/scsi/ |
D | dpt_i2o.c | 150 static inline int dpt_dma64(adpt_hba *pHba) in dpt_dma64() argument 152 return (sizeof(dma_addr_t) > 4 && (pHba)->dma64); in dpt_dma64() 193 adpt_hba *pHba; in adpt_detect() local 212 for (pHba = hba_chain; pHba; pHba = next) { in adpt_detect() 213 next = pHba->next; in adpt_detect() 215 if (adpt_i2o_activate_hba(pHba) < 0) { in adpt_detect() 216 adpt_i2o_delete_hba(pHba); in adpt_detect() 239 for (pHba = hba_chain; pHba; pHba = pHba->next) { in adpt_detect() 240 if (adpt_i2o_online_hba(pHba) < 0) { in adpt_detect() 241 adpt_i2o_delete_hba(pHba); in adpt_detect() [all …]
|
D | dpti.h | 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); 283 static s32 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len); [all …]
|
/Linux-v5.15/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
|