Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/
Dmptbase.h577 MPT_FRAME_HDR *reply_frames; /* Reply msg frames - rounded up! */ member
810 (MPT_FRAME_HDR*)( (u8*)(ioc)->reply_frames + (ioc)->req_sz * (idx) )
Dmptbase.c379 mr = (MPT_FRAME_HDR *)((u8 *)ioc->reply_frames + in mpt_interrupt()
457 || (mr < ioc->reply_frames)) ) { in mpt_interrupt()
1894 this->reply_frames = NULL; in mpt_adapter_disable()
3402 if (ioc->reply_frames == NULL) { in PrimeIocFifos()
3417 ioc->reply_frames = (MPT_FRAME_HDR *) aligned_mem; in PrimeIocFifos()
3428 ioc->name, ioc->reply_frames, (void *)(ulong)aligned_mem_dma)); in PrimeIocFifos()
3526 ioc->reply_frames = NULL; in PrimeIocFifos()