Home
last modified time | relevance | path

Searched refs:e1000e (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/qemu/tests/qtest/libqos/
H A Digb.c64 val = e1000e_macreg_read(&d->e1000e, E1000_CTRL); in igb_pci_start_hw()
65 e1000e_macreg_write(&d->e1000e, E1000_CTRL, val | E1000_CTRL_RST | E1000_CTRL_SLU); in igb_pci_start_hw()
68 e1000e_macreg_write(&d->e1000e, E1000_MDIC, in igb_pci_start_hw()
78 e1000e_macreg_write(&d->e1000e, E1000_IVAR0, IGB_IVAR_TEST_CFG); in igb_pci_start_hw()
81 val = e1000e_macreg_read(&d->e1000e, E1000_STATUS); in igb_pci_start_hw()
85 e1000e_macreg_write(&d->e1000e, E1000_RCTL, 0); in igb_pci_start_hw()
86 e1000e_macreg_write(&d->e1000e, E1000_TCTL, 0); in igb_pci_start_hw()
88 e1000e_macreg_write(&d->e1000e, E1000_TDBAL(0), in igb_pci_start_hw()
89 (uint32_t) d->e1000e.tx_ring); in igb_pci_start_hw()
90 e1000e_macreg_write(&d->e1000e, E1000_TDBAH(0), in igb_pci_start_hw()
[all …]
H A De1000e.c41 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_tx_ring_push()
58 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_rx_ring_push()
82 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_wait_isr()
111 val = e1000e_macreg_read(&d->e1000e, E1000_CTRL); in e1000e_pci_start_hw()
112 e1000e_macreg_write(&d->e1000e, E1000_CTRL, val | E1000_CTRL_RST | E1000_CTRL_SLU); in e1000e_pci_start_hw()
116 e1000e_macreg_write(&d->e1000e, E1000_IVAR, E1000E_IVAR_TEST_CFG); in e1000e_pci_start_hw()
119 val = e1000e_macreg_read(&d->e1000e, E1000_STATUS); in e1000e_pci_start_hw()
124 e1000e_macreg_write(&d->e1000e, E1000_RCTL, 0); in e1000e_pci_start_hw()
125 e1000e_macreg_write(&d->e1000e, E1000_TCTL, 0); in e1000e_pci_start_hw()
128 val = e1000e_macreg_read(&d->e1000e, E1000_CTRL_EXT); in e1000e_pci_start_hw()
[all …]
H A De1000e.h42 QE1000E e1000e; member
47 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_macreg_write()
53 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_macreg_read()
H A Dmeson.build29 'e1000e.c',
/openbmc/qemu/tests/qtest/
H A Digb-test.c143 QE1000E_PCI *e1000e = obj; in test_igb_tx() local
144 QE1000E *d = &e1000e->e1000e; in test_igb_tx()
158 QE1000E_PCI *e1000e = obj; in test_igb_rx() local
159 QE1000E *d = &e1000e->e1000e; in test_igb_rx()
177 QE1000E_PCI *e1000e = obj; in test_igb_multiple_transfers() local
178 QE1000E *d = &e1000e->e1000e; in test_igb_multiple_transfers()
H A De1000e-test.c140 QE1000E_PCI *e1000e = obj; in test_e1000e_tx() local
141 QE1000E *d = &e1000e->e1000e; in test_e1000e_tx()
155 QE1000E_PCI *e1000e = obj; in test_e1000e_rx() local
156 QE1000E *d = &e1000e->e1000e; in test_e1000e_rx()
174 QE1000E_PCI *e1000e = obj; in test_e1000e_multiple_transfers() local
175 QE1000E *d = &e1000e->e1000e; in test_e1000e_multiple_transfers()
H A Dmeson.build87 (config_all_devices.has_key('CONFIG_E1000E_PCI_EXPRESS') ? ['fuzz-e1000e-test'] : []) + \
322 qos_test_ss.add(files('e1000e-test.c'))
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A DMakefile11 obj-$(CONFIG_E1000E) += e1000e.o
13 e1000e-objs := 82571.o ich8lan.o 80003es2lan.o \
/openbmc/qemu/docs/specs/
H A Driscv-iommu.rst53 -device e1000e,netdev=net1 -netdev user,id=net1,net=192.168.0.0/24 \
54 -device e1000e,netdev=net2 -netdev user,id=net2,net=192.168.200.0/24 \
59 -device e1000e,netdev=net1 -netdev user,id=net1,net=192.168.0.0/24 \
60 -device e1000e,netdev=net2 -netdev user,id=net2,net=192.168.200.0/24 \
64 Both will create iommu groups for the two e1000e cards.
/openbmc/qemu/roms/
H A DMakefile4 pxerom_variants := e1000 e1000e eepro100 ne2k_pci pcnet rtl8139 virtio vmxnet3
9 pxe-rom-e1000e efi-rom-e1000e : VID := 8086
10 pxe-rom-e1000e efi-rom-e1000e : DID := 10d3
/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/drivers/net/ethernet/intel/
H A DMakefile8 obj-$(CONFIG_E1000E) += e1000e/
H A DKconfig73 <file:Documentation/networking/device_drivers/ethernet/intel/e1000e.rst>.
76 will be called e1000e.
/openbmc/qemu/
H A D.git-blame-ignore-revs14 # e1000e: fix code style
H A DMAINTAINERS2459 e1000e
2463 F: hw/net/e1000e*
2464 F: tests/qtest/fuzz-e1000e-test.c
2465 F: tests/qtest/e1000e-test.c
2466 F: tests/qtest/libqos/e1000e.*
/openbmc/qemu/docs/system/ppc/
H A Dpowernv.rst73 Here is a simple setup with one e1000e NIC :
79 -device e1000e,netdev=net0,mac=C0:FF:EE:00:00:02,bus=pcie.0,addr=0x0 \
102 -device e1000e,netdev=net0,mac=C0:FF:EE:00:00:02,bus=pcie.0,addr=0x0
126 -device e1000e,netdev=net0,mac=C0:FF:EE:00:00:02,bus=bridge1,addr=0x2 \
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000e.rst32 modprobe e1000e [<option>=<VAL1>,<VAL2>,...]
38 modprobe e1000e InterruptThrottleRate=16000,16000
40 In this case, there are two network ports supported by e1000e in the system.
89 planning on deploying e1000e in a latency sensitive environment, this
175 during runtime at /sys/module/e1000e/parameters/copybreak.
179 modprobe e1000e.ko copybreak=128
359 this driver version, in order to enable WoL, the e1000e driver must be loaded
/openbmc/linux/Documentation/networking/device_drivers/ethernet/
H A Dindex.rst33 intel/e1000e
/openbmc/qemu/pc-bios/
H A Dmeson.build61 'efi-e1000e.rom',
/openbmc/qemu/hw/net/
H A Dmeson.build12 system_ss.add(when: 'CONFIG_E1000E_PCI_EXPRESS', if_true: files('e1000e.c', 'e1000e_core.c', 'e1000…
H A Dtrace-events239 # e1000e.c
/openbmc/qemu/docs/devel/migration/
H A Dcompatibility.rst447 { "e1000e", "migrate-timadj", "off" },
/openbmc/linux/Documentation/PCI/
H A Dpci-error-recovery.rst420 - drivers/net/e1000e
/openbmc/linux/Documentation/networking/dsa/
H A Ddsa.rst227 ``e1000e,`` ``mv643xx_eth`` etc. without having to introduce modifications to these
242 Master network device (e.g.: e1000e):
/openbmc/linux/Documentation/driver-api/
H A Duio-howto.rst552 echo -n 0000:00:19.0 > /sys/bus/pci/drivers/e1000e/unbind

12