Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Ddpt_i2o.c107 static struct i2o_sys_tbl *sys_tbl; variable
3115 if (sys_tbl) in adpt_i2o_build_sys_table()
3117 sys_tbl, sys_tbl_pa); in adpt_i2o_build_sys_table()
3122 sys_tbl = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_build_sys_table()
3124 if (!sys_tbl) { in adpt_i2o_build_sys_table()
3128 memset(sys_tbl, 0, sys_tbl_len); in adpt_i2o_build_sys_table()
3130 sys_tbl->num_entries = hba_count; in adpt_i2o_build_sys_table()
3131 sys_tbl->version = I2OVERSION; in adpt_i2o_build_sys_table()
3132 sys_tbl->change_ind = sys_tbl_ind++; in adpt_i2o_build_sys_table()
3138 sys_tbl->num_entries--; in adpt_i2o_build_sys_table()
[all …]