Home
last modified time | relevance | path

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

/drivers/message/fusion/
Dmptbase.h658 MPT_FRAME_HDR *req_frames; /* Request msg frames - rounded up! */ member
842 (MPT_FRAME_HDR*)( (u8*)(ioc)->req_frames + (ioc)->req_sz * (idx) )
845 (int)( ((u8*)mf - (u8*)(ioc)->req_frames) / (ioc)->req_sz )
Dmptbase.c915 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_get_msg_frame()
965 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame()
1001 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame_hi_pri()
2746 ioc->req_frames = NULL; in mpt_adapter_disable()
4525 ioc->req_frames = (MPT_FRAME_HDR *) mem; in PrimeIocFifos()
4561 mem = (u8 *) ioc->req_frames; in PrimeIocFifos()
4618 ioc->req_frames = NULL; in PrimeIocFifos()
6720 (void *)ioc->req_frames, (void *)(ulong)ioc->req_frames_dma); in mpt_iocinfo_proc_show()