Lines Matching refs:use_msi
96 static bool use_msi; variable
98 module_param(use_msi, bool, 0644);
99 MODULE_PARM_DESC(use_msi, "Use MSI interrupts instead of doorbells");
198 bool use_msi; member
235 bool use_msi; member
700 if (!nt->use_msi) in ntb_transport_setup_qp_peer_msi()
715 qp->use_msi = true; in ntb_transport_setup_qp_peer_msi()
728 if (!nt->use_msi) in ntb_transport_setup_qp_msi()
1032 if (nt->use_msi) { in ntb_transport_link_work()
1038 nt->use_msi = false; in ntb_transport_link_work()
1281 if (use_msi && mw_count > 1) { in ntb_transport_probe()
1285 nt->use_msi = true; in ntb_transport_probe()
1334 if (nt->use_msi) { in ntb_transport_probe()
1763 if (qp->use_msi) in ntb_tx_copy_callback()