Searched refs:BURST (Results 1 – 13 of 13) sorted by relevance
| /linux/samples/pktgen/ |
| A D | pktgen_sample03_burst_single_flow.sh | 37 [ -z "$BURST" ] && BURST=32 84 if [[ ${BURST} -ne 0 ]]; then 85 pg_set $dev "burst $BURST"
|
| A D | pktgen_sample05_flow_per_thread.sh | 29 [ -z "$BURST" ] && BURST=32 79 if [[ ${BURST} -ne 0 ]]; then 80 pg_set $dev "burst $BURST"
|
| A D | pktgen_bench_xmit_mode_netif_receive.sh | 46 [ -z "$BURST" ] && BURST=1024 93 pg_set $dev "burst $BURST"
|
| A D | parameters.sh | 69 export BURST=$OPTARG 70 info "SKB bursting: BURST=$BURST"
|
| A D | pktgen_bench_xmit_mode_queue_xmit.sh | 27 if [[ -n "$BURST" ]]; then
|
| A D | pktgen_sample04_many_flows.sh | 43 if [[ -n "$BURST" ]]; then
|
| A D | README.rst | 28 -b : ($BURST) HW level bursting of SKBs
|
| /linux/drivers/dma/ |
| A D | pl330.c | 351 BURST, enumerator 617 else if (cond == BURST) in _emit_LD() 634 if (cond == BURST) in _emit_LDP() 694 else if (cond == BURST) in _emit_LPEND() 774 else if (cond == BURST) in _emit_ST() 791 if (cond == BURST) in _emit_STP() 814 else if (cond == BURST) in _emit_WFP() 1135 off += _emit_LDP(dry_run, &buf[off], BURST, in _emit_load() 1168 off += _emit_STP(dry_run, &buf[off], BURST, in _emit_store() 1216 cond = BURST; in _bursts() [all …]
|
| /linux/include/linux/usb/ |
| A D | r8a66597.h | 188 #define BURST 0x2000 /* b13: Burst mode */ macro
|
| /linux/sound/pci/ice1712/ |
| A 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/Documentation/networking/ |
| A D | pktgen.rst | 259 -b : ($BURST) HW level bursting of SKBs
|
| /linux/drivers/usb/gadget/udc/ |
| A 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/drivers/usb/host/ |
| A D | r8a66597-hcd.c | 144 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, get_dmacfg_reg(port)); in r8a66597_enable_port()
|
Completed in 37 milliseconds