Searched refs:mw_idx (Results 1 – 1 of 1) sorted by relevance
217 static int lut_index(struct switchtec_ntb *sndev, int mw_idx) in lut_index() argument219 return mw_idx - sndev->nr_direct_mw + sndev->nr_rsvd_luts; in lut_index()222 static int peer_lut_index(struct switchtec_ntb *sndev, int mw_idx) in peer_lut_index() argument224 return mw_idx - sndev->peer_nr_direct_mw + sndev->nr_rsvd_luts; in peer_lut_index()