/openbmc/linux/arch/m68k/emu/ |
H A D | nfeth.c | 56 int ethX; member 66 res = nf_call(nfEtherID + XIF_START, priv->ethX); in nfeth_open() 82 nf_call(nfEtherID + XIF_STOP, priv->ethX); in nfeth_stop() 97 pktlen = nf_call(nfEtherID + XIF_READLENGTH, priv->ethX); in recv_packet() 118 nf_call(nfEtherID + XIF_READBLOCK, priv->ethX, virt_to_phys(skb->data), in recv_packet() 160 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data), in nfeth_xmit() 206 priv->ethX = unit; in nfeth_probe()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/ |
H A D | atlantic.rst | 75 ethtool <ethX> 121 ethtool -i <ethX> 142 ethtool -S <ethX> 195 ethtool -c <ethX> 210 ethtool -s <ethX> wol g 214 ethtool -s <ethX> wol d 223 ethtool -s <ethX> msglvl <level> 254 ethtool -s <ethX> msglvl 0 271 ethtool -K ethX ntuple <on|off> 387 $ ethtool --show-priv-flags ethX [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ice.rst | 235 # ethtool -u <ethX> 257 # ethtool -U <ethX> delete <N> 411 # ethtool -K <ethX> ntuple on 443 # ethtool -K <ethX> ntuple off 489 # ip -s link show dev <ethX> 566 # ip link set <ethX> promisc on 637 # ifconfig <ethX> mtu 9000 up 642 # ip link set up dev <ethX> 683 # ethtool <ethX> 867 # ethtool -k <ethX> [all …]
|
H A D | ixgbe.rst | 98 Laser turns off for SFP+ when ifconfig ethX down 100 "ifconfig ethX down" turns off the laser for 82599-based SFP+ fiber adapters. 101 "ifconfig ethX up" turns on the laser. 102 Alternatively, you can use "ip link set [down/up] dev ethX" to turn the 334 # ethtool -K ethX ntuple <on|off> 342 # ethtool -N ethX flow-type tcp4 src-ip 192.168.10.1 dst-ip \ 347 # ethtool <-u|-n> ethX 514 ixgbe ethX: ixgbe_spoof_check: n spoofed packets detected
|
H A D | i40e.rst | 147 # ethtool -K ethX ntuple <on|off> 155 # ethtool -N ethX flow-type tcp4 src-ip 192.168.10.1 dst-ip \ 160 # ethtool -N ethX flow-type tcp4 src-ip 192.168.10.1 dst-ip \ 165 # ethtool <-u|-n> ethX 295 go down when the interface is brought down using the ifconfig ethX down command. 299 ethtool --show-priv-flags ethX 300 ethtool --set-priv-flags ethX link-down-on-close [on|off] 565 # ethtool -C ethX rx-usecs-high N 576 # ethtool -C ethX adaptive-rx off adaptive-tx off rx-usecs-high 20 rx-usecs \ 599 for file in `ls /sys/class/net/<ethX>/queues/tx-*/xps_cpus`; [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | README | 46 ethtool -e ethX [raw on|off] [offset N] [length N] 74 Path: /sys/kernel/debug/libertas_wireless/ethX/registers/ 97 Path: /sys/kernel/debug/libertas_wireless/ethX/ 117 Path: /sys/kernel/debug/libertas_wireless/ethX/subscribed_events/ 167 Path: /sys/kernel/debug/libertas_wireless/ethX/ 181 Path: /sys/kernel/debug/libertas_wireless/ethX/ 190 Path: /sys/kernel/debug/libertas_wireless/ethX/ 231 "ethtool -s ethX wol X" command before enabling host sleep. 233 Path: /sys/kernel/debug/libertas_wireless/ethX/
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
H A D | switch-driver.rst | 95 $ ip link set dev ethX master br1 110 $ bridge link set dev ethX learning off 111 $ bridge link set dev ethX learning on 116 $ ip link set dev ethX type bridge_slave flood off mcast_flood off 117 $ ip link set dev ethX type bridge_slave flood off mcast_flood on 122 $ echo 0 > /sys/bus/fsl-mc/devices/dpsw.Y/net/ethX/brport/broadcast_flood
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/neterion/ |
H A D | s2io.rst | 50 To associate an interface with a physical adapter use "ethtool -p <ethX>". 162 # ethtool -K <ethX> tso on 176 c. Ensure Receive Checksum offload is enabled. Use "ethtool -K ethX" command to
|
/openbmc/linux/Documentation/scsi/ |
H A D | cxgb3i.rst | 69 iface.net_ifacename = <ethX> 73 same as the ethX's ip address or an address on the same subnet. Make
|
/openbmc/linux/Documentation/networking/ |
H A D | pktgen.rst | 24 /proc/net/pktgen/ethX 35 # ethtool -G ethX tx 1024 54 # ethtool -C ethX rx-usecs 30 247 ./pktgen_sample01_simple.sh [-vx] -i ethX
|
H A D | bonding.rst | 1257 driver unless the ethX device is configured with an IP address. 1276 The DEVICE= line will be different for every ethX device and 2080 that the same physical device always has the same "ethX" name), it may
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | Kconfig | 140 The file /sys/kernel/debug/skge/ethX displays the state of the internal 175 The file /sys/kernel/debug/sky2/ethX displays the state of the internal
|
/openbmc/linux/samples/pktgen/ |
H A D | README.rst | 18 Usage: ./pktgen_sample01_simple.sh [-vx] -i ethX
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
H A D | stmmac.rst | 260 ethtool -S ethX 265 ethtool -t ethX 683 using: ``ethtool -S ethX`` (that shows the Management counters (MMC) if 684 supported) or sees the MAC/DMA registers: e.g. using: ``ethtool -d ethX``
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/altera/ |
H A D | altera_tse.rst | 108 ethtool -S ethX command. It is possible to dump registers etc. 137 e.g. using: ethtool -S ethX (that shows the statistics counters) 138 or sees the MAC registers: e.g. using: ethtool -d ethX
|
/openbmc/google-misc/subprojects/ncsid/doc/ |
H A D | ncsid_internals.md | 92 the network interface (think ethX). To simplify testing, the abstract
|
/openbmc/linux/drivers/net/usb/ |
H A D | Kconfig | 196 This driver creates an interface named "ethX", where X depends on 214 This driver creates an interface named "ethX", where X depends on 240 This driver creates an interface named "ethX", where X depends on 254 This driver creates an interface named "ethX", where X depends on
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/ |
H A D | cpsw_switchdev.rst | 12 On older udev versions renaming of ethX to swXpY will not be automatically
|
/openbmc/linux/Documentation/networking/device_drivers/wifi/intel/ |
H A D | ipw2200.rst | 442 The 'iwconfig ethX sens XX' command will not set the signal sensitivity
|
/openbmc/docs/architecture/ |
H A D | user-management.md | 427 |network/ethX. Use the |
|
/openbmc/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 151 which are scheduled for obsoletion. These are called ethX. It also
|