Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
Ddpt_i2o.c104 static struct i2o_sys_tbl *sys_tbl; variable
2799 if (sys_tbl) in adpt_i2o_build_sys_table()
2801 sys_tbl, sys_tbl_pa); in adpt_i2o_build_sys_table()
2806 sys_tbl = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_build_sys_table()
2808 if (!sys_tbl) { in adpt_i2o_build_sys_table()
2813 sys_tbl->num_entries = hba_count; in adpt_i2o_build_sys_table()
2814 sys_tbl->version = I2OVERSION; in adpt_i2o_build_sys_table()
2815 sys_tbl->change_ind = sys_tbl_ind++; in adpt_i2o_build_sys_table()
2821 sys_tbl->num_entries--; in adpt_i2o_build_sys_table()
2825 sys_tbl->iops[count].org_id = pHba->status_block->org_id; in adpt_i2o_build_sys_table()
[all …]