Searched refs:BURST (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/samples/pktgen/ |
D | pktgen_sample03_burst_single_flow.sh | 33 [ -z "$BURST" ] && BURST=32 80 if [[ ${BURST} -ne 0 ]]; then 81 pg_set $dev "burst $BURST"
|
D | pktgen_sample05_flow_per_thread.sh | 25 [ -z "$BURST" ] && BURST=32 75 if [[ ${BURST} -ne 0 ]]; then 76 pg_set $dev "burst $BURST"
|
D | pktgen_bench_xmit_mode_netif_receive.sh | 42 [ -z "$BURST" ] && BURST=1024 89 pg_set $dev "burst $BURST"
|
D | parameters.sh | 69 export BURST=$OPTARG 70 info "SKB bursting: BURST=$BURST"
|
D | pktgen_bench_xmit_mode_queue_xmit.sh | 23 if [[ -n "$BURST" ]]; then
|
D | pktgen_sample04_many_flows.sh | 39 if [[ -n "$BURST" ]]; then
|
D | README.rst | 28 -b : ($BURST) HW level bursting of SKBs
|
/linux-6.1.9/drivers/dma/ |
D | pl330.c | 351 BURST, enumerator 611 else if (cond == BURST) in _emit_LD() 615 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_LD() 628 if (cond == BURST) in _emit_LDP() 688 else if (cond == BURST) in _emit_LPEND() 695 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'), in _emit_LPEND() 768 else if (cond == BURST) in _emit_ST() 772 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_ST() 785 if (cond == BURST) in _emit_STP() 808 else if (cond == BURST) in _emit_WFP() [all …]
|
/linux-6.1.9/include/linux/usb/ |
D | r8a66597.h | 188 #define BURST 0x2000 /* b13: Burst mode */ macro
|
/linux-6.1.9/sound/pci/ice1712/ |
D | ice1724.c | 752 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-6.1.9/Documentation/networking/ |
D | pktgen.rst | 258 -b : ($BURST) HW level bursting of SKBs
|
/linux-6.1.9/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-6.1.9/drivers/usb/host/ |
D | r8a66597-hcd.c | 144 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, get_dmacfg_reg(port)); in r8a66597_enable_port()
|