Home
last modified time | relevance | path

Searched refs:e1000 (Results 1 – 25 of 74) sorted by relevance

123

/openbmc/qemu/tests/qtest/
H A De1000-test.c32 QE1000 *e1000 = obj; in e1000_get_driver() local
35 return &e1000->dev; in e1000_get_driver()
44 QE1000 *e1000 = g_new0(QE1000, 1); in e1000_create() local
47 qpci_device_init(&e1000->dev, bus, addr); in e1000_create()
48 e1000->obj.get_driver = e1000_get_driver; in e1000_create()
50 return &e1000->obj; in e1000_create()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A DMakefile8 obj-$(CONFIG_E1000) += e1000.o
10 e1000-objs := e1000_main.o e1000_hw.o e1000_ethtool.o e1000_param.o
/openbmc/qemu/docs/
H A Dpci_expander_bridge.txt26 -device pxb,id=bridge1,bus=pci.0,numa_node=1,bus_nr=4 -netdev user,id=nd -device e1000,bus=bridge1,…
27 -device pxb,id=bridge2,bus=pci.0,numa_node=0,bus_nr=8 -device e1000,bus=bridge2,addr=0x3
32 - a pxb host bridge attached to NUMA 1 with an e1000 behind it
33 - a pxb host bridge attached to NUMA 0 with an e1000 behind it
H A Dpcie_pci_bridge.txt78 -device e1000,bus=br1,addr=8
82 device_add e1000,bus=br2,addr=1 \
83 device_add e1000,bus=br3,addr=1
90 - e1000 plugged into the first bridge.
93 - 2 e1000 cards, one plugged into the cold-plugged PCIE-PCI bridge,
H A Dcolo-proxy.txt166 -device e1000,id=e0,netdev=hn0,mac=52:a4:00:12:78:66
181 -device e1000,netdev=hn0,mac=52:a4:00:12:78:66
192 -device e1000,id=e0,netdev=hn0,mac=52:a4:00:12:78:66
206 -device e1000,netdev=hn0,mac=52:a4:00:12:78:66
/openbmc/qemu/roms/
H A DMakefile4 pxerom_variants := e1000 e1000e eepro100 ne2k_pci pcnet rtl8139 virtio vmxnet3
7 pxe-rom-e1000 efi-rom-e1000 : VID := 8086
8 pxe-rom-e1000 efi-rom-e1000 : DID := 100e
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst169 When e1000 is loaded with default settings and multiple adapters
175 modprobe e1000 InterruptThrottleRate=3000,3000,3000
316 :Usage: modprobe e1000.ko copybreak=128
324 /sys/module/e1000/parameters/copybreak
375 modprobe e1000 AutoNeg=0x01 (Restricts autonegotiation to 10 Half)
376 modprobe e1000 AutoNeg=1 (Same as above)
377 modprobe e1000 AutoNeg=0x02 (Restricts autonegotiation to 10 Full)
379 modprobe e1000 AutoNeg=0x04 (Restricts autonegotiation to 100 Half)
380 modprobe e1000 AutoNeg=0x05 (Restricts autonegotiation to 10 Half or 100
382 modprobe e1000 AutoNeg=0x020 (Restricts autonegotiation to 1000 Full)
[all …]
/openbmc/linux/drivers/net/ethernet/intel/
H A DMakefile7 obj-$(CONFIG_E1000) += e1000/
H A DKconfig53 <file:Documentation/networking/device_drivers/ethernet/intel/e1000.rst>.
56 will be called e1000.
65 ethernet family of adapters. For PCI or PCI-X e1000 adapters,
66 use the regular e1000 driver For more information on how to
/openbmc/qemu/pc-bios/
H A Dmeson.build47 'pxe-e1000.rom',
53 'efi-e1000.rom',
/openbmc/qemu/docs/system/
H A Dbootindex.rst30 Let's assume we have a QEMU machine with two NICs (virtio, e1000) and two
42 -device e1000,netdev=net1,bootindex=1
44 Given the command above, firmware should try to boot from the e1000 NIC
/openbmc/qemu/docs/system/devices/
H A Digb.rst41 igb is the successor of e1000e, and e1000e is the successor of e1000 in turn.
43 change can be applied to e1000e and e1000, please do so.
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dqoriq-fman3-0-1g-0.dtsi31 mdio@e1000 {
H A Dfsl-ls1043-post.dtsi54 mdio@e1000 {
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/
H A Dnxp,lpc1850-dac.yaml49 dac: dac@400e1000 {
/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/
H A DYocto_Build_Appliance.vmx12 ethernet0.virtualDev = "e1000"
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-qemuarmv5.txt11 OF: amba_device_add() failed (-19) for /amba/watchdog@101e1000
/openbmc/linux/Documentation/networking/device_drivers/ethernet/
H A Dindex.rst32 intel/e1000
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dqoriq-fman3-0-10g-2.dtsi34 mdio@e1000 {
H A Dqoriq-clockgen2.dtsi35 clockgen: global-utilities@e1000 {
H A Dqoriq-clockgen1.dtsi35 clockgen: global-utilities@e1000 {
H A Dqoriq-fman3-1-1g-1.dtsi58 mdio@e1000 {
/openbmc/u-boot/arch/x86/dts/
H A Dqemu-x86_i440fx.dts70 /* e1000 NIC */
H A Dqemu-x86_q35.dts81 /* e1000 NIC */
/openbmc/u-boot/drivers/net/
H A DMakefile22 obj-$(CONFIG_E1000) += e1000.o

123