Searched refs:mw_idx (Results 1 – 3 of 3) sorted by relevance
170 const unsigned int mw_idx; member
81 return ndev->dev_data->mw_idx << idx; in ndev_mw_to_bar()1313 .mw_idx = 1,1317 .mw_idx = 2,
181 static int lut_index(struct switchtec_ntb *sndev, int mw_idx) in lut_index() argument183 return mw_idx - sndev->nr_direct_mw + sndev->nr_rsvd_luts; in lut_index()186 static int peer_lut_index(struct switchtec_ntb *sndev, int mw_idx) in peer_lut_index() argument188 return mw_idx - sndev->peer_nr_direct_mw + sndev->nr_rsvd_luts; in peer_lut_index()