Home
last modified time | relevance | path

Searched refs:mw_idx (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/ntb/hw/mscc/
Dntb_hw_switchtec.c217 static int lut_index(struct switchtec_ntb *sndev, int mw_idx) in lut_index() argument
219 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() argument
224 return mw_idx - sndev->peer_nr_direct_mw + sndev->nr_rsvd_luts; in peer_lut_index()