/Linux-v6.6/Documentation/networking/devlink/ |
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 30 firmware reset. If no new image pending this action will reload current 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 70 …$ devlink dev reload DEV [ netns { PID | NAME | ID } ] [ action { driver_reinit | fw_activate } ] … [all …]
|
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-v6.6/tools/testing/selftests/drivers/net/netdevsim/ |
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
|
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 265 devlink -N testns1 dev reload $DL_HANDLE netns testns2 [all …]
|
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-v6.6/drivers/comedi/drivers/ |
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-v6.6/drivers/watchdog/ |
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()
|
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()
|
D | starfive-wdt.c | 85 unsigned int reload; /* Watchdog Reload Control register */ member 109 u32 reload; /* restore the count */ member 116 .reload = STARFIVE_WDT_JH7100_RELOAD, 293 if (wdt->variant->reload) in starfive_wdt_set_reload_count() 294 writel(0x1, wdt->base + wdt->variant->reload); in starfive_wdt_set_reload_count() 535 wdt->reload = starfive_wdt_get_count(wdt); in starfive_wdt_suspend() 554 starfive_wdt_set_reload_count(wdt, wdt->reload); in starfive_wdt_resume()
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | fsl_gtm.h | 37 bool reload); 39 bool reload);
|
/Linux-v6.6/arch/arm/mach-omap2/ |
D | sleep24xx.S | 76 strne r0, [r1] @ rewrite DLLA to force DLL reload 78 strne r0, [r1] @ rewrite DLLB to force DLL reload
|
/Linux-v6.6/drivers/misc/genwqe/ |
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-v6.6/arch/powerpc/sysdev/ |
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-v6.6/arch/arm/kernel/ |
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-v6.6/drivers/acpi/acpica/ |
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-v6.6/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 140 static int mlxsw_ports_init(struct mlxsw_core *mlxsw_core, bool reload) in mlxsw_ports_init() argument 157 if (!reload) { in mlxsw_ports_init() 173 static void mlxsw_ports_fini(struct mlxsw_core *mlxsw_core, bool reload) in mlxsw_ports_fini() argument 178 if (!reload) in mlxsw_ports_fini() 2161 void *bus_priv, bool reload, in __mlxsw_core_bus_device_register() argument 2176 if (!reload) { in __mlxsw_core_bus_device_register() 2202 if (mlxsw_driver->resources_register && !reload) { in __mlxsw_core_bus_device_register() 2208 err = mlxsw_ports_init(mlxsw_core, reload); in __mlxsw_core_bus_device_register() 2231 if (!reload) { in __mlxsw_core_bus_device_register() 2269 if (!reload) in __mlxsw_core_bus_device_register() [all …]
|
/Linux-v6.6/tools/testing/selftests/drivers/net/mlxsw/ |
D | fib.sh | 246 devlink dev reload $DEVLINK_DEV netns testns1 256 devlink -N testns1 dev reload $DEVLINK_DEV netns $$
|
/Linux-v6.6/Documentation/hwmon/ |
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-v6.6/drivers/input/serio/ |
D | apbps2.c | 35 u32 __iomem reload; /* 0x0c */ member 166 iowrite32be(freq_hz / 10000, &priv->regs->reload); in apbps2_of_probe()
|
/Linux-v6.6/drivers/clocksource/ |
D | timer-sp.h | 61 unsigned long reload; member
|
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | gp8psk-fe.h | 67 int (*reload)(void *priv); member
|
/Linux-v6.6/arch/sparc/kernel/ |
D | dtlb_prot.S | 25 mov TLB_TAG_ACCESS, %g4 ! For reload of vaddr
|
/Linux-v6.6/sound/soc/sof/ |
D | ipc4-priv.h | 86 struct sof_ipc4_fw_library *fw_lib, bool reload);
|
/Linux-v6.6/arch/arm/boot/dts/rockchip/ |
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";
|
D | Makefile | 23 rk3288-firefly-reload.dtb \
|