Home
last modified time | relevance | path

Searched refs:BURST (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/samples/pktgen/
Dpktgen_sample03_burst_single_flow.sh33 [ -z "$BURST" ] && BURST=32
65 if [[ ${BURST} -ne 0 ]]; then
66 pg_set $dev "burst $BURST"
Dpktgen_sample05_flow_per_thread.sh23 [ -z "$BURST" ] && BURST=32
59 if [[ ${BURST} -ne 0 ]]; then
60 pg_set $dev "burst $BURST"
Dpktgen_bench_xmit_mode_netif_receive.sh42 [ -z "$BURST" ] && BURST=1024
76 pg_set $dev "burst $BURST"
Dparameters.sh61 export BURST=$OPTARG
62 info "SKB bursting: BURST=$BURST"
Dpktgen_bench_xmit_mode_queue_xmit.sh23 if [[ -n "$BURST" ]]; then
Dpktgen_sample04_many_flows.sh32 if [[ -n "$BURST" ]]; then
DREADME.rst27 -b : ($BURST) HW level bursting of SKBs
/Linux-v4.19/drivers/dma/
Dpl330.c352 BURST, enumerator
603 else if (cond == BURST) in _emit_LD()
607 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_LD()
620 if (cond == BURST) in _emit_LDP()
680 else if (cond == BURST) in _emit_LPEND()
687 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'), in _emit_LPEND()
760 else if (cond == BURST) in _emit_ST()
764 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_ST()
777 if (cond == BURST) in _emit_STP()
800 else if (cond == BURST) in _emit_WFP()
[all …]
/Linux-v4.19/include/linux/usb/
Dr8a66597.h202 #define BURST 0x2000 /* b13: Burst mode */ macro
/Linux-v4.19/sound/pci/ice1712/
Dice1724.c786 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_pro_prepare()
1399 if (inb(ICEMT1724(ice, BURST)) < val) in snd_vt1724_playback_indep_prepare()
1400 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_indep_prepare()
/Linux-v4.19/Documentation/networking/
Dpktgen.txt245 -b : ($BURST) HW level bursting of SKBs
/Linux-v4.19/drivers/usb/gadget/udc/
Dr8a66597-udc.c821 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, in init_controller()
844 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, in init_controller()
/Linux-v4.19/drivers/usb/host/
Dr8a66597-hcd.c144 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, get_dmacfg_reg(port)); in r8a66597_enable_port()