Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/slicoss/
Dslic.h65 #define SLIC_RSPQ_BUFSINPAGE (PAGE_SIZE / SLIC_RSPBUF_SIZE) macro
Dslicoss.c1454 (rspq->paddr[i] | SLIC_RSPQ_BUFSINPAGE), in slic_rspqueue_init()
1458 (rspq->paddr[i] | SLIC_RSPQ_BUFSINPAGE), in slic_rspqueue_init()
1482 if (++rspq->offset < SLIC_RSPQ_BUFSINPAGE) { in slic_rspqueue_getnext()
1489 ASSERT(rspq->offset == SLIC_RSPQ_BUFSINPAGE); in slic_rspqueue_getnext()
1491 (rspq->paddr[rspq->pageindex] | SLIC_RSPQ_BUFSINPAGE), in slic_rspqueue_getnext()