Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Ddpt_i2o.c1039 pHba->lct_size = 0; in adpt_install_hba()
1121 dma_free_coherent(&pHba->pDev->dev, pHba->lct_size, in adpt_i2o_delete_hba()
3046 if ((pHba->lct_size == 0) || (pHba->lct == NULL)){ in adpt_i2o_lct_get()
3047 pHba->lct_size = pHba->status_block->expected_lct_size; in adpt_i2o_lct_get()
3052 pHba->lct_size, &pHba->lct_pa, in adpt_i2o_lct_get()
3060 memset(pHba->lct, 0, pHba->lct_size); in adpt_i2o_lct_get()
3068 msg[6] = 0xD0000000|pHba->lct_size; in adpt_i2o_lct_get()
3078 if ((pHba->lct->table_size << 2) > pHba->lct_size) { in adpt_i2o_lct_get()
3079 pHba->lct_size = pHba->lct->table_size << 2; in adpt_i2o_lct_get()
3080 dma_free_coherent(&pHba->pDev->dev, pHba->lct_size, in adpt_i2o_lct_get()
Ddpti.h243 uint lct_size; member