Home
last modified time | relevance | path

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

/Linux-v6.6/samples/pktgen/
Dpktgen_sample03_burst_single_flow.sh37 [ -z "$BURST" ] && BURST=32
84 if [[ ${BURST} -ne 0 ]]; then
85 pg_set $dev "burst $BURST"
Dpktgen_sample05_flow_per_thread.sh29 [ -z "$BURST" ] && BURST=32
79 if [[ ${BURST} -ne 0 ]]; then
80 pg_set $dev "burst $BURST"
Dpktgen_bench_xmit_mode_netif_receive.sh46 [ -z "$BURST" ] && BURST=1024
93 pg_set $dev "burst $BURST"
Dparameters.sh69 export BURST=$OPTARG
70 info "SKB bursting: BURST=$BURST"
Dpktgen_bench_xmit_mode_queue_xmit.sh27 if [[ -n "$BURST" ]]; then
Dpktgen_sample04_many_flows.sh43 if [[ -n "$BURST" ]]; then
DREADME.rst28 -b : ($BURST) HW level bursting of SKBs
/Linux-v6.6/drivers/dma/
Dpl330.c351 BURST, enumerator
617 else if (cond == BURST) in _emit_LD()
621 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_LD()
634 if (cond == BURST) in _emit_LDP()
694 else if (cond == BURST) in _emit_LPEND()
701 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'), in _emit_LPEND()
774 else if (cond == BURST) in _emit_ST()
778 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_ST()
791 if (cond == BURST) in _emit_STP()
814 else if (cond == BURST) in _emit_WFP()
[all …]
/Linux-v6.6/include/linux/usb/
Dr8a66597.h188 #define BURST 0x2000 /* b13: Burst mode */ macro
/Linux-v6.6/sound/pci/ice1712/
Dice1724.c752 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_pro_prepare()
1359 if (inb(ICEMT1724(ice, BURST)) < val) in snd_vt1724_playback_indep_prepare()
1360 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_indep_prepare()
/Linux-v6.6/Documentation/networking/
Dpktgen.rst258 -b : ($BURST) HW level bursting of SKBs
/Linux-v6.6/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-v6.6/drivers/usb/host/
Dr8a66597-hcd.c144 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, get_dmacfg_reg(port)); in r8a66597_enable_port()