Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Ddpt_i2o.c104 static struct i2o_sys_tbl *sys_tbl; variable
3082 if (sys_tbl) in adpt_i2o_build_sys_table()
3084 sys_tbl, sys_tbl_pa); in adpt_i2o_build_sys_table()
3089 sys_tbl = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_build_sys_table()
3091 if (!sys_tbl) { in adpt_i2o_build_sys_table()
3095 memset(sys_tbl, 0, sys_tbl_len); in adpt_i2o_build_sys_table()
3097 sys_tbl->num_entries = hba_count; in adpt_i2o_build_sys_table()
3098 sys_tbl->version = I2OVERSION; in adpt_i2o_build_sys_table()
3099 sys_tbl->change_ind = sys_tbl_ind++; in adpt_i2o_build_sys_table()
3105 sys_tbl->num_entries--; in adpt_i2o_build_sys_table()
[all …]