Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Ddpt_i2o.c110 static int sys_tbl_len; variable
3119 dma_free_coherent(&pHba->pDev->dev, sys_tbl_len, in adpt_i2o_build_sys_table()
3122 sys_tbl_len = sizeof(struct i2o_sys_tbl) + // Header + IOPs in adpt_i2o_build_sys_table()
3126 sys_tbl_len, &sys_tbl_pa, GFP_KERNEL); in adpt_i2o_build_sys_table()
3131 memset(sys_tbl, 0, sys_tbl_len); in adpt_i2o_build_sys_table()
3164 printk(KERN_DEBUG"sys_tbl_len=%d in 32bit words\n",(sys_tbl_len >>2)); in adpt_i2o_build_sys_table()
3165 for(count = 0; count < (sys_tbl_len >>2); count++) { in adpt_i2o_build_sys_table()
3514 msg[6] = 0x54000000 | sys_tbl_len; in adpt_i2o_systab_send()