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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptbase.h606 /* Pool of buffers for chaining. ReqToChain
611 int *ReqToChain; member in struct:_MPT_ADAPTER
H A Dmptscsih.c355 * If chainSge == NULL, update ReqToChain, else ChainToChain
360 ioc->ReqToChain[req_idx] = newIndex;
1553 chain_idx = ioc->ReqToChain[req_idx];
1554 ioc->ReqToChain[req_idx] = MPT_HOST_NO_CHAIN;
H A Dmptbase.c2684 if (ioc->ReqToChain != NULL) {
2685 kfree(ioc->ReqToChain);
2687 ioc->ReqToChain = NULL;
4223 /* ReqToChain size must equal the req_depth
4226 if (ioc->ReqToChain == NULL) {
4232 ioc->ReqToChain = (int *) mem;
4233 dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "ReqToChain alloc @ %p, sz=%d bytes\n",
4244 ioc->ReqToChain[ii] = MPT_HOST_NO_CHAIN;

Completed in 89 milliseconds