Searched refs:BURST (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/samples/pktgen/ |
D | pktgen_sample03_burst_single_flow.sh | 30 [ -z "$BURST" ] && BURST=32 62 if [[ ${BURST} -ne 0 ]]; then 63 pg_set $dev "burst $BURST"
|
D | pktgen_bench_xmit_mode_netif_receive.sh | 39 [ -z "$BURST" ] && BURST=1024 73 pg_set $dev "burst $BURST"
|
D | parameters.sh | 51 export BURST=$OPTARG 52 info "SKB bursting: BURST=$BURST"
|
D | README.rst | 25 -b : ($BURST) HW level bursting of SKBs
|
/linux-4.4.14/drivers/dma/ |
D | pl330.c | 349 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/ |
D | r8a66597.h | 201 #define BURST 0x2000 /* b13: Burst mode */ macro
|
/linux-4.4.14/sound/pci/ice1712/ |
D | ice1724.c | 788 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/ |
D | pktgen.txt | 236 -b : ($BURST) HW level bursting of SKBs
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | r8a66597-udc.c | 824 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/ |
D | r8a66597-hcd.c | 157 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, get_dmacfg_reg(port)); in r8a66597_enable_port()
|