Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/
Dmptbase.h586 MPT_FRAME_HDR *req_frames; /* Request msg frames - rounded up! */ member
804 (MPT_FRAME_HDR*)( (u8*)(ioc)->req_frames + (ioc)->req_sz * (idx) )
807 (int)( ((u8*)mf - (u8*)(ioc)->req_frames) / (ioc)->req_sz )
Dmptbase.c449 || (mf < ioc->req_frames)) ) { in mpt_interrupt()
832 req_offset = (u8 *)mf - (u8 *)iocp->req_frames; in mpt_get_msg_frame()
881 req_offset = (u8 *)mf - (u8 *)iocp->req_frames; in mpt_put_msg_frame()
1907 this->req_frames = NULL; in mpt_adapter_disable()
3439 if (ioc->req_frames == NULL) { in PrimeIocFifos()
3459 ioc->req_frames = (MPT_FRAME_HDR *) aligned_mem; in PrimeIocFifos()
3491 aligned_mem = (u8 *) ioc->req_frames; in PrimeIocFifos()
3546 ioc->req_frames = NULL; in PrimeIocFifos()