Searched refs:interrupt_mode (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/sound/pci/asihpi/
H A Dhpios.h144 int interrupt_mode; member in struct:hpi_adapter
H A Dasihpi.c900 if (!card->hpi->interrupt_mode && dpcm->respawn_timer)
1011 if (!card->hpi->interrupt_mode) {
1184 if (!card->hpi->interrupt_mode) {
2841 if (hpi->interrupt_mode) {
2934 if (hpi->interrupt_mode) {
H A Dhpioctl.c498 adapters[adapter_index].interrupt_mode = 1;
/linux-master/drivers/net/ethernet/sfc/
H A Dnic.c97 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) {
122 if (efx->interrupt_mode == EFX_INT_MODE_MSIX &&
H A Defx_channels.c258 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) {
277 efx->interrupt_mode = EFX_INT_MODE_MSI;
297 if (efx->interrupt_mode == EFX_INT_MODE_MSI) {
312 efx->interrupt_mode = EFX_INT_MODE_LEGACY;
319 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) {
577 efx->interrupt_mode = min(efx->type->min_interrupt_mode,
H A Defx.c47 module_param_named(interrupt_mode, efx_interrupt_mode, uint, 0444);
48 MODULE_PARM_DESC(interrupt_mode,
H A Dnet_driver.h620 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
837 * @interrupt_mode: Interrupt mode
998 enum efx_int_mode interrupt_mode; member in struct:efx_nic
H A Dselftest.c72 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_interrupt_mode)
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c259 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) {
278 efx->interrupt_mode = EFX_INT_MODE_MSI;
298 if (efx->interrupt_mode == EFX_INT_MODE_MSI) {
313 efx->interrupt_mode = EFX_INT_MODE_LEGACY;
320 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) {
579 efx->interrupt_mode = min(efx->type->min_interrupt_mode,
H A Dnic.c97 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) {
122 if (efx->interrupt_mode == EFX_INT_MODE_MSIX &&
H A Dnet_driver.h621 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
805 * @interrupt_mode: Interrupt mode
964 enum efx_int_mode interrupt_mode; member in struct:efx_nic
H A Defx.c48 module_param_named(interrupt_mode, efx_siena_interrupt_mode, uint, 0444);
49 MODULE_PARM_DESC(interrupt_mode,
H A Dselftest.c73 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_siena_interrupt_mode)
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.c95 if (efx->interrupt_mode == EF4_INT_MODE_MSIX) {
120 if (efx->interrupt_mode == EF4_INT_MODE_MSIX &&
H A Defx.c148 static unsigned int interrupt_mode; variable
1364 if (efx->interrupt_mode == EF4_INT_MODE_MSIX) {
1380 efx->interrupt_mode = EF4_INT_MODE_MSI;
1415 if (efx->interrupt_mode == EF4_INT_MODE_MSI) {
1425 efx->interrupt_mode = EF4_INT_MODE_LEGACY;
1430 if (efx->interrupt_mode == EF4_INT_MODE_LEGACY) {
1442 if (efx->interrupt_mode != EF4_INT_MODE_MSIX ||
2668 efx->interrupt_mode = max(efx->type->max_interrupt_mode,
2669 interrupt_mode);
3164 module_param(interrupt_mode, uin
[all...]
H A Dnet_driver.h512 #define EF4_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EF4_INT_MODE_MSI)
655 * @interrupt_mode: Interrupt mode
781 enum ef4_int_mode interrupt_mode; member in struct:ef4_nic
H A Dselftest.c70 STRING_TABLE_LOOKUP(efx->interrupt_mode, ef4_interrupt_mode)
/linux-master/drivers/dma/
H A Dacpi-dma.c83 ret = acpi_register_gsi(NULL, si->gsi_interrupt, si->interrupt_mode, si->interrupt_polarity);
/linux-master/drivers/scsi/
H A Dpmcraid.c411 return (pinstance->interrupt_mode) ?
437 if (!pinstance->interrupt_mode) {
462 if (!pinstance->interrupt_mode) {
487 if (!pinstance->interrupt_mode) {
1894 if (!pinstance->interrupt_mode) {
1941 if (pinstance->interrupt_mode) {
4023 pinstance->interrupt_mode = 0;
4071 pinstance->interrupt_mode = 1;
H A Dpmcraid.h729 u8 interrupt_mode; /* current interrupt mode legacy or msix */ member in struct:pmcraid_instance
/linux-master/drivers/scsi/esas2r/
H A Desas2r_main.c301 int interrupt_mode = 1; variable
302 module_param(interrupt_mode, int, 0);
303 MODULE_PARM_DESC(interrupt_mode,
H A Desas2r_ioctl.c806 gai->pci.interrupt_mode = ATTO_GAI_PCIIM_MSIX;
808 gai->pci.interrupt_mode = ATTO_GAI_PCIIM_MSI;
810 gai->pci.interrupt_mode = ATTO_GAI_PCIIM_LEGACY;
H A Desas2r_init.c225 "unknown interrupt_mode %d requested, "
227 interrupt_mode);
371 esas2r_setup_interrupts(a, interrupt_mode);
H A Datioctl.h701 u8 interrupt_mode; member in struct:atto_hba_get_adapter_info::__anon432
/linux-master/include/acpi/
H A Dactbl1.h648 u8 interrupt_mode; member in struct:acpi_csrt_shared_info

Completed in 265 milliseconds

12