Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 96) sorted by relevance

1234

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-compactflash.c80 int pause; in cvmx_compactflash_generate_dma_tim() local
160 pause = 25 - dma_arq * 1000/(cvmx_clock_get_rate(CVMX_CLOCK_SCLK)/1000000); // Tz in cvmx_compactflash_generate_dma_tim()
175 pause = 25 - dma_arq * 1000/(cvmx_clock_get_rate(CVMX_CLOCK_SCLK)/1000000); // Tz in cvmx_compactflash_generate_dma_tim()
197 pause = 25 - dma_arq * 1000/(cvmx_clock_get_rate(CVMX_CLOCK_SCLK)/1000000); // Tz in cvmx_compactflash_generate_dma_tim()
221 dma_tim.s.pause = ns_to_tim_reg(tim_mult, pause); in cvmx_compactflash_generate_dma_tim()
232 …im.s.oe_n, dma_tim.s.oe_a, dma_tim.s.dmack_s, dma_tim.s.dmack_h, dma_tim.s.dmarq, dma_tim.s.pause); in cvmx_compactflash_generate_dma_tim()
422 mio_boot_reg_tim.s.pause = 0; /* Time after CE that signals stay valid */ in cvmx_compactflash_set_piomode()
H A Dcvmx-pcsx-defs.h526 uint64_t pause : 2; /**< [<8>, <7>] Pause frame flow capability across link member
539 uint64_t pause : 2;
624 uint64_t pause : 2; /**< [<8>, <7>] Link Partner Pause setting member
636 uint64_t pause : 2;
669 uint64_t pause : 2; /**< [<6>, <5>] PAUSE Selection (Don't care for SGMII) member
687 uint64_t pause : 2;
H A Dcvmx-mdio.h164 uint16_t pause : 1; member
188 uint16_t pause : 1; member
/f-stack/dpdk/drivers/net/qede/
H A Dqede_main.c552 if (params.pause.autoneg || params.pause.forced_rx || in qed_fill_link()
553 params.pause.forced_tx) in qed_fill_link()
556 if (params.pause.autoneg) in qed_fill_link()
559 if (params.pause.forced_rx) in qed_fill_link()
562 if (params.pause.forced_tx) in qed_fill_link()
624 link_params->pause.autoneg = true; in qed_set_link()
626 link_params->pause.autoneg = false; in qed_set_link()
628 link_params->pause.forced_rx = true; in qed_set_link()
630 link_params->pause.forced_rx = false; in qed_set_link()
632 link_params->pause.forced_tx = true; in qed_set_link()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dethernet-controller.yaml171 Pause configuration. 0 for no pause, 1 for pause
175 Asymmetric pause configuration. 0 for no asymmetric
176 pause, 1 for asymmetric pause
195 asym-pause:
H A Dbrcm,bcm7445-switch-v4.0.txt40 - brcm,fcb-pause-override: boolean property, if present indicates that the switch
41 supports Failover Control Block pause override capability
84 brcm,fcb-pause-override;
121 brcm,fcb-pause-override;
/f-stack/freebsd/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dtsi137 cavium,t-pause = <0>;
154 cavium,t-pause = <320>;
171 cavium,t-pause = <0>;
188 cavium,t-pause = <0>;
H A Docteon_68xx.dts473 cavium,t-pause = <0>;
490 cavium,t-pause = <320>;
507 cavium,t-pause = <0>;
524 cavium,t-pause = <0>;
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm_support.S122 1: pause
125 1: pause
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsystm.h41 #define delay(x) pause("soldelay", (x))
H A Dtimer.h37 #define schedule() pause("schedule", 1)
/f-stack/freebsd/contrib/device-tree/Bindings/mips/cavium/
H A Dbootbus.txt44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS).
94 cavium,t-pause = <0>;
114 cavium,t-pause = <0>;
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dqcom,pm8xxx-keypad.txt63 Definition: time in microseconds to pause between successive scans
69 Definition: time in nanoseconds to pause between scans of each row in
/f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/
H A Dmt7530.txt145 pause;
216 pause;
235 pause;
304 pause;
H A Dvitesse,vsc73xx.txt84 pause;
126 pause;
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_support.S225 1: pause
228 1: pause
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dethtool.rst52 * ``pause``: Get/set port pause state
/f-stack/freebsd/arm/ti/usb/
H A Domap_tll.c227 pause("USBRESET", 1); in omap_tll_init()
266 pause("USBRESET", 1); in omap_tll_disable()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_sunpro_amd64.il36 / the "rep; nop" is used instead of "pause" to avoid the "[ PAUSE ]" hardware
H A Dngx_sunpro_x86.il37 / the "rep; nop" is used instead of "pause" to avoid the "[ PAUSE ]" hardware
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_struct.h530 uint64_t pause : 1; member
536 uint64_t pause : 1;
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkbusy/
H A Dmkbusy.c173 (void) pause(); in main()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dgemini-sl93512r.dts132 pause;
291 pause;
H A Dgemini-sq201.dts117 pause;
287 pause;
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_misc.c208 (void) pause(); in uu_panic()

1234