Home
last modified time | relevance | path

Searched refs:E1000_RDLEN (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/net/
H A De1000_regs.h68 #define E1000_RDLEN 0x02808 /* RX Descriptor Length - RW */ macro
77 #define E1000_RDLEN0 E1000_RDLEN /* RX Desc Length (0) - RW */
H A Digbvf.c105 return E1000_RDLEN(vfn); in vf_to_pf_addr()
107 return E1000_RDLEN(vfn + IGB_MAX_VF_FUNCTIONS); in vf_to_pf_addr()
H A Digb_regs.h543 #define E1000_RDLEN(_n) (0x0C008 + (0x40 * (_n))) macro
/qemu/tests/qtest/libqos/
H A De1000e.c60 uint32_t len = e1000e_macreg_read(d, E1000_RDLEN) / E1000_RING_DESC_LEN; in e1000e_rx_ring_push()
147 e1000e_macreg_write(&d->e1000e, E1000_RDLEN, E1000E_RING_LEN); in e1000e_pci_start_hw()
H A Digb.c103 e1000e_macreg_write(&d->e1000e, E1000_RDLEN(0), E1000E_RING_LEN); in igb_pci_start_hw()