Home
last modified time | relevance | path

Searched full:ethernet (Results 1 – 25 of 152) sorted by relevance

1234567

/qemu/qapi/
H A Drocker.json133 # @eth-type: Ethernet header type
135 # @eth-src: Ethernet header source MAC address
137 # @eth-dst: Ethernet header destination MAC address
167 # @eth-src: Ethernet header source MAC address
169 # @eth-dst: Ethernet header destination MAC address
289 # @set-eth-src: set source MAC address in Ethernet header
291 # @set-eth-dst: set destination MAC address in Ethernet header
/qemu/net/
H A Dannounce.c101 /* Ethernet header. */ in announce_self_create()
109 *(buf + 18) = 6; /* hardware addr length (ethernet) */ in announce_self_create()
117 /* Padding to get up to 60 bytes (ethernet min packet size, minus FCS). */ in announce_self_create()
124 * Helper to print ethernet mac address
/qemu/hw/net/
H A Dlance.c26 * AMD Am79C970A PCnet-PCI II Ethernet Controller Data-Sheet
136 "bootindex", "/ethernet-phy@0", in lance_instance_init()
152 dc->fw_name = "ethernet"; in lance_class_init()
H A Deepro100.c33 * Intel 8255x 10/100 Mbps Ethernet Controller Family
60 /* QEMU sends frames smaller than 60 bytes to ethernet nics.
195 /* Ethernet frame data follows. */
563 /* TODO: Ethernet Power Consumption Registers (i82559 and later). */ in e100_pci_reset()
1633 /* Pad to minimum Ethernet frame length */ in nic_receive()
1895 "bootindex", "/ethernet-phy@0", in eepro100_instance_init()
1902 .desc = "Intel i82550 Ethernet",
1915 .desc = "Intel i82551 Ethernet",
1926 .desc = "Intel i82557A Ethernet",
1933 .desc = "Intel i82557B Ethernet",
[all …]
H A Dlasi_i82596.c157 "bootindex", "/ethernet-phy@0", in lasi_82596_instance_init()
171 dc->fw_name = "ethernet"; in lasi_82596_class_init()
H A Dnet_tx_pkt.h69 * updates vlan tag, and adds vlan header with custom ethernet type
74 * @vlan_ethtype: VLAN header Ethernet type
/qemu/docs/system/devices/
H A Dnet.rst19 configure it as if it was a real ethernet card.
36 There is a virtual ethernet driver for Windows 2000/XP systems, called
185 example QEMU virtual ethernet cards or virtual Host ethernet devices
H A Digb.rst7 igb is a family of Intel's gigabit ethernet controllers. In QEMU, 82576
70 …l.com/content/dam/www/public/us/en/documents/datasheets/82576eb-gigabit-ethernet-controller-datash…
/qemu/pc-bios/dtb/
H A Dpetalogix-ml605.dts22 ethernet0 = "/axi/axi-ethernet@82780000";
140 axi-ethernet@82780000 {
142 compatible = "xlnx,axi-ethernet-2.01.a\0xlnx,axi-ethernet-1.00.a";
174 device_type = "ethernet-phy";
/qemu/docs/system/arm/
H A Dnuvoton.rst56 * Ethernet controller (EMC)
74 * Ethernet controller (GMAC)
H A Dbananapi_m2u.rst22 * EMAC ethernet
23 * GMAC ethernet
H A Dmusicpal.rst13 - MV88W8xx8 Ethernet controller
H A Dintegratorcp.rst10 - SMC 91c111 Ethernet adapter
H A Dkzm.rst11 - LAN9118 ethernet
H A Dhighbank.rst19 - XGMAC ethernet controllers
/qemu/include/net/
H A Deth.h425 * eth_pad_short_frame - pad a short frame to the minimum Ethernet frame length
427 * If the Ethernet frame size is shorter than 60 bytes, it will be padded to
433 * @pkt: address to hold the original Ethernet frame
434 * @pkt_size: size of the original Ethernet frame
H A Dnet.h17 * the ethernet and virtio_net headers
113 bool do_not_pad; /* do not pad to the minimum ethernet frame length */
219 * anyway, for example because the Ethernet device on that board is
/qemu/include/standard-headers/asm-m68k/
H A Dbootinfo-mac.h46 #define BI_MAC_ETHTYPE 0x801d /* Mac builtin ethernet type (Sonic, MACE */
47 #define BI_MAC_ETHBASE 0x801e /* Mac builtin ethernet base address */
/qemu/include/hw/net/
H A Dsmc91c111.h2 * SMSC 91C111 Ethernet interface emulation
H A Dlan9118.h2 * SMSC LAN9118 Ethernet interface emulation
/qemu/include/hw/m68k/
H A Dmcf_fec.h2 * Definitions for the ColdFire Fast Ethernet Controller emulation.
/qemu/docs/system/
H A Dtarget-m68k.rst15 - Fast Ethernet Controller (FEC)
H A Dtarget-xtensa.rst27 - OpenCores 10/100 Mbps Ethernet MAC
/qemu/docs/config/
H A Dq35-emulated.cfg38 # 00:19.0 Ethernet controller
236 # Ethernet controller
239 # We add a Gigabit Ethernet interface to the guest; on the
H A Dq35-virtio-serial.cfg39 # 02:00.0 Ethernet controller
180 # Ethernet controller

1234567