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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_ddp.c51 #define DDP_PGIDX_MAX 4 macro
53 static unsigned char ddp_page_order[DDP_PGIDX_MAX] = {0, 1, 2, 4};
54 static unsigned char ddp_page_shift[DDP_PGIDX_MAX] = {12, 13, 14, 16};
55 static unsigned char page_idx = DDP_PGIDX_MAX;
196 * return the ddp page index, if no match is found return DDP_PGIDX_MAX.
202 for (i = 0; i < DDP_PGIDX_MAX; i++) {
207 return DDP_PGIDX_MAX;
212 * return the ddp page index, if no match is found return DDP_PGIDX_MAX.
227 for (i = 0; i < DDP_PGIDX_MAX; i++) {
394 if (page_idx >= DDP_PGIDX_MAX || !dd
[all...]

Completed in 103 milliseconds