Searched refs:BURST (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/samples/pktgen/ |
| D | pktgen_sample03_burst_single_flow.sh | 33 [ -z "$BURST" ] && BURST=32 76 if [[ ${BURST} -ne 0 ]]; then 77 pg_set $dev "burst $BURST"
|
| D | pktgen_sample05_flow_per_thread.sh | 23 [ -z "$BURST" ] && BURST=32 69 if [[ ${BURST} -ne 0 ]]; then 70 pg_set $dev "burst $BURST"
|
| D | pktgen_bench_xmit_mode_netif_receive.sh | 42 [ -z "$BURST" ] && BURST=1024 87 pg_set $dev "burst $BURST"
|
| D | parameters.sh | 66 export BURST=$OPTARG 67 info "SKB bursting: BURST=$BURST"
|
| D | pktgen_bench_xmit_mode_queue_xmit.sh | 23 if [[ -n "$BURST" ]]; then
|
| D | pktgen_sample04_many_flows.sh | 36 if [[ -n "$BURST" ]]; then
|
| D | README.rst | 28 -b : ($BURST) HW level bursting of SKBs
|
| /Linux-v5.4/drivers/dma/ |
| D | pl330.c | 350 BURST, enumerator 609 else if (cond == BURST) in _emit_LD() 613 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_LD() 626 if (cond == BURST) in _emit_LDP() 686 else if (cond == BURST) in _emit_LPEND() 693 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'), in _emit_LPEND() 766 else if (cond == BURST) in _emit_ST() 770 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_ST() 783 if (cond == BURST) in _emit_STP() 806 else if (cond == BURST) in _emit_WFP() [all …]
|
| /Linux-v5.4/include/linux/usb/ |
| D | r8a66597.h | 202 #define BURST 0x2000 /* b13: Burst mode */ macro
|
| /Linux-v5.4/sound/pci/ice1712/ |
| D | ice1724.c | 772 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_pro_prepare() 1385 if (inb(ICEMT1724(ice, BURST)) < val) in snd_vt1724_playback_indep_prepare() 1386 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_indep_prepare()
|
| /Linux-v5.4/Documentation/networking/ |
| D | pktgen.txt | 245 -b : ($BURST) HW level bursting of SKBs
|
| /Linux-v5.4/drivers/usb/gadget/udc/ |
| D | r8a66597-udc.c | 821 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, in init_controller() 844 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, in init_controller()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | r8a66597-hcd.c | 144 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, get_dmacfg_reg(port)); in r8a66597_enable_port()
|