Home
last modified time | relevance | path

Searched refs:own (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/linux/tools/testing/selftests/drivers/net/mlxsw/
A Ddevlink_trap_control.sh221 $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \
373 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) \
377 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) \
401 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) \
419 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) \
453 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) \
479 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) \
496 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) \
514 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) \
558 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) \
[all …]
A Ddevlink_trap_l2_drops.sh130 $MZ $h1 "$opt" -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
190 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
233 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
303 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
348 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -B $dip -d 1msec -q &
394 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
/linux/drivers/net/fddi/
A Ddefza.c449 u32 own, rmc; in fza_do_xmit() local
485 writel_o(own, &fp->ring_rmc_tx[i].own); in fza_do_xmit()
516 u32 own; in fza_do_recv_smt() local
520 own = readl_o(&fp->ring_smt_rx[i].own); in fza_do_recv_smt()
551 own = readl_o(&fp->ring_rmc_tx[i].own); in fza_tx()
790 u32 own; in fza_tx_smt() local
794 own = readl_o(&fp->ring_smt_tx[i].own); in fza_tx_smt()
846 u32 own; in fza_uns() local
851 own = readl_o(&fp->ring_uns[i].own); in fza_uns()
869 u32 own; in fza_tx_flush() local
[all …]
/linux/tools/testing/selftests/net/forwarding/
A Dsch_red.sh186 $MZ $h2 -p $PKTSZ -a own -b $h3_mac -A 192.0.2.2 -B 192.0.2.3 -t $proto -q -c $pkts "$@"
288 -a own -b $h3_mac -t tcp -q tos=0x01 &
311 -a own -b $h3_mac -t tcp -q tos=0x01 &
337 -a own -b $h3_mac -t tcp -q tos=0x01 &
370 -a own -b $h3_mac -t udp -q &
411 -a own -b $h3_mac -t tcp -q tos=0x01 &
A Dtc_police.sh134 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
184 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
254 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
306 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
/linux/Documentation/hwmon/
A Dadm1031.rst33 They sense their own temperature as well as the temperature of up to one
39 Each temperature channel has its own high and low limits, plus a critical
43 two. Each fan channel has its own low speed limit.
A Dlm95234.rst30 or four (LM95234) remote diodes as well as its own temperature.
40 Each sensor has its own maximum limit, but the hysteresis is common to all
A Dlm95245.rst29 the temperature of a remote diode as well as its own temperature.
38 Each sensor has its own critical limit. Additionally, there is a relative
A Dlm83.rst29 The LM83 is a digital temperature sensor. It senses its own temperature as
80 (actually measuring the LM83's own temperature), one is used for the
91 Each sensor has its own high limit, but the critical limit is common to
/linux/Documentation/mips/
A Dingenic-tcu.rst18 - Each one of the TCU channels has its own clock, which can be reparented to three
45 own interrupt line; channels 2-7 share the last interrupt line.
46 - On JZ4725B, channel 0 has its own interrupt; channels 1-5 share one
48 - on newer SoCs (JZ4750 and above), channel 5 has its own interrupt;
/linux/Documentation/riscv/
A Dpatch-acceptance.rst24 course, maintain their own Linux kernel trees that contain code for
28 their own custom extensions. These custom extensions aren't required
34 (Implementors, may, of course, maintain their own Linux kernel trees
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-detect.rst37 - The image is divided into a grid, each cell with its own motion
41 - The image is divided into a grid, each cell with its own region
43 should be used. Each region has its own thresholds. How these
/linux/Documentation/devicetree/bindings/sound/
A Daudio-graph-card.yaml36 * dai-controller own settings
49 * codec own settings
/linux/drivers/isdn/mISDN/
A Dstack.c388 dev->teimgr->peer = &newst->own; in create_stack()
393 dev->D.peer = &newst->own; in create_stack()
394 newst->own.st = newst; in create_stack()
395 newst->own.ctrl = st_own_ctrl; in create_stack()
396 newst->own.send = mISDN_queue_message; in create_stack()
397 newst->own.recv = mISDN_queue_message; in create_stack()
435 ch->peer = &dev->D.st->own; in connect_layer1()
534 ch->peer = &dev->D.st->own; in create_l2entity()
551 rq.ch->peer = &dev->D.st->own; in create_l2entity()
/linux/drivers/i2c/busses/
A Di2c-elektor.c42 static int own = 0x55; variable
86 return (own); in pcf_isa_getown()
319 module_param(own, int, 0);
/linux/Documentation/admin-guide/
A Dedid.rst19 - A KVM sends its own EDID data instead of querying the connected monitor.
39 If you want to create your own EDID file, copy the file 1024x768.S,
40 replace the settings with your own data and add a new target to the
/linux/Documentation/driver-api/usb/
A Dtypec.rst30 Every port will be presented as its own device under /sys/class/typec/. The
33 When connected, the partner will be presented also as its own device under
39 The cable and the two plugs on it may also be optionally presented as their own
47 Alternate Mode SVID will have their own device describing them. Note that the
51 Every mode that is supported will have its own group under the Alternate Mode
110 The plugs are represented as their own devices. The cable is registered first,
172 own functions, but the registration will always return a handle to struct
201 own logical components: "mux" for the mode and "switch" for the orientation.
/linux/Documentation/networking/
A Dtc-actions-env-rules.rst18 someone else is referencing the skb. After that you "own" the skb.
20 3) Dropping packets you don't own is a no-no. You simply return
A Dmac80211-injection.rst40 legacy rate for the transmission (only for devices without own rate control)
44 HT rate for the transmission (only for devices without own rate control).
60 without own rate control). Also other fields are parsed
/linux/drivers/media/pci/ttpci/
A DKconfig33 Say Y if you own such a card and want to use it.
60 Say Y if you own such a card and want to use it.
83 Say Y if you own such a card and want to use it.
/linux/drivers/crypto/gemini/
A Dsl3516-ce-core.c41 ce->tx[i].frame_ctrl.bits.own = CE_CPU; in sl3516_ce_desc_init()
47 ce->rx[i].frame_ctrl.bits.own = CE_CPU; in sl3516_ce_desc_init()
137 rdd->frame_ctrl.bits.own = CE_DMA; in sl3516_ce_run_task()
155 dd->frame_ctrl.bits.own = CE_DMA; in sl3516_ce_run_task()
166 dd->frame_ctrl.bits.own = CE_DMA; in sl3516_ce_run_task()
/linux/Documentation/devicetree/bindings/mfd/
A Dmotorola-cpcap.txt16 The sub-functions of CPCAP get their own node with their own compatible values,
/linux/Documentation/devicetree/bindings/clock/
A Dst,nomadik.txt16 board has its own circuitry for providing this oscillator
19 if the board has its own circuitry for providing this
/linux/Documentation/ABI/testing/
A Dsysfs-class-bdi14 non-block filesystems which provide their own BDI, such as NFS
24 filesystems which do not provide their own BDI.
/linux/drivers/media/usb/dvb-usb/
A DKconfig16 Say Y if you own a USB DVB device.
58 Say Y if you own such a device and want to use it. You should build it as
79 Say Y if you own such a device and want to use it. You should build it as
110 Say Y if you own such a device and want to use it. You should build it as
290 Say Y if you own such a device and want to use it.
321 Say Y if you own such a device and want to use it.

Completed in 36 milliseconds

12345678910>>...29