Home
last modified time | relevance | path

Searched refs:DEV (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/samples/pktgen/
Dpktgen_sample01_simple.sh37 pg_thread $thread "add_device" $DEV
40 pg_set $DEV "count $COUNT"
44 pg_set $DEV "clone_skb $CLONE_SKB"
47 pg_set $DEV "pkt_size $PKT_SIZE"
50 pg_set $DEV "delay $DELAY"
53 pg_set $DEV "flag NO_TIMESTAMP"
56 pg_set $DEV "dst_mac $DST_MAC"
57 pg_set $DEV "dst $DEST_IP"
60 pg_set $DEV "flag UDPSRC_RND"
61 pg_set $DEV "udp_src_min $UDP_MIN"
[all …]
Dparameters.sh25 export DEV=$OPTARG
26 info "Output device set to: DEV=$DEV"
81 if [ -z "$DEV" ]; then
Dpktgen_bench_xmit_mode_netif_receive.sh52 dev=${DEV}@${thread}
83 dev=${DEV}@${thread}
Dpktgen_sample03_burst_single_flow.sh42 dev=${DEV}@${thread}
73 dev=${DEV}@${thread}
Dpktgen_sample02_multiqueue.sh36 dev=${DEV}@${thread}
72 dev=${DEV}@${thread}
DREADME.rst19 -i : ($DEV) output interface/device (required)
30 interface/device parameter "-i" sets variable $DEV.
/linux-4.4.14/arch/blackfin/mach-bf537/boards/
DKconfig16 CM-BF537E support for EVAL- and DEV-Board.
22 CM-BF537U support for EVAL- and DEV-Board.
28 TCM-BF537 support for EVAL- and DEV-Board.
/linux-4.4.14/drivers/devfreq/
Dgovernor.h19 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) argument
Ddevfreq-event.c29 #define to_devfreq_event(DEV) container_of(DEV, struct devfreq_event_dev, dev) argument
/linux-4.4.14/drivers/mfd/
Dsta2x11-mfd.c471 #define DEV(_name, _r) \ macro
476 DEV(STA2X11_MFD_GPIO_NAME, gpio_resources),
477 DEV(STA2X11_MFD_SCTL_NAME, sctl_resources),
478 DEV(STA2X11_MFD_SCR_NAME, scr_resources),
479 DEV(STA2X11_MFD_TIME_NAME, time_resources),
483 DEV(STA2X11_MFD_APBREG_NAME, apbreg_resources),
507 DEV(STA2X11_MFD_VIC_NAME, vic_resources),
511 DEV(STA2X11_MFD_APB_SOC_REGS_NAME, apb_soc_regs_resources),
/linux-4.4.14/Documentation/block/
Dswitching-sched.txt24 echo SCHEDNAME > /sys/block/DEV/queue/scheduler
26 where SCHEDNAME is the name of a defined IO scheduler, and DEV is the
30 a "cat /sys/block/DEV/queue/scheduler" - the list of valid names
/linux-4.4.14/arch/blackfin/mach-bf548/boards/
DKconfig16 CM-BF548 support for DEV-Board.
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs-block-server.txt31 DEV="/dev/$2"
32 EVPD=`sg_inq --page=0x80 ${DEV} | \
/linux-4.4.14/arch/blackfin/mach-bf561/boards/
DKconfig20 CM-BF561 support for EVAL- and DEV-Board.
/linux-4.4.14/arch/blackfin/mach-bf527/boards/
DKconfig20 CM-BF527 support for EVAL- and DEV-Board.
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt593 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
601 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT
604 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT
607 if [ -b $DEV ] ; then
608 blockdev --setra $(($READAHEAD * 2)) $DEV
653 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
660 PARSEDOPTS="$(parse_mount_opts_wfstab $DEV commit $OPTS)"
661 PARSEDOPTS="$(parse_yesno_opts_wfstab $DEV atime atime $PARSEDOPTS)"
662 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
665 PARSEDOPTS="$(parse_yesno_opts_wfstab $DEV atime atime $OPTS)"
[all …]
/linux-4.4.14/arch/blackfin/mach-bf533/boards/
DKconfig27 CM-BF533 support for EVAL- and DEV-Board.
/linux-4.4.14/Documentation/networking/
Dswitchdev.txt178 bridge fdb add ADDR dev DEV [vlan VID] [self]
224 bridge link set dev DEV learning off
228 bridge link set dev DEV learning on self
229 bridge link set dev DEV learning_sync on self
Dpolicy-routing.txt78 HOWTO: iproute add PREFIX [ tos TOS ] [ gw GW ] [ dev DEV ]
Dpktgen.txt230 -i : ($DEV) output interface/device (required)
241 interface/device parameter "-i" sets variable $DEV. Copy the
/linux-4.4.14/Documentation/acpi/
Denumeration.txt262 Device (DEV)
299 Package () {"power-gpios", Package() {^DEV, 0, 0, 0 }},
300 Package () {"irq-gpios", Package() {^DEV, 1, 0, 0 }},
/linux-4.4.14/Documentation/usb/
Dauthorization.txt57 if device_is_my_type $DEV
Dgadget-testing.txt651 $ arecord -f dat -t wav -D hw:CARD=UAC2Gadget,DEV=0 | \
/linux-4.4.14/net/sched/
Dem_meta.c622 [META_ID(DEV)] = META_FUNC(var_dev),
630 [META_ID(DEV)] = META_FUNC(int_dev),
/linux-4.4.14/Documentation/i2c/
Dfunctionality125 CHECKING THROUGH /DEV
/linux-4.4.14/Documentation/DocBook/
D80211.xml.db100 API-SET-IEEE80211-DEV
/linux-4.4.14/Documentation/filesystems/
Dhpfs.txt83 special 4-byte extended attribute "DEV" will be created containing the device
85 that if somebody (I don't know who?) has set "UID", "GID", "MODE" or "DEV"
/linux-4.4.14/drivers/block/
Dskd_main.c356 #define SKD_WRITEL(DEV, VAL, OFF) skd_reg_write32(DEV, VAL, OFF) argument
357 #define SKD_READL(DEV, OFF) skd_reg_read32(DEV, OFF) argument
358 #define SKD_WRITEQ(DEV, VAL, OFF) skd_reg_write64(DEV, VAL, OFF) argument
/linux-4.4.14/drivers/hwmon/
Dpc87360.c73 #define DEV 0x07 /* Register: Logical device select */ macro
1152 superio_outb(sioaddr, DEV, logdev[i]); in pc87360_find()
Dw83627hf.c83 #define DEV 0x07 /* Register: Logical device select */ macro
129 outb(DEV, sio->sioaddr); in superio_select()
Dit87.c84 #define DEV 0x07 /* Register: Logical device select */ macro
118 outb(DEV, REG); in superio_select()
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1515 00020942' SSCH B2334000 0048813C CC 0 SCH 0000 DEV 7C08
1520 00020B0A' I/O DEV 7C08 -> 000197BC' SCH 0000 PARM 00E2C9C4
1521 00021628' TSCH B2354000 >> 00488164 CC 0 SCH 0000 DEV 7C08
1522 CCWA 000FFDF8 DEV STS 0C SCH STS 00 CNT 00EC
1524 00022238' STSCH B2344000 >> 00488108 CC 0 SCH 0000 DEV 7C08
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt833 [1] DEV bit (0x10) of SELECT register is ignored and the