Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Ddpt_i2o.c107 static struct i2o_sys_tbl *sys_tbl; variable
3118 if (sys_tbl) in adpt_i2o_build_sys_table()
3120 sys_tbl, sys_tbl_pa); in adpt_i2o_build_sys_table()
3125 sys_tbl = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_build_sys_table()
3127 if (!sys_tbl) { in adpt_i2o_build_sys_table()
3131 memset(sys_tbl, 0, sys_tbl_len); in adpt_i2o_build_sys_table()
3133 sys_tbl->num_entries = hba_count; in adpt_i2o_build_sys_table()
3134 sys_tbl->version = I2OVERSION; in adpt_i2o_build_sys_table()
3135 sys_tbl->change_ind = sys_tbl_ind++; in adpt_i2o_build_sys_table()
3141 sys_tbl->num_entries--; in adpt_i2o_build_sys_table()
[all …]