| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | police.json | 17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1", 20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb", 40 "$TC actions add action police rate 4Mbit burst 120k index 9" 42 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9", 66 "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98", 69 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb", 90 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde… 93 …"matchPattern": "action order [0-9]*: police 0x3 rate 90Kbit burst 10Kb mtu 2Kb peakrate 100Kbit", 114 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9", 117 "matchPattern": "action order [0-9]*: police 0x9 rate 5Kb burst 10Kb", [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | police.json | 17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1", 20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb", 40 "$TC actions add action police rate 4Mbit burst 120k index 9" 42 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9", 66 "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98", 69 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb", 90 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde… 93 …"matchPattern": "action order [0-9]*: police 0x3 rate 90Kbit burst 10Kb mtu 2Kb peakrate 100Kbit", 114 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9", 117 "matchPattern": "action order [0-9]*: police 0x9 rate 5Kb burst 10Kb", [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | devlink_trap_policer.sh | 162 devlink trap policer set $DEVLINK_DEV policer 1 burst 0 &> /dev/null 163 check_fail $? "Policer burst size was changed to 0" 164 devlink trap policer set $DEVLINK_DEV policer 1 burst 17 &> /dev/null 165 check_fail $? "Policer burst size was changed to burst size that is not power of 2" 166 devlink trap policer set $DEVLINK_DEV policer 1 burst 8 &> /dev/null 167 check_fail $? "Policer burst size was changed to burst size lower than limit" 169 burst $((2**25)) &> /dev/null 170 check_fail $? "Policer burst size was changed to burst size higher than limit" 172 devlink trap policer set $DEVLINK_DEV policer 1 burst 16 173 check_err $? "Failed to set policer burst size to minimum" [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/ |
| D | ahci-ceva.txt | 13 CIBGN : COMINIT Burst Gap Nominal. 14 CIBGMX: COMINIT Burst Gap Maximum. 15 CIBGMN: COMINIT Burst Gap Minimum. 20 CWBGMN: COMWAKE Burst Gap Minimum. 21 CWBGMX: COMWAKE Burst Gap Maximum. 22 CWBGN: COMWAKE Burst Gap Nominal. 24 - 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>; 28 BMX: COM Burst Maximum. [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ata/ |
| D | ahci-ceva.txt | 13 CIBGN : COMINIT Burst Gap Nominal. 14 CIBGMX: COMINIT Burst Gap Maximum. 15 CIBGMN: COMINIT Burst Gap Minimum. 20 CWBGMN: COMWAKE Burst Gap Minimum. 21 CWBGMX: COMWAKE Burst Gap Maximum. 22 CWBGN: COMWAKE Burst Gap Nominal. 24 - 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>; 28 BMX: COM Burst Maximum. [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/dispnv04/ |
| D | arb.c | 40 int burst; member 107 fifo->burst = cbs; in nv04_calc_arb() 121 * to the CRTC FIFO burst. (ns) */ in nv10_calc_arb() 173 /* FIFO burst */ in nv10_calc_arb() 175 /* Max burst not leading to overflows. */ in nv10_calc_arb() 178 fifo->burst = min(max_burst_o, 1024); in nv10_calc_arb() 180 /* Max burst value with an acceptable latency. */ in nv10_calc_arb() 182 fifo->burst = min(max_burst_l, fifo->burst); in nv10_calc_arb() 184 fifo->burst = rounddown_pow_of_two(fifo->burst); in nv10_calc_arb() 189 max_lwm = fifo_len - fifo->burst in nv10_calc_arb() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
| D | arb.c | 38 int burst; member 103 fifo->burst = cbs; in nv04_calc_arb() 117 * to the CRTC FIFO burst. (ns) */ in nv10_calc_arb() 169 /* FIFO burst */ in nv10_calc_arb() 171 /* Max burst not leading to overflows. */ in nv10_calc_arb() 174 fifo->burst = min(max_burst_o, 1024); in nv10_calc_arb() 176 /* Max burst value with an acceptable latency. */ in nv10_calc_arb() 178 fifo->burst = min(max_burst_l, fifo->burst); in nv10_calc_arb() 180 fifo->burst = rounddown_pow_of_two(fifo->burst); in nv10_calc_arb() 185 max_lwm = fifo_len - fifo->burst in nv10_calc_arb() [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/usb/ |
| D | ci-hdrc-usb2.txt | 39 - ahb-burst-config: it is vendor dependent, the required value should be 41 property is used to change AHB burst configuration, check the chipidea 44 - tx-burst-size-dword: it is vendor dependent, the tx burst size in dword 45 (4 bytes), This register represents the maximum length of a the burst 48 "ahb-burst-config" is set to 0, if this property is missing the reset 50 - rx-burst-size-dword: it is vendor dependent, the rx 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 103 /* Incremental burst of unspecified length */ 104 ahb-burst-config = <0x0>; [all …]
|
| D | dwc3.txt | 84 only. Set this and rx-max-burst-prd to a valid, 87 - snps,rx-max-burst-prd: max periodic ESS RX burst size - host mode only. Set 92 only. Set this and tx-max-burst-prd to a valid, 95 - snps,tx-max-burst-prd: max periodic ESS TX burst size - host mode only. Set 101 - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0 102 register, undefined length INCR burst type enable and INCRx type. 103 When just one value, which means INCRX burst mode enabled. When 104 more than one value, which means undefined length INCR burst type 118 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | ci-hdrc-usb2.txt | 44 - ahb-burst-config: it is vendor dependent, the required value should be 46 property is used to change AHB burst configuration, check the chipidea 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 53 "ahb-burst-config" is set to 0, if this property is missing the reset 55 - rx-burst-size-dword: it is vendor dependent, the rx burst size in dword 56 (4 bytes), This register represents the maximum length of a the burst 59 "ahb-burst-config" is set to 0, if this property is missing the reset 124 /* Incremental burst of unspecified length */ 125 ahb-burst-config = <0x0>; [all …]
|
| D | dwc3.txt | 93 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>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | renesas,nbpfaxi.txt | 26 - 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
|
| D | qcom_hidma_mgmt.txt | 15 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>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/dma/ |
| D | nbpfaxi.txt | 26 - 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
|
| D | qcom_hidma_mgmt.txt | 15 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>;
|
| /kernel/linux/linux-4.19/samples/pktgen/ |
| D | pktgen_sample03_burst_single_flow.sh | 7 # Using pktgen "burst" option (use -b $N) 33 [ -z "$BURST" ] && BURST=32 63 # Setup burst, for easy testing -b 0 disable bursting 64 # (internally in pktgen default and minimum burst=1) 65 if [[ ${BURST} -ne 0 ]]; then 66 pg_set $dev "burst $BURST" 68 info "$dev: Not using burst"
|
| D | pktgen_sample05_flow_per_thread.sh | 23 [ -z "$BURST" ] && BURST=32 57 # Setup burst, for easy testing -b 0 disable bursting 58 # (internally in pktgen default and minimum burst=1) 59 if [[ ${BURST} -ne 0 ]]; then 60 pg_set $dev "burst $BURST" 62 info "$dev: Not using burst"
|
| /kernel/linux/linux-5.10/samples/pktgen/ |
| D | pktgen_sample03_burst_single_flow.sh | 7 # Using pktgen "burst" option (use -b $N) 33 [ -z "$BURST" ] && BURST=32 79 # Setup burst, for easy testing -b 0 disable bursting 80 # (internally in pktgen default and minimum burst=1) 81 if [[ ${BURST} -ne 0 ]]; then 82 pg_set $dev "burst $BURST" 84 info "$dev: Not using burst"
|
| D | pktgen_sample05_flow_per_thread.sh | 25 [ -z "$BURST" ] && BURST=32 74 # Setup burst, for easy testing -b 0 disable bursting 75 # (internally in pktgen default and minimum burst=1) 76 if [[ ${BURST} -ne 0 ]]; then 77 pg_set $dev "burst $BURST" 79 info "$dev: Not using burst"
|
| /kernel/linux/linux-5.10/include/net/tc_act/ |
| D | tc_police.h | 37 u32 burst; member 66 u32 burst; in tcf_police_burst() local 72 * "rate" bytes "burst" nanoseconds in tcf_police_burst() 81 * "rate" bytes "burst" nanoseconds 2^6 ticks in tcf_police_burst() 85 * "rate" * "burst" in tcf_police_burst() 90 * "rate" * "burst" in tcf_police_burst() 94 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst() 97 return burst; in tcf_police_burst()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
| D | ocelot_police.c | 56 cbs = (cbs ? cbs : 1); /* No zero burst size */ in qos_policer_conf_set() 57 cbs_max = 60; /* Limit burst size */ in qos_policer_conf_set() 70 pbs = (pbs ? pbs : 1); /* No zero burst size */ in qos_policer_conf_set() 71 pbs_max = 60; /* Limit burst size */ in qos_policer_conf_set() 80 pbs = (pbs ? pbs : 1); /* No zero burst size */ in qos_policer_conf_set() 81 pbs_max = GENMASK(6, 0); /* Limit burst size */ in qos_policer_conf_set() 91 pbs = (pbs ? pbs : 1); /* No zero burst size */ in qos_policer_conf_set() 92 pbs_max = 61; /* Limit burst size */ in qos_policer_conf_set() 97 /* Disable policer using maximum rate and zero burst */ in qos_policer_conf_set() 168 pp.pbs = pol->burst; in ocelot_port_policer_add()
|
| /kernel/linux/linux-5.10/drivers/dma/dw-edma/ |
| D | dw-edma-core.c | 45 struct dw_edma_burst *burst; in dw_edma_alloc_burst() local 47 burst = kzalloc(sizeof(*burst), GFP_NOWAIT); in dw_edma_alloc_burst() 48 if (unlikely(!burst)) in dw_edma_alloc_burst() 51 INIT_LIST_HEAD(&burst->list); in dw_edma_alloc_burst() 52 if (chunk->burst) { in dw_edma_alloc_burst() 55 list_add_tail(&burst->list, &chunk->burst->list); in dw_edma_alloc_burst() 59 chunk->burst = burst; in dw_edma_alloc_burst() 62 return burst; in dw_edma_alloc_burst() 97 chunk->burst = NULL; in dw_edma_alloc_chunk() 127 list_for_each_entry_safe(child, _next, &chunk->burst->list, list) { in dw_edma_free_burst() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | samsung-sxgbe.txt | 15 - samsung,pbl: Integer, Programmable Burst Length. 17 - 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>
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/ |
| D | samsung-sxgbe.txt | 15 - samsung,pbl: Integer, Programmable Burst Length. 17 - 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 46 samsung,burst-map = <0x20>
|
| D | stmmac.txt | 39 - snps,pbl Programmable Burst Length (tx and rx) 40 - snps,txpbl Tx Programmable Burst Length. Only for GMAC and newer. 42 - snps,rxpbl Rx Programmable Burst Length. Only for GMAC and newer. 47 - snps,fixed-burst Program the DMA to use the fixed burst mode 48 - snps,mixed-burst Program the DMA to use the mixed burst mode 72 - snps,blen: this is a vector of supported burst length. 73 - snps,fb: fixed-burst 74 - snps,mb: mixed-burst 75 - snps,rb: rebuild INCRx Burst
|