Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/
Dmptbase.c1899 if (freeup && this->req_alloc != NULL) { in mpt_adapter_disable()
1906 this->req_alloc, this->req_alloc_dma); in mpt_adapter_disable()
1908 this->req_alloc = NULL; in mpt_adapter_disable()
3452 ioc->req_alloc = mem; in PrimeIocFifos()
3530 if (ioc->req_alloc != NULL) { in PrimeIocFifos()
3538 ioc->req_alloc, ioc->req_alloc_dma); in PrimeIocFifos()
3547 ioc->req_alloc = NULL; in PrimeIocFifos()
5281 (void *)ioc->req_alloc, (void *)(ulong)ioc->req_alloc_dma); in procmpt_iocinfo_read()
Dmptbase.h584 u8 *req_alloc; /* Request frames alloc ptr */ member