Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/fc4/
Dsoc.c665 size = (SOC_CQ_REQ0_SIZE + SOC_CQ_REQ1_SIZE) * sizeof(soc_req); in soc_init()
669 s->req[1].pool = s->req[0].pool + SOC_CQ_REQ0_SIZE; in soc_init()
676 cq[1].address = cq[0].address + (SOC_CQ_REQ0_SIZE * sizeof(soc_req)); in soc_init()
679 cq[0].last = SOC_CQ_REQ0_SIZE - 1; in soc_init()
686 s->req[0].last = SOC_CQ_REQ0_SIZE - 1; in soc_init()
756 (SOC_CQ_REQ0_SIZE+SOC_CQ_REQ1_SIZE)*sizeof(soc_req), in soc_cleanup()
Dsoc.h242 #define SOC_CQ_REQ0_SIZE 4 macro