Searched full:ethernet (Results 1 – 25 of 152) sorted by relevance
1234567
/qemu/qapi/ |
H A D | rocker.json | 133 # @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 D | announce.c | 101 /* 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 D | lance.c | 26 * 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 D | eepro100.c | 33 * 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 D | lasi_i82596.c | 157 "bootindex", "/ethernet-phy@0", in lasi_82596_instance_init() 171 dc->fw_name = "ethernet"; in lasi_82596_class_init()
|
H A D | net_tx_pkt.h | 69 * updates vlan tag, and adds vlan header with custom ethernet type 74 * @vlan_ethtype: VLAN header Ethernet type
|
/qemu/docs/system/devices/ |
H A D | net.rst | 19 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 D | igb.rst | 7 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 D | petalogix-ml605.dts | 22 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 D | nuvoton.rst | 56 * Ethernet controller (EMC) 74 * Ethernet controller (GMAC)
|
H A D | bananapi_m2u.rst | 22 * EMAC ethernet 23 * GMAC ethernet
|
H A D | musicpal.rst | 13 - MV88W8xx8 Ethernet controller
|
H A D | integratorcp.rst | 10 - SMC 91c111 Ethernet adapter
|
H A D | kzm.rst | 11 - LAN9118 ethernet
|
H A D | highbank.rst | 19 - XGMAC ethernet controllers
|
/qemu/include/net/ |
H A D | eth.h | 425 * 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 D | net.h | 17 * 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 D | bootinfo-mac.h | 46 #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 D | smc91c111.h | 2 * SMSC 91C111 Ethernet interface emulation
|
H A D | lan9118.h | 2 * SMSC LAN9118 Ethernet interface emulation
|
/qemu/include/hw/m68k/ |
H A D | mcf_fec.h | 2 * Definitions for the ColdFire Fast Ethernet Controller emulation.
|
/qemu/docs/system/ |
H A D | target-m68k.rst | 15 - Fast Ethernet Controller (FEC)
|
H A D | target-xtensa.rst | 27 - OpenCores 10/100 Mbps Ethernet MAC
|
/qemu/docs/config/ |
H A D | q35-emulated.cfg | 38 # 00:19.0 Ethernet controller 236 # Ethernet controller 239 # We add a Gigabit Ethernet interface to the guest; on the
|
H A D | q35-virtio-serial.cfg | 39 # 02:00.0 Ethernet controller 180 # Ethernet controller
|
1234567