Home
last modified time | relevance | path

Searched refs:interrupt_mode (Results 1 – 25 of 28) sorted by relevance

12

/linux-5.19.10/drivers/net/ethernet/sfc/
Defx_channels.c258 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()
311 efx->interrupt_mode = EFX_INT_MODE_LEGACY; in efx_probe_interrupts()
318 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { in efx_probe_interrupts()
575 efx->interrupt_mode = min(efx->type->min_interrupt_mode, in efx_init_channels()
Dnic.c98 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) { in efx_nic_init_interrupt()
123 if (efx->interrupt_mode == EFX_INT_MODE_MSIX && in efx_nic_init_interrupt()
Dnet_driver.h622 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
965 enum efx_int_mode interrupt_mode; member
Defx.c47 module_param_named(interrupt_mode, efx_interrupt_mode, uint, 0444);
48 MODULE_PARM_DESC(interrupt_mode,
Dselftest.c68 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_interrupt_mode)
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
Defx_channels.c259 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()
312 efx->interrupt_mode = EFX_INT_MODE_LEGACY; in efx_siena_probe_interrupts()
319 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { in efx_siena_probe_interrupts()
577 efx->interrupt_mode = min(efx->type->min_interrupt_mode, in efx_siena_init_channels()
Dnic.c97 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) { in efx_siena_init_interrupt()
122 if (efx->interrupt_mode == EFX_INT_MODE_MSIX && in efx_siena_init_interrupt()
Dnet_driver.h621 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
964 enum efx_int_mode interrupt_mode; member
Defx.c49 module_param_named(interrupt_mode, efx_siena_interrupt_mode, uint, 0444);
50 MODULE_PARM_DESC(interrupt_mode,
Dselftest.c68 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_siena_interrupt_mode)
/linux-5.19.10/sound/pci/asihpi/
Dhpios.h144 int interrupt_mode; member
Dasihpi.c902 if (!card->hpi->interrupt_mode && dpcm->respawn_timer) in snd_card_asihpi_timer_function()
1013 if (!card->hpi->interrupt_mode) { in snd_card_asihpi_playback_open()
1186 if (!card->hpi->interrupt_mode) { in snd_card_asihpi_capture_open()
2843 if (hpi->interrupt_mode) { in snd_asihpi_probe()
2936 if (hpi->interrupt_mode) { in snd_asihpi_remove()
Dhpioctl.c498 adapters[adapter_index].interrupt_mode = 1; in asihpi_adapter_probe()
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Defx.c149 static unsigned int interrupt_mode; variable
1365 if (efx->interrupt_mode == EF4_INT_MODE_MSIX) { in ef4_probe_interrupts()
1381 efx->interrupt_mode = EF4_INT_MODE_MSI; in ef4_probe_interrupts()
1416 if (efx->interrupt_mode == EF4_INT_MODE_MSI) { in ef4_probe_interrupts()
1426 efx->interrupt_mode = EF4_INT_MODE_LEGACY; in ef4_probe_interrupts()
1431 if (efx->interrupt_mode == EF4_INT_MODE_LEGACY) { in ef4_probe_interrupts()
1443 if (efx->interrupt_mode != EF4_INT_MODE_MSIX || in ef4_probe_interrupts()
2669 efx->interrupt_mode = max(efx->type->max_interrupt_mode, in ef4_init_struct()
2670 interrupt_mode); in ef4_init_struct()
3173 module_param(interrupt_mode, uint, 0444);
[all …]
Dnic.c95 if (efx->interrupt_mode == EF4_INT_MODE_MSIX) { in ef4_nic_init_interrupt()
120 if (efx->interrupt_mode == EF4_INT_MODE_MSIX && in ef4_nic_init_interrupt()
Dnet_driver.h512 #define EF4_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EF4_INT_MODE_MSI)
781 enum ef4_int_mode interrupt_mode; member
Dselftest.c65 STRING_TABLE_LOOKUP(efx->interrupt_mode, ef4_interrupt_mode)
/linux-5.19.10/Documentation/translations/zh_CN/PCI/
Dpciebus-howto.rst177 request_irq/free_irq。此外,中断模式被存储在struct pcie_device的interrupt_mode
/linux-5.19.10/drivers/dma/
Dacpi-dma.c83 ret = acpi_register_gsi(NULL, si->gsi_interrupt, si->interrupt_mode, si->interrupt_polarity); in acpi_dma_parse_resource_group()
/linux-5.19.10/drivers/scsi/
Dpmcraid.c409 return (pinstance->interrupt_mode) ? in pmcraid_read_interrupts()
435 if (!pinstance->interrupt_mode) { in pmcraid_disable_interrupts()
460 if (!pinstance->interrupt_mode) { in pmcraid_enable_interrupts()
485 if (!pinstance->interrupt_mode) { in pmcraid_clr_trans_op()
1892 if (!pinstance->interrupt_mode) { in pmcraid_reset_enable_ioa()
1939 if (pinstance->interrupt_mode) { in pmcraid_soft_reset()
3977 pinstance->interrupt_mode = 0; in pmcraid_unregister_interrupt_handler()
4025 pinstance->interrupt_mode = 1; in pmcraid_register_interrupt_handler()
Dpmcraid.h729 u8 interrupt_mode; /* current interrupt mode legacy or msix */ member
/linux-5.19.10/drivers/scsi/esas2r/
Desas2r_main.c303 int interrupt_mode = 1; variable
304 module_param(interrupt_mode, int, 0);
305 MODULE_PARM_DESC(interrupt_mode,
Desas2r_ioctl.c810 gai->pci.interrupt_mode = ATTO_GAI_PCIIM_MSIX; in hba_ioctl_callback()
812 gai->pci.interrupt_mode = ATTO_GAI_PCIIM_MSI; in hba_ioctl_callback()
814 gai->pci.interrupt_mode = ATTO_GAI_PCIIM_LEGACY; in hba_ioctl_callback()
Desas2r_init.c227 interrupt_mode); in esas2r_setup_interrupts()
371 esas2r_setup_interrupts(a, interrupt_mode); in esas2r_init_adapter()
/linux-5.19.10/Documentation/PCI/
Dpciebus-howto.rst200 in the field interrupt_mode of struct pcie_device.

12