Searched refs:interrupt_mode (Results 1 – 19 of 19) sorted by relevance
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | efx.c | 148 static unsigned int interrupt_mode; variable 1364 if (efx->interrupt_mode == EF4_INT_MODE_MSIX) { in ef4_probe_interrupts() 1380 efx->interrupt_mode = EF4_INT_MODE_MSI; in ef4_probe_interrupts() 1414 if (efx->interrupt_mode == EF4_INT_MODE_MSI) { in ef4_probe_interrupts() 1424 efx->interrupt_mode = EF4_INT_MODE_LEGACY; in ef4_probe_interrupts() 1429 if (efx->interrupt_mode == EF4_INT_MODE_LEGACY) { in ef4_probe_interrupts() 1441 if (efx->interrupt_mode != EF4_INT_MODE_MSIX || in ef4_probe_interrupts() 2659 efx->interrupt_mode = max(efx->type->max_interrupt_mode, in ef4_init_struct() 2660 interrupt_mode); in ef4_init_struct() 3152 module_param(interrupt_mode, uint, 0444); [all …]
|
| H A D | selftest.c | 70 STRING_TABLE_LOOKUP(efx->interrupt_mode, ef4_interrupt_mode)
|
| /linux/sound/pci/asihpi/ |
| H A D | hpios.h | 144 int interrupt_mode; member
|
| H A D | hpioctl.c | 498 adapters[adapter_index].interrupt_mode = 1; in asihpi_adapter_probe()
|
| /linux/Documentation/translations/zh_CN/PCI/ |
| H A D | pciebus-howto.rst | 177 request_irq/free_irq。此外,中断模式被存储在struct pcie_device的interrupt_mode
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | net_driver.h | 619 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI) 956 enum efx_int_mode interrupt_mode; member
|
| H A D | efx.c | 48 module_param_named(interrupt_mode, efx_siena_interrupt_mode, uint, 0444); 49 MODULE_PARM_DESC(interrupt_mode,
|
| H A D | selftest.c | 73 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_siena_interrupt_mode)
|
| /linux/drivers/scsi/ |
| H A D | pmcraid.c | 412 return (pinstance->interrupt_mode) ? in pmcraid_read_interrupts() 438 if (!pinstance->interrupt_mode) { in pmcraid_disable_interrupts() 463 if (!pinstance->interrupt_mode) { in pmcraid_enable_interrupts() 488 if (!pinstance->interrupt_mode) { in pmcraid_clr_trans_op() 1895 if (!pinstance->interrupt_mode) { in pmcraid_reset_enable_ioa() 1942 if (pinstance->interrupt_mode) { in pmcraid_soft_reset() 4024 pinstance->interrupt_mode = 0; in pmcraid_unregister_interrupt_handler() 4072 pinstance->interrupt_mode = 1; in pmcraid_register_interrupt_handler()
|
| H A D | pmcraid.h | 729 u8 interrupt_mode; /* current interrupt mode legacy or msix */ member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | net_driver.h | 657 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI) 1037 enum efx_int_mode interrupt_mode; member
|
| H A D | efx.c | 48 module_param_named(interrupt_mode, efx_interrupt_mode, uint, 0444); 49 MODULE_PARM_DESC(interrupt_mode,
|
| H A D | selftest.c | 72 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_interrupt_mode)
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 301 int interrupt_mode = 1; variable 302 module_param(interrupt_mode, int, 0); 303 MODULE_PARM_DESC(interrupt_mode,
|
| H A D | esas2r_ioctl.c | 806 gai->pci.interrupt_mode = ATTO_GAI_PCIIM_MSIX; in hba_ioctl_callback() 808 gai->pci.interrupt_mode = ATTO_GAI_PCIIM_MSI; in hba_ioctl_callback() 810 gai->pci.interrupt_mode = ATTO_GAI_PCIIM_LEGACY; in hba_ioctl_callback()
|
| H A D | esas2r_init.c | 227 interrupt_mode); in esas2r_setup_interrupts() 370 esas2r_setup_interrupts(a, interrupt_mode); in esas2r_init_adapter()
|
| H A D | atioctl.h | 701 u8 interrupt_mode; member
|
| H A D | esas2r.h | 88 extern int interrupt_mode;
|
| /linux/include/acpi/ |
| H A D | actbl1.h | 660 u8 interrupt_mode; member
|