Home
last modified time | relevance | path

Searched refs:burst (Results 1 – 25 of 202) sorted by relevance

123456789

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_rl.c42 u32 rate, u16 burst) in find_rl_entry() argument
50 if (entry->rate == rate && entry->burst == burst) in find_rl_entry()
60 u32 rate, u32 burst, u16 index) in mlx5_set_rate_limit_cmd() argument
68 MLX5_SET(set_rate_limit_in, in, burst_upper_bound, burst); in mlx5_set_rate_limit_cmd()
93 bool mlx5_rl_is_in_range(const struct mlx5_core_dev *dev, u32 rate, u32 burst) in mlx5_rl_is_in_range() argument
98 burst <= 65535); in mlx5_rl_is_in_range()
102 int mlx5_rl_add_rate(struct mlx5_core_dev *dev, u32 rate, u32 burst, u16 *index) in mlx5_rl_add_rate() argument
110 if (!rate || !mlx5_rl_is_in_range(dev, rate, burst)) { in mlx5_rl_add_rate()
117 entry = find_rl_entry(table, rate, burst); in mlx5_rl_add_rate()
133 err = mlx5_set_rate_limit_cmd(dev, rate, burst, entry->index); in mlx5_rl_add_rate()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Drenesas,nbpfaxi.txt26 - max-burst-mem-read: limit burst size for memory reads
28 than using the maximum burst size allowed by the hardware's buffer size.
29 - max-burst-mem-write: limit burst size for memory writes
31 than using the maximum burst size allowed by the hardware's buffer size.
32 If both max-burst-mem-read and max-burst-mem-write are set, DMA_MEM_TO_MEM
H A Dqcom_hidma_mgmt.txt15 read/write in a single burst.
21 - max-write-burst-bytes: Maximum write burst in bytes that HIDMA can
26 - max-read-burst-bytes: Maximum read burst in bytes that HIDMA can
31 - max-write-transactions: This value is how many times a write burst is
34 - max-read-transactions: This value is how many times a read burst is
70 max-write-burst-bytes = <1024>;
71 max-read-burst-bytes = <1024>;
H A Dsnps,dw-axi-dmac.txt19 - snps,axi-max-burst-len: Restrict master AXI burst length by value specified
20 in this property. If this property is missing the maximum AXI burst length
38 snps,axi-max-burst-len = <16>;
H A Dimg-mdc-dma.txt13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier.
14 The maximum burst size is this value multiplied by the hardware-reported bus
46 img,max-burst-multiplier = <16>;
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dci-hdrc-usb2.txt45 - ahb-burst-config: it is vendor dependent, the required value should be
47 property is used to change AHB burst configuration, check the chipidea
50 - tx-burst-size-dword: it is vendor dependent, the tx burst size in dword
51 (4 bytes), This register represents the maximum length of a the burst
54 "ahb-burst-config" is set to 0, if this property is missing the reset
56 - rx-burst-size-dword: it is vendor dependent, the rx burst size in dword
57 (4 bytes), This register represents the maximum length of a the burst
60 "ahb-burst-config" is set to 0, if this property is missing the reset
125 /* Incremental burst of unspecified length */
126 ahb-burst-config = <0x0>;
[all …]
H A Ddwc3.txt93 only. Set this and rx-max-burst-prd to a valid,
96 - snps,rx-max-burst-prd: max periodic ESS RX burst size - host mode only. Set
101 only. Set this and tx-max-burst-prd to a valid,
104 - snps,tx-max-burst-prd: max periodic ESS TX burst size - host mode only. Set
110 - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0
111 register, undefined length INCR burst type enable and INCRx type.
112 When just one value, which means INCRX burst mode enabled. When
113 more than one value, which means undefined length INCR burst type
127 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
/freebsd/stand/kshim/
H A Dbsd_busspace.c28 struct burst { struct
177 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_read_region_4()
182 *(struct burst *)datap = *((/* volatile */ struct burst *)h); in bus_space_read_region_4()
199 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_write_region_4()
204 *((/* volatile */ struct burst *)h) = *(struct burst *)datap; in bus_space_write_region_4()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ratelimit.c36 zfs_ratelimit_init(zfs_ratelimit_t *rl, unsigned int *burst, in zfs_ratelimit_init() argument
42 rl->burst = burst; in zfs_ratelimit_init()
92 if (rl->count >= *rl->burst) { in zfs_ratelimit()
/freebsd/tools/tools/netmap/
H A Dbridge.c199 u_int burst = 1024, wait_link = 4; in main() local
216 burst = atoi(optarg); in main()
251 burst = atoi(argv[2]); in main()
258 if (burst < 1 || burst > 8192) { in main()
259 D("invalid burst %d, set to 1024", burst); in main()
260 burst = 1024; in main()
377 ports_move(pb, pa, burst, msg_b2a); in main()
384 ports_move(pa, pb, burst, msg_a2b); in main()
H A Dnmreplay.c565 int burst; member
897 if (pending > q->burst) { in cons()
1125 qs->burst = 128; in main()
1193 bp[0].q.burst = atoi(optarg); in main()
1227 if (bp[0].q.burst < 1 || bp[0].q.burst > 8192) { in main()
1228 WWW("invalid burst %d, set to 1024", bp[0].q.burst); in main()
1229 bp[0].q.burst = 1024; // XXX 128 is probably better in main()
1459 burst,p,lmin,lmax burst loss with burst probability p and
1460 burst length uniformly distributed between
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsamsung-sxgbe.txt17 - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
18 This is an integer and represents allowable DMA bursts when fixed burst.
19 Allowable range is 0x01-0x3F. When this field is set fixed burst is enabled.
20 When fixed length is needed for burst mode, it can be set within allowable
48 samsung,burst-map = <0x20>
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-gta04a5one.dts59 gpmc,burst-length = <16>;
60 gpmc,burst-read;
61 gpmc,burst-wrap;
62 gpmc,burst-write;
78 gpmc,page-burst-access-ns = <15>;
H A Domap2420-n8x0-common.dtsi59 gpmc,burst-length = <16>;
60 gpmc,burst-read;
61 gpmc,burst-wrap;
77 gpmc,page-burst-access-ns = <27>;
H A Domap3-igep.dtsi146 gpmc,burst-length = <16>;
147 gpmc,burst-wrap;
148 gpmc,burst-read;
149 gpmc,burst-write;
165 gpmc,page-burst-access-ns = <12>;
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dahci-ceva.txt24 - ceva,p0-burst-params: Burst timing value for COM parameter for port 0.
25 - ceva,p1-burst-params: Burst timing value for COM parameter for port 1.
27 ceva,pN-burst-params = /bits/ 8 <BMX BNM SFD PTST>;
53 ceva,p0-burst-params = /bits/ 8 <0x0A 0x08 0x4A 0x06>;
58 ceva,p1-burst-params = /bits/ 8 <0x0A 0x08 0x4A 0x06>;
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Domap-gpmc.txt82 - gpmc,page-burst-access-ns: Multiple access word delay
106 burst accesses, defines the number of
116 - gpmc,burst-length Page/burst length. Must be 4, 8 or 16.
117 - gpmc,burst-wrap Enables wrap bursting
118 - gpmc,burst-read Enables read page/burst mode
119 - gpmc,burst-write Enables write page/burst mode
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_ratelimit.h33 unsigned int *burst; member
40 void zfs_ratelimit_init(zfs_ratelimit_t *rl, unsigned int *burst,
/freebsd/sys/dev/ichiic/
H A Dig4_iic.c434 int burst, target, lowat = 0; in ig4iic_read() local
442 burst = sc->cfg.txfifo_depth - in ig4iic_read()
444 if (burst <= 0) { in ig4iic_read()
449 burst = sc->cfg.txfifo_depth - in ig4iic_read()
453 burst = MIN(burst, sc->cfg.rxfifo_depth - in ig4iic_read()
455 target = MIN(requested + burst, (int)len); in ig4iic_read()
471 burst = MIN(requested - received, in ig4iic_read()
473 if (burst > 0) { in ig4iic_read()
474 while (burst--) in ig4iic_read()
496 int burst, target; in ig4iic_write() local
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt8 - dma-burst-sz: DMA burst size
42 dma-burst-sz = <16>;
/freebsd/sys/dev/xdma/controller/
H A Dpl330.c224 uint8_t burst, uint8_t jump_addr_relative) in emit_lpend() argument
230 if (burst) in emit_lpend()
240 emit_ld(uint8_t *buf, uint8_t burst) in emit_ld() argument
244 if (burst) in emit_ld()
253 emit_st(uint8_t *buf, uint8_t burst) in emit_st() argument
257 if (burst) in emit_st()
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dsim.txt24 - samsung,burst-clock-frequency: specifies DSI frequency in high-speed burst
84 samsung,burst-clock-frequency = <500000000>;
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8dxl-ss-conn.dtsi58 ahb-burst-config = <0x0>;
59 tx-burst-size-dword = <0x10>;
60 rx-burst-size-dword = <0x10>;
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-zc1232-revA.dts58 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
62 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
/freebsd/sys/contrib/device-tree/Bindings/c6x/
H A Demifa.txt20 - ti,emifa-burst-priority:
42 ti,emifa-burst-priority = <255>;

123456789