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

/linux-master/drivers/message/fusion/
H A Dmptbase.h658 MPT_FRAME_HDR *req_frames; /* Request msg frames - rounded up! */ member in struct:_MPT_ADAPTER
841 (MPT_FRAME_HDR*)( (u8*)(ioc)->req_frames + (ioc)->req_sz * (idx) )
844 (int)( ((u8*)mf - (u8*)(ioc)->req_frames) / (ioc)->req_sz )
H A Dmptbase.c912 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
962 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
998 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
2738 ioc->req_frames = NULL;
4518 ioc->req_frames = (MPT_FRAME_HDR *) mem;
4554 mem = (u8 *) ioc->req_frames;
4611 ioc->req_frames = NULL;
6734 (void *)ioc->req_frames, (void *)(ulong)ioc->req_frames_dma);

Completed in 265 milliseconds