Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Ddpt_i2o.c107 static int sys_tbl_len; variable
2800 dma_free_coherent(&pHba->pDev->dev, sys_tbl_len, in adpt_i2o_build_sys_table()
2803 sys_tbl_len = sizeof(struct i2o_sys_tbl) + // Header + IOPs in adpt_i2o_build_sys_table()
2807 sys_tbl_len, &sys_tbl_pa, GFP_KERNEL); in adpt_i2o_build_sys_table()
2844 printk(KERN_DEBUG"sys_tbl_len=%d in 32bit words\n",(sys_tbl_len >>2)); in adpt_i2o_build_sys_table()
2845 for(count = 0; count < (sys_tbl_len >>2); count++) { in adpt_i2o_build_sys_table()
3194 msg[6] = 0x54000000 | sys_tbl_len; in adpt_i2o_systab_send()

Completed in 4 milliseconds