Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.c1191 static unsigned char ddp_page_order[DDP_PGIDX_MAX] = {0, 1, 2, 4};
1192 static unsigned char ddp_page_shift[DDP_PGIDX_MAX] = {12, 13, 14, 16};
1193 static unsigned char page_idx = DDP_PGIDX_MAX;
1215 for (i = 0; i < DDP_PGIDX_MAX; i++) { in ddp_adjust_page_table()
1227 for (i = 0; i < DDP_PGIDX_MAX; i++) { in ddp_find_page_index()
1232 return DDP_PGIDX_MAX; in ddp_find_page_index()
1237 if (page_idx == DDP_PGIDX_MAX) { in ddp_setup_host_page_size()
1240 if (page_idx == DDP_PGIDX_MAX) { in ddp_setup_host_page_size()
1256 for (i = 0; i < DDP_PGIDX_MAX; i++) in cxgbi_ddp_page_size_factor()
1554 if (page_idx >= DDP_PGIDX_MAX || !cdev->ddp || in cxgbi_ddp_reserve()
Dlibcxgbi.h145 #define DDP_PGIDX_MAX 4 macro
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1144 u64 val = pg_idx < DDP_PGIDX_MAX ? pg_idx : 0; in ddp_setup_conn_pgidx()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1632 if (!pg_idx || pg_idx >= DDP_PGIDX_MAX) in ddp_setup_conn_pgidx()