Home
last modified time | relevance | path

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

/linux/drivers/ntb/hw/amd/
A Dntb_hw_amd.h170 const unsigned int mw_idx; member
A Dntb_hw_amd.c81 return ndev->dev_data->mw_idx << idx; in ndev_mw_to_bar()
1313 .mw_idx = 1,
1317 .mw_idx = 2,
/linux/drivers/ntb/hw/mscc/
A Dntb_hw_switchtec.c181 static int lut_index(struct switchtec_ntb *sndev, int mw_idx) in lut_index() argument
183 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() argument
188 return mw_idx - sndev->peer_nr_direct_mw + sndev->nr_rsvd_luts; in peer_lut_index()

Completed in 13 milliseconds