Lines Matching refs:req_offset
909 int req_offset; in mpt_get_msg_frame() local
916 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_get_msg_frame()
918 req_idx = req_offset / ioc->req_sz; in mpt_get_msg_frame()
961 int req_offset; in mpt_put_msg_frame() local
966 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame()
968 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame()
974 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx]; in mpt_put_msg_frame()
997 int req_offset; in mpt_put_msg_frame_hi_pri() local
1002 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame_hi_pri()
1003 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame_hi_pri()
1009 mf_dma_addr = (ioc->req_frames_low_dma + req_offset); in mpt_put_msg_frame_hi_pri()