/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-reload.rst | 7 ``devlink-reload`` provides mechanism to reinit driver entities, applying 14 User may select a reload action. 17 .. list-table:: Possible reload actions 36 being performed without fw activation. Therefore, the devlink reload 42 By default reload actions are not limited and driver implementation may 48 .. list-table:: Possible reload limits 61 namespaces during devlink reload operation. 69 $ devlink dev reload help 73 $ devlink dev reload pci/0000:82:00.0 action driver_reinit 77 # Run reload command to activate firmware: [all …]
|
A D | devlink-params.rst | 32 the driver using the ``devlink`` reload command. 41 support reloading via the ``devlink-reload`` command. This command will 42 request a reload of the device driver.
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/netdevsim/ |
A D | fib.sh | 115 devlink -N testns1 dev reload $DEVLINK_DEV 137 devlink -N testns1 dev reload $DEVLINK_DEV 144 devlink -N testns1 dev reload $DEVLINK_DEV &> /dev/null 152 devlink -N testns1 dev reload $DEVLINK_DEV 254 devlink -N testns1 dev reload $DEVLINK_DEV 279 devlink -N testns1 dev reload $DEVLINK_DEV 304 devlink -N testns1 dev reload $DEVLINK_DEV 311 devlink -N testns1 dev reload $DEVLINK_DEV &> /dev/null 319 devlink -N testns1 dev reload $DEVLINK_DEV 377 devlink dev reload $DEVLINK_DEV netns testns1
|
A D | devlink.sh | 121 devlink dev reload $DL_HANDLE 123 check_value max_macs post-reload 16 16 124 check_value test1 post-reload false N 223 devlink dev reload $DL_HANDLE 229 devlink dev reload $DL_HANDLE 235 devlink dev reload $DL_HANDLE 241 devlink dev reload $DL_HANDLE 247 devlink dev reload $DL_HANDLE 262 devlink dev reload $DL_HANDLE netns testns1 300 devlink dev reload $DL_HANDLE netns testns1 [all …]
|
A D | nexthop.sh | 110 $DEVLINK dev reload $DEVLINK_DEV 979 $DEVLINK dev reload $DEVLINK_DEV 1009 $DEVLINK dev reload $DEVLINK_DEV &> /dev/null 1013 $DEVLINK dev reload $DEVLINK_DEV 1033 devlink dev reload $DEVLINK_DEV netns testns1
|
/linux-6.3-rc2/drivers/comedi/drivers/ |
A D | addi_watchdog.c | 38 unsigned int reload; in addi_watchdog_insn_config() local 43 reload = data[1] & s->maxdata; in addi_watchdog_insn_config() 44 outl(reload, spriv->iobase + ADDI_TCW_RELOAD_REG); in addi_watchdog_insn_config() 48 20 * reload + 20); in addi_watchdog_insn_config()
|
/linux-6.3-rc2/drivers/watchdog/ |
A D | wdt285.c | 41 static unsigned int reload; variable 61 *CSR_TIMER4_LOAD = reload; in watchdog_ping() 77 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_open() 169 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_ioctl()
|
A D | hpwdt.c | 73 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_start() local 75 dev_dbg(wdd->parent, "start watchdog 0x%08x:0x%08x:0x%02x\n", wdd->timeout, reload, control); in hpwdt_start() 76 iowrite16(reload, hpwdt_timer_reg); in hpwdt_start() 108 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_ping() local 110 dev_dbg(wdd->parent, "ping watchdog 0x%08x:0x%08x\n", wdd->timeout, reload); in hpwdt_ping() 111 hpwdt_ping_ticks(reload); in hpwdt_ping()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | fsl_gtm.h | 37 bool reload); 39 bool reload);
|
/linux-6.3-rc2/arch/arm/mach-omap2/ |
A D | sleep24xx.S | 76 strne r0, [r1] @ rewrite DLLA to force DLL reload 78 strne r0, [r1] @ rewrite DLLB to force DLL reload
|
/linux-6.3-rc2/drivers/misc/genwqe/ |
A D | card_sysfs.c | 214 int reload; in reload_bitstream_store() local 217 if (kstrtoint(buf, 0, &reload) < 0) in reload_bitstream_store() 220 if (reload == 0x1) { in reload_bitstream_store()
|
/linux-6.3-rc2/arch/powerpc/sysdev/ |
A D | fsl_gtm.c | 243 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) in gtm_set_timer16() argument 258 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_timer16() 279 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) in gtm_set_exact_timer16() argument 291 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_exact_timer16()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | st,stm32-timers.yaml | 11 - advanced-control timers consist of a 16-bit auto-reload counter driven 14 - general-purpose timers consist of a 16-bit or 32-bit auto-reload counter 16 - basic timers consist of a 16-bit auto-reload counter driven by a
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | tbinstal.c | 102 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument 125 if (!reload && in acpi_tb_install_standard_table()
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | entry-header.S | 392 .macro invoke_syscall, table, nr, tmp, ret, reload=0 399 .if \reload 401 ldmiacc r1, {r0 - r6} @ reload r0-r6 408 .if \reload 410 ldmiacc r1, {r0 - r6} @ reload r0-r6
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core.c | 157 if (!reload) { in mlxsw_ports_init() 178 if (!reload) in mlxsw_ports_fini() 2178 if (!reload) { in __mlxsw_core_bus_device_register() 2233 if (!reload) { in __mlxsw_core_bus_device_register() 2271 if (!reload) in __mlxsw_core_bus_device_register() 2287 if (!reload) in __mlxsw_core_bus_device_register() 2297 if (!reload) in __mlxsw_core_bus_device_register() 2343 if (!reload) in mlxsw_core_bus_device_unregister() 2347 if (!reload) in mlxsw_core_bus_device_unregister() 2363 if (!reload) in mlxsw_core_bus_device_unregister() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/ |
A D | fib.sh | 246 devlink dev reload $DEVLINK_DEV netns testns1 256 devlink -N testns1 dev reload $DEVLINK_DEV netns $$
|
/linux-6.3-rc2/drivers/input/serio/ |
A D | apbps2.c | 35 u32 __iomem reload; /* 0x0c */ member 166 iowrite32be(freq_hz / 10000, &priv->regs->reload); in apbps2_of_probe()
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | sht15.rst | 50 sensors. Disabling the reload of those coefficients allows saving 10ms for each 67 flag to indicate not to reload from OTP (default to false).
|
/linux-6.3-rc2/drivers/clocksource/ |
A D | timer-sp.h | 61 unsigned long reload; member
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | gp8psk-fe.h | 67 int (*reload)(void *priv); member
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | ipc4-priv.h | 86 struct sof_ipc4_fw_library *fw_lib, bool reload);
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | dtlb_prot.S | 25 mov TLB_TAG_ACCESS, %g4 ! For reload of vaddr
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | rk3288-firefly-reload.dts | 8 #include "rk3288-firefly-reload-core.dtsi" 11 model = "Firefly-RK3288-reload"; 12 compatible = "firefly,firefly-rk3288-reload", "rockchip,rk3288";
|
/linux-6.3-rc2/arch/x86/kernel/acpi/ |
A D | wakeup_32.S | 22 # reload the gdt, as we need the full 32 bit address
|