Home
last modified time | relevance | path

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

12

/openbmc/qemu/tests/qtest/libqos/
H A Digb.c68 e1000e_macreg_write(&d->e1000e, E1000_MDIC, 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()
90 e1000e_macreg_write(&d->e1000e, E1000_TDBAH(0), in igb_pci_start_hw()
106 e1000e_macreg_write(&d->e1000e, E1000_RA, in igb_pci_start_hw()
108 e1000e_macreg_write(&d->e1000e, E1000_RA + 4, in igb_pci_start_hw()
113 e1000e_macreg_write(&d->e1000e, in igb_pci_start_hw()
132 return &epci->e1000e; in igb_pci_get_driver()
158 g_assert(d->e1000e.tx_ring != 0); in igb_pci_create()
[all …]
H A De1000e.c132 e1000e_macreg_write(&d->e1000e, E1000_TDBAL, in e1000e_pci_start_hw()
134 e1000e_macreg_write(&d->e1000e, E1000_TDBAH, in e1000e_pci_start_hw()
137 e1000e_macreg_write(&d->e1000e, E1000_TDT, 0); in e1000e_pci_start_hw()
138 e1000e_macreg_write(&d->e1000e, E1000_TDH, 0); in e1000e_pci_start_hw()
143 e1000e_macreg_write(&d->e1000e, E1000_RDBAL, in e1000e_pci_start_hw()
145 e1000e_macreg_write(&d->e1000e, E1000_RDBAH, in e1000e_pci_start_hw()
148 e1000e_macreg_write(&d->e1000e, E1000_RDT, 0); in e1000e_pci_start_hw()
149 e1000e_macreg_write(&d->e1000e, E1000_RDH, 0); in e1000e_pci_start_hw()
166 return &epci->e1000e; in e1000e_pci_get_driver()
193 g_assert(d->e1000e.tx_ring != 0); in e1000e_pci_create()
[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 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 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 Dmeson.build75 (config_all_devices.has_key('CONFIG_E1000E_PCI_EXPRESS') ? ['fuzz-e1000e-test'] : []) + \
310 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/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/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/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 DMAINTAINERS2476 e1000e
2480 F: hw/net/e1000e*
2481 F: tests/qtest/fuzz-e1000e-test.c
2482 F: tests/qtest/e1000e-test.c
2483 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/
H A Dindex.rst33 intel/e1000e
/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/qemu/pc-bios/
H A Dmeson.build59 '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-events244 # 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
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt4994 e1000e: 4096

12