Searched refs:req_frames (Results 1 - 2 of 2) 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.h620 MPT_FRAME_HDR *req_frames; /* Request msg frames - rounded up! */ member in struct:_MPT_ADAPTER
802 (MPT_FRAME_HDR*)( (u8*)(ioc)->req_frames + (ioc)->req_sz * (idx) )
805 (int)( ((u8*)mf - (u8*)(ioc)->req_frames) / (ioc)->req_sz )
H A Dmptbase.c861 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
911 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
947 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
2646 ioc->req_frames = NULL;
4415 ioc->req_frames = (MPT_FRAME_HDR *) mem;
4452 mem = (u8 *) ioc->req_frames;
4510 ioc->req_frames = NULL;
6616 (void *)ioc->req_frames, (void *)(ulong)ioc->req_frames_dma);

Completed in 81 milliseconds