Home
last modified time | relevance | path

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

1234567891011

/f-stack/dpdk/app/test/
H A Dtest_ring_perf.c186 void *burst = NULL; in enqueue_dequeue_bulk_helper() local
197 if (burst == NULL) in enqueue_dequeue_bulk_helper()
337 void *burst = NULL; in load_loop_fn_helper() local
340 if (burst == NULL) in load_loop_fn_helper()
359 rte_free(burst); in load_loop_fn_helper()
435 void *burst = NULL; in test_single_enqueue_dequeue() local
439 if (burst == NULL) in test_single_enqueue_dequeue()
452 rte_free(burst); in test_single_enqueue_dequeue()
469 void **burst = NULL; in test_burst_bulk_enqueue_dequeue() local
472 if (burst == NULL) in test_burst_bulk_enqueue_dequeue()
[all …]
H A Dtest_pmd_ring_perf.c38 void *burst[MAX_BURST]; in test_empty_dequeue() local
42 rte_ring_sc_dequeue_bulk(r, burst, bulk_sizes[0], NULL); in test_empty_dequeue()
47 rte_eth_rx_burst(ring_ethdev_port, 0, (void *)burst, in test_empty_dequeue()
67 void *burst = NULL; in test_single_enqueue_dequeue() local
73 rte_ring_enqueue_bulk(r, &burst, 1, NULL); in test_single_enqueue_dequeue()
74 rte_ring_dequeue_bulk(r, &burst, 1, NULL); in test_single_enqueue_dequeue()
101 struct rte_mbuf *burst[MAX_BURST] = {0}; in test_bulk_enqueue_dequeue() local
106 rte_ring_sp_enqueue_bulk(r, (void *)burst, in test_bulk_enqueue_dequeue()
108 rte_ring_sc_dequeue_bulk(r, (void *)burst, in test_bulk_enqueue_dequeue()
116 rte_eth_tx_burst(ring_ethdev_port, 0, burst, bulk_sizes[sz]); in test_bulk_enqueue_dequeue()
[all …]
H A Dtest_distributor.c610 const unsigned int burst = 8; in sanity_mark_test() local
636 for (i = 0; i < burst; i++) { in sanity_mark_test()
637 bufs[0 * burst + i]->hash.usr = 1 << shift; in sanity_mark_test()
638 bufs[1 * burst + i]->hash.usr = ((i < burst / 2) ? 1 : 2) in sanity_mark_test()
640 bufs[2 * burst + i]->hash.usr = ((i < burst / 2) ? 2 : 1) in sanity_mark_test()
650 for (i = 0; i < buf_count/burst; i++) { in sanity_mark_test()
652 while (processed < burst) in sanity_mark_test()
654 &bufs[i * burst + processed], in sanity_mark_test()
655 burst - processed); in sanity_mark_test()
/f-stack/freebsd/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>;
H A Dsnps,dma-spear1340.yaml123 snps,max-burst-len:
126 Maximum length of the burst transactions supported by the controller.
127 This property defines the upper limit of the run-time burst setting
128 (CTLx.SRC_MSIZE/CTLx.DST_MSIZE fields) so the allowed burst length
129 will be from 1 to max-burst-len words. It's an array property with one
174 snps,max-burst-len = <16 16 4 4 4 4 4 4>;
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dci-hdrc-usb2.txt44 - ahb-burst-config: it is vendor dependent, the required value should be
49 - tx-burst-size-dword: it is vendor dependent, the tx burst size in dword
50 (4 bytes), This register represents the maximum length of a the burst
55 - rx-burst-size-dword: it is vendor dependent, the rx burst size in dword
115 /* Incremental burst of unspecified length */
116 ahb-burst-config = <0x0>;
117 tx-burst-size-dword = <0x10>; /* 64 bytes */
118 rx-burst-size-dword = <0x10>;
136 ahb-burst-config = <0x0>;
137 tx-burst-size-dword = <0x10>;
[all …]
H A Ddwc3.txt90 only. Set this and rx-max-burst-prd to a valid,
93 - snps,rx-max-burst-prd: max periodic ESS RX burst size - host mode only. Set
98 only. Set this and tx-max-burst-prd to a valid,
101 - snps,tx-max-burst-prd: max periodic ESS TX burst size - host mode only. Set
107 - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0
108 register, undefined length INCR burst type enable and INCRx type.
109 When just one value, which means INCRX burst mode enabled. When
110 more than one value, which means undefined length INCR burst type
124 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
/f-stack/freebsd/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>
/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_atq.c253 const bool burst = evt_has_burst_mode(w->dev_id); in worker_wrapper() local
259 if (!burst && internal_port) in worker_wrapper()
261 else if (!burst && !internal_port) in worker_wrapper()
263 else if (burst && internal_port) in worker_wrapper()
265 else if (burst && !internal_port) in worker_wrapper()
268 if (!burst && internal_port) in worker_wrapper()
270 else if (!burst && !internal_port) in worker_wrapper()
272 if (burst && internal_port) in worker_wrapper()
274 else if (burst && !internal_port) in worker_wrapper()
H A Dtest_pipeline_queue.c276 const bool burst = evt_has_burst_mode(w->dev_id); in worker_wrapper() local
282 if (!burst && internal_port) in worker_wrapper()
284 else if (!burst && !internal_port) in worker_wrapper()
286 else if (burst && internal_port) in worker_wrapper()
288 else if (burst && !internal_port) in worker_wrapper()
292 if (!burst && internal_port) in worker_wrapper()
294 else if (!burst && !internal_port) in worker_wrapper()
296 else if (burst && internal_port) in worker_wrapper()
298 else if (burst && !internal_port) in worker_wrapper()
H A Dtest_perf_atq.c131 const bool burst = evt_has_burst_mode(w->dev_id); in worker_wrapper() local
135 if (!burst && !fwd_latency) in worker_wrapper()
137 else if (!burst && fwd_latency) in worker_wrapper()
139 else if (burst && !fwd_latency) in worker_wrapper()
141 else if (burst && fwd_latency) in worker_wrapper()
H A Dtest_perf_queue.c131 const bool burst = evt_has_burst_mode(w->dev_id); in worker_wrapper() local
135 if (!burst && !fwd_latency) in worker_wrapper()
137 else if (!burst && fwd_latency) in worker_wrapper()
139 else if (burst && !fwd_latency) in worker_wrapper()
141 else if (burst && fwd_latency) in worker_wrapper()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap3-gta04a5one.dts57 gpmc,burst-length = <16>;
58 gpmc,burst-read;
59 gpmc,burst-wrap;
60 gpmc,burst-write;
76 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>;
/f-stack/freebsd/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,
/f-stack/dpdk/lib/librte_eventdev/
H A Deventdev_trace_points.c35 lib.eventdev.enq.burst)
38 lib.eventdev.deq.burst)
95 lib.eventdev.timer.burst)
98 lib.eventdev.timer.tick.burst)
/f-stack/freebsd/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>;
51 ceva,p0-burst-params = /bits/ 8 <0x0A 0x08 0x4A 0x06>;
56 ceva,p1-burst-params = /bits/ 8 <0x0A 0x08 0x4A 0x06>;
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Draydium,rm67191.yaml37 0 - burst-mode
38 1 - non-burst with sync event
39 2 - non-burst with sync pulse
/f-stack/dpdk/lib/librte_ethdev/
H A Dethdev_trace_points.c28 lib.ethdev.rx.burst)
31 lib.ethdev.tx.burst)
/f-stack/freebsd/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
/f-stack/dpdk/lib/librte_cryptodev/
H A Dcryptodev_trace_points.c52 lib.cryptodev.enq.burst)
55 lib.cryptodev.deq.burst)

1234567891011