Lines Matching defs:msi_x
75 static int msi_x = 1;
76 module_param(msi_x, int, 0444);
77 MODULE_PARM_DESC(msi_x, "0 - don't use MSI-X, 1 - use MSI-X, >1 - limit number of MSI-X irqs to msi_x");
81 #define msi_x (0)
2959 if (msi_x) {
2965 if (msi_x > 1)
2966 nreq = min_t(int, nreq, msi_x);
4502 if (msi_x < 0) {
4503 pr_warn("mlx4_core: bad msi_x: %d\n", msi_x);