Home
last modified time | relevance | path

Searched refs:global_use_mmio (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A D3c59x.c796 static int global_use_mmio = -1; variable
819 module_param(global_use_mmio, int, 0);
836 MODULE_PARM_DESC(global_use_mmio, "3c59x: same as use_mmio, but applies to all NICs if options is unset");
1013 if (global_use_mmio < 0 && (unit >= MAX_UNITS || use_mmio[unit] < 0)) { in vortex_init_one()
1020 pci_bar = global_use_mmio ? 1 : 0; in vortex_init_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H A D3c59x.c796 static int global_use_mmio = -1; variable
819 module_param(global_use_mmio, int, 0);
836 MODULE_PARM_DESC(global_use_mmio, "3c59x: same as use_mmio, but applies to all NICs if options is unset");
1013 if (global_use_mmio < 0 && (unit >= MAX_UNITS || use_mmio[unit] < 0)) { in vortex_init_one()
1020 pci_bar = global_use_mmio ? 1 : 0; in vortex_init_one()

Completed in 10 milliseconds