Home
last modified time | relevance | path

Searched refs:freeze (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/fpga/
H A Daltera-freeze-bridge.txt3 The Altera Freeze Bridge Controller manages one or more freeze bridges.
4 The controller can freeze/disable the bridges which prevents signal
10 - compatible : Should contain "altr,freeze-bridge-controller"
11 - regs : base address and size for freeze bridge module
16 freeze-controller@100000450 {
17 compatible = "altr,freeze-bridge-controller";
H A Dfpga-region.txt193 - region-freeze-timeout-us : The maximum time in microseconds to wait for
418 compatible = "altr,freeze-bridge-controller";
430 compatible = "altr,freeze-bridge-controller";
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_003_pos.ksh60 log_must zpool freeze $TESTPOOL
62 log_mustnot zpool freeze $TESTPOOL
63 log_mustnot zpool freeze ${TESTPOOL%%/*}
66 log_mustnot zpool freeze fakepool
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme_iperf.c35 static int fme_iperf_get_cache_freeze(struct ifpga_fme_hw *fme, u64 *freeze) in fme_iperf_get_cache_freeze() argument
43 *freeze = (u64)ctl.freeze; in fme_iperf_get_cache_freeze()
47 static int fme_iperf_set_cache_freeze(struct ifpga_fme_hw *fme, u64 freeze) in fme_iperf_set_cache_freeze() argument
53 state = !!freeze; in fme_iperf_set_cache_freeze()
59 ctl.freeze = state; in fme_iperf_set_cache_freeze()
133 *freeze = (u64)ctl.freeze; in fme_iperf_get_vtd_freeze()
144 state = !!freeze; in fme_iperf_set_vtd_freeze()
150 ctl.freeze = state; in fme_iperf_set_vtd_freeze()
383 *freeze = (u64)ctl.freeze; in fme_iperf_get_fab_freeze()
394 state = !!freeze; in fme_iperf_set_fab_freeze()
[all …]
H A Difpga_fme_dperf.c152 static int fme_dperf_get_fab_freeze(struct ifpga_fme_hw *fme, u64 *freeze) in fme_dperf_get_fab_freeze() argument
160 *freeze = (u64)ctl.freeze; in fme_dperf_get_fab_freeze()
165 static int fme_dperf_set_fab_freeze(struct ifpga_fme_hw *fme, u64 freeze) in fme_dperf_set_fab_freeze() argument
171 state = !!freeze; in fme_dperf_set_fab_freeze()
177 ctl.freeze = state; in fme_dperf_set_fab_freeze()
H A Difpga_defines.h742 u8 freeze:1; /* Freeze if set to 1 */ member
786 u8 freeze:1; /* Set to 1 frozen counter */ member
831 u8 freeze:1; /* Set to 1 frozen counter */ member
873 u8 freeze:1; /* Set to 1 frozen counter */ member
922 u8 freeze:1; /* Set to 1 frozen counter */ member
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_002.ksh89 log_must zpool freeze $TESTPOOL
H A Dslog_replay_volume.ksh110 log_must zpool freeze $TESTPOOL
H A Dslog_replay_fs_001.ksh83 log_must zpool freeze $TESTPOOL
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml163 Specifies that long-term averages are to freeze in the presence of either
382 Specify 'azoteq,dual-direction' to freeze the long-term average when
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst198 the Ethernet port is started) to freeze the start-up hierarchy. This function
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst969 * **vhost: Fix virtio freeze due to missed interrupt.**