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
698 if (!nt->use_msi) in ntb_transport_setup_qp_peer_msi()
713 qp->use_msi = true; in ntb_transport_setup_qp_peer_msi()
726 if (!nt->use_msi) in ntb_transport_setup_qp_msi()
1037 if (nt->use_msi) { in ntb_transport_link_work()
1043 nt->use_msi = false; in ntb_transport_link_work()
1286 if (use_msi && mw_count > 1) { in ntb_transport_probe()
1290 nt->use_msi = true; in ntb_transport_probe()
1339 if (nt->use_msi) { in ntb_transport_probe()
1768 if (qp->use_msi) in ntb_tx_copy_callback()