Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c1195 static unsigned char ddp_page_order[DDP_PGIDX_MAX] = {0, 1, 2, 4};
1196 static unsigned char ddp_page_shift[DDP_PGIDX_MAX] = {12, 13, 14, 16};
1197 static unsigned char page_idx = DDP_PGIDX_MAX;
1219 for (i = 0; i < DDP_PGIDX_MAX; i++) { in ddp_adjust_page_table()
1231 for (i = 0; i < DDP_PGIDX_MAX; i++) { in ddp_find_page_index()
1236 return DDP_PGIDX_MAX; in ddp_find_page_index()
1241 if (page_idx == DDP_PGIDX_MAX) { in ddp_setup_host_page_size()
1244 if (page_idx == DDP_PGIDX_MAX) { in ddp_setup_host_page_size()
1260 for (i = 0; i < DDP_PGIDX_MAX; i++) in cxgbi_ddp_page_size_factor()
1558 if (page_idx >= DDP_PGIDX_MAX || !cdev->ddp || in cxgbi_ddp_reserve()
Dlibcxgbi.h145 #define DDP_PGIDX_MAX 4 macro
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1146 u64 val = pg_idx < DDP_PGIDX_MAX ? pg_idx : 0; in ddp_setup_conn_pgidx()
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1656 if (!pg_idx || pg_idx >= DDP_PGIDX_MAX) in ddp_setup_conn_pgidx()