Home
last modified time | relevance | path

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

/linux-4.4.14/samples/pktgen/
Dpktgen_sample03_burst_single_flow.sh30 [ -z "$BURST" ] && BURST=32
62 if [[ ${BURST} -ne 0 ]]; then
63 pg_set $dev "burst $BURST"
Dpktgen_bench_xmit_mode_netif_receive.sh39 [ -z "$BURST" ] && BURST=1024
73 pg_set $dev "burst $BURST"
Dparameters.sh51 export BURST=$OPTARG
52 info "SKB bursting: BURST=$BURST"
DREADME.rst25 -b : ($BURST) HW level bursting of SKBs
/linux-4.4.14/drivers/dma/
Dpl330.c349 BURST, enumerator
604 else if (cond == BURST) in _emit_LD()
608 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_LD()
621 if (cond == BURST) in _emit_LDP()
681 else if (cond == BURST) in _emit_LPEND()
688 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'), in _emit_LPEND()
770 else if (cond == BURST) in _emit_ST()
774 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_ST()
787 if (cond == BURST) in _emit_STP()
843 else if (cond == BURST) in _emit_WFP()
[all …]
/linux-4.4.14/include/linux/usb/
Dr8a66597.h201 #define BURST 0x2000 /* b13: Burst mode */ macro
/linux-4.4.14/sound/pci/ice1712/
Dice1724.c788 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_pro_prepare()
1401 if (inb(ICEMT1724(ice, BURST)) < val) in snd_vt1724_playback_indep_prepare()
1402 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_indep_prepare()
/linux-4.4.14/Documentation/networking/
Dpktgen.txt236 -b : ($BURST) HW level bursting of SKBs
/linux-4.4.14/drivers/usb/gadget/udc/
Dr8a66597-udc.c824 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, in init_controller()
847 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, in init_controller()
/linux-4.4.14/drivers/usb/host/
Dr8a66597-hcd.c157 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, get_dmacfg_reg(port)); in r8a66597_enable_port()