Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Ddpt_i2o.c107 static struct i2o_sys_tbl *sys_tbl; variable
3122 if (sys_tbl) in adpt_i2o_build_sys_table()
3124 sys_tbl, sys_tbl_pa); in adpt_i2o_build_sys_table()
3129 sys_tbl = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_build_sys_table()
3131 if (!sys_tbl) { in adpt_i2o_build_sys_table()
3135 memset(sys_tbl, 0, sys_tbl_len); in adpt_i2o_build_sys_table()
3137 sys_tbl->num_entries = hba_count; in adpt_i2o_build_sys_table()
3138 sys_tbl->version = I2OVERSION; in adpt_i2o_build_sys_table()
3139 sys_tbl->change_ind = sys_tbl_ind++; in adpt_i2o_build_sys_table()
3145 sys_tbl->num_entries--; in adpt_i2o_build_sys_table()
[all …]