Lines Matching refs:req_offset
912 int req_offset; in mpt_get_msg_frame() local
919 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_get_msg_frame()
921 req_idx = req_offset / ioc->req_sz; in mpt_get_msg_frame()
964 int req_offset; in mpt_put_msg_frame() local
969 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame()
971 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame()
977 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx]; in mpt_put_msg_frame()
1000 int req_offset; in mpt_put_msg_frame_hi_pri() local
1005 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame_hi_pri()
1006 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame_hi_pri()
1012 mf_dma_addr = (ioc->req_frames_low_dma + req_offset); in mpt_put_msg_frame_hi_pri()