Lines Matching refs:req_offset
908 int req_offset; in mpt_get_msg_frame() local
915 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_get_msg_frame()
917 req_idx = req_offset / ioc->req_sz; in mpt_get_msg_frame()
960 int req_offset; in mpt_put_msg_frame() local
965 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame()
967 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame()
973 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx]; in mpt_put_msg_frame()
996 int req_offset; in mpt_put_msg_frame_hi_pri() local
1001 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame_hi_pri()
1002 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame_hi_pri()
1008 mf_dma_addr = (ioc->req_frames_low_dma + req_offset); in mpt_put_msg_frame_hi_pri()