mw_idx             81 drivers/ntb/hw/amd/ntb_hw_amd.c 	return ndev->dev_data->mw_idx << idx;
mw_idx           1131 drivers/ntb/hw/amd/ntb_hw_amd.c 		.mw_idx = 1,
mw_idx           1135 drivers/ntb/hw/amd/ntb_hw_amd.c 		.mw_idx = 2,
mw_idx            173 drivers/ntb/hw/amd/ntb_hw_amd.h 	const unsigned int mw_idx;
mw_idx            181 drivers/ntb/hw/mscc/ntb_hw_switchtec.c static int lut_index(struct switchtec_ntb *sndev, int mw_idx)
mw_idx            183 drivers/ntb/hw/mscc/ntb_hw_switchtec.c 	return mw_idx - sndev->nr_direct_mw + sndev->nr_rsvd_luts;
mw_idx            186 drivers/ntb/hw/mscc/ntb_hw_switchtec.c static int peer_lut_index(struct switchtec_ntb *sndev, int mw_idx)
mw_idx            188 drivers/ntb/hw/mscc/ntb_hw_switchtec.c 	return mw_idx - sndev->peer_nr_direct_mw + sndev->nr_rsvd_luts;