Lines Matching refs:ioat_interrupt_style
133 static char ioat_interrupt_style[32] = "msix";
134 module_param_string(ioat_interrupt_style, ioat_interrupt_style,
135 sizeof(ioat_interrupt_style), 0644);
136 MODULE_PARM_DESC(ioat_interrupt_style,
413 if (!strcmp(ioat_interrupt_style, "msix"))
415 if (!strcmp(ioat_interrupt_style, "msi"))
417 if (!strcmp(ioat_interrupt_style, "intx"))
419 dev_err(dev, "invalid ioat_interrupt_style %s\n", ioat_interrupt_style);