Searched refs:interrupt_mode (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx_channels.c | 259 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) { in efx_siena_probe_interrupts() 278 efx->interrupt_mode = EFX_INT_MODE_MSI; in efx_siena_probe_interrupts() 298 if (efx->interrupt_mode == EFX_INT_MODE_MSI) { in efx_siena_probe_interrupts() 313 efx->interrupt_mode = EFX_INT_MODE_LEGACY; in efx_siena_probe_interrupts() 320 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { in efx_siena_probe_interrupts() 579 efx->interrupt_mode = min(efx->type->min_interrupt_mode, in efx_siena_init_channels()
|
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/net/ethernet/sfc/ |
H A D | efx_channels.c | 258 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) { in efx_probe_interrupts() 277 efx->interrupt_mode = EFX_INT_MODE_MSI; in efx_probe_interrupts() 297 if (efx->interrupt_mode == EFX_INT_MODE_MSI) { in efx_probe_interrupts() 312 efx->interrupt_mode = EFX_INT_MODE_LEGACY; in efx_probe_interrupts() 319 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { in efx_probe_interrupts() 577 efx->interrupt_mode = min(efx->type->min_interrupt_mode, in efx_init_channels()
|
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/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/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/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/drivers/net/ethernet/sfc/falcon/ |
H A D | selftest.c | 70 STRING_TABLE_LOOKUP(efx->interrupt_mode, ef4_interrupt_mode)
|
/linux/include/acpi/ |
H A D | actbl1.h | 652 u8 interrupt_mode; member
|