Home
last modified time | relevance | path

Searched refs:E1000E_RING_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Digb.c38 #define E1000E_RING_LEN (0x1000) macro
92 e1000e_macreg_write(&d->e1000e, E1000_TDLEN(0), E1000E_RING_LEN); in igb_pci_start_hw()
103 e1000e_macreg_write(&d->e1000e, E1000_RDLEN(0), E1000E_RING_LEN); in igb_pci_start_hw()
157 d->e1000e.tx_ring = guest_alloc(alloc, E1000E_RING_LEN); in igb_pci_create()
161 d->e1000e.rx_ring = guest_alloc(alloc, E1000E_RING_LEN); in igb_pci_create()
H A De1000e.c37 #define E1000E_RING_LEN (0x1000) macro
136 e1000e_macreg_write(&d->e1000e, E1000_TDLEN, E1000E_RING_LEN); in e1000e_pci_start_hw()
147 e1000e_macreg_write(&d->e1000e, E1000_RDLEN, E1000E_RING_LEN); in e1000e_pci_start_hw()
192 d->e1000e.tx_ring = guest_alloc(alloc, E1000E_RING_LEN); in e1000e_pci_create()
196 d->e1000e.rx_ring = guest_alloc(alloc, E1000E_RING_LEN); in e1000e_pci_create()