/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
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()
|
D | nic.c | 97 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()
|
D | net_driver.h | 621 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI) 964 enum efx_int_mode interrupt_mode; member
|
D | efx.c | 48 module_param_named(interrupt_mode, efx_siena_interrupt_mode, uint, 0444); 49 MODULE_PARM_DESC(interrupt_mode,
|
D | selftest.c | 73 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_siena_interrupt_mode)
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
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()
|
D | nic.c | 97 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) { in efx_nic_init_interrupt() 122 if (efx->interrupt_mode == EFX_INT_MODE_MSIX && in efx_nic_init_interrupt()
|
D | net_driver.h | 620 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI) 998 enum efx_int_mode interrupt_mode; member
|
D | efx.c | 47 module_param_named(interrupt_mode, efx_interrupt_mode, uint, 0444); 48 MODULE_PARM_DESC(interrupt_mode,
|
D | selftest.c | 72 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_interrupt_mode)
|
/linux-6.6.21/sound/pci/asihpi/ |
D | hpios.h | 144 int interrupt_mode; member
|
D | asihpi.c | 900 if (!card->hpi->interrupt_mode && dpcm->respawn_timer) in snd_card_asihpi_timer_function() 1011 if (!card->hpi->interrupt_mode) { in snd_card_asihpi_playback_open() 1184 if (!card->hpi->interrupt_mode) { in snd_card_asihpi_capture_open() 2841 if (hpi->interrupt_mode) { in snd_asihpi_probe() 2934 if (hpi->interrupt_mode) { in snd_asihpi_remove()
|
D | hpioctl.c | 498 adapters[adapter_index].interrupt_mode = 1; in asihpi_adapter_probe()
|
/linux-6.6.21/drivers/net/ethernet/sfc/falcon/ |
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() 1415 if (efx->interrupt_mode == EF4_INT_MODE_MSI) { in ef4_probe_interrupts() 1425 efx->interrupt_mode = EF4_INT_MODE_LEGACY; in ef4_probe_interrupts() 1430 if (efx->interrupt_mode == EF4_INT_MODE_LEGACY) { in ef4_probe_interrupts() 1442 if (efx->interrupt_mode != EF4_INT_MODE_MSIX || in ef4_probe_interrupts() 2668 efx->interrupt_mode = max(efx->type->max_interrupt_mode, in ef4_init_struct() 2669 interrupt_mode); in ef4_init_struct() 3164 module_param(interrupt_mode, uint, 0444); [all …]
|
D | nic.c | 95 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()
|
D | net_driver.h | 512 #define EF4_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EF4_INT_MODE_MSI) 781 enum ef4_int_mode interrupt_mode; member
|
D | selftest.c | 70 STRING_TABLE_LOOKUP(efx->interrupt_mode, ef4_interrupt_mode)
|
/linux-6.6.21/Documentation/translations/zh_CN/PCI/ |
D | pciebus-howto.rst | 177 request_irq/free_irq。此外,中断模式被存储在struct pcie_device的interrupt_mode
|
/linux-6.6.21/drivers/dma/ |
D | acpi-dma.c | 83 ret = acpi_register_gsi(NULL, si->gsi_interrupt, si->interrupt_mode, si->interrupt_polarity); in acpi_dma_parse_resource_group()
|
/linux-6.6.21/drivers/scsi/ |
D | pmcraid.c | 409 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() 3976 pinstance->interrupt_mode = 0; in pmcraid_unregister_interrupt_handler() 4024 pinstance->interrupt_mode = 1; in pmcraid_register_interrupt_handler()
|
D | pmcraid.h | 729 u8 interrupt_mode; /* current interrupt mode legacy or msix */ member
|
/linux-6.6.21/drivers/scsi/esas2r/ |
D | esas2r_main.c | 301 int interrupt_mode = 1; variable 302 module_param(interrupt_mode, int, 0); 303 MODULE_PARM_DESC(interrupt_mode,
|
D | esas2r_ioctl.c | 810 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()
|
D | esas2r_init.c | 227 interrupt_mode); in esas2r_setup_interrupts() 371 esas2r_setup_interrupts(a, interrupt_mode); in esas2r_init_adapter()
|
/linux-6.6.21/Documentation/PCI/ |
D | pciebus-howto.rst | 200 in the field interrupt_mode of struct pcie_device.
|